@charset "utf-8";
@import url("/Scripts/page.css");
/* CSS Document */
/*DISTRIBUTION LEFT MENU CODING */
/*DISTRIBUTION LEFT MENU CODING */
/*DISTRIBUTION LEFT MENU CODING */
#distribution_left_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12PX;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}
/*this is the code that defines the overall menu*/
#distribution_left_menu {
	width: 155px;
	margin: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}

#distribution_left_menu li a {
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}
#distribution_left_menu .notopbrdr0xNone {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
/*this defines the NORMAL look and feel of text*/
#distribution_left_menu li a:link, #distribution_left_menu li a:visited {
	color: #FFFFFF;
	display: block;
	background-color: #666666;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
	}
/*this defines the HOVER look and feel of text*/
#distribution_left_menu li a:hover {
	color: #000000;
	background:  #cccccc;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
	text-decoration: underline;
	}
/*end of DISTRIBUTION LEFT MENU CODING */
/*end of DISTRIBUTION LEFT MENU CODING */
/*end of DISTRIBUTION LEFT MENU CODING */
/*end of DISTRIBUTION LEFT MENU CODING */

