/* menu.css: afblakemore.net */
#header {
  display: block;
	height: 65px;
	margin-bottom: 0px;
	background-image: url(/content/static_images/menu_bg_line.gif);
	background-repeat: repeat-x;
}
#division_logo {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 180px;
  height: 60px;
  border: 1px solid black;
}
#current_info {
	float: right;
	font-size: 8pt;
  text-align: right;
  margin-right: 2px;
  width: 100%;
}
#banner_phrase {
  position: absolute;
  top: 20px;
  left: 200px;
  color: #000000;
  font-size: 12px;
}
#main_menu_content { /* Holds the company logo, menu items and current_info divisions together inside the header */
	width: 100%;
}
#main_menu_bar { /* Holds all menu_items together inside menu_menu_content */
  position: relative;
  top: 16px;
  display: inline;
  float: left;
  height: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-left: 187px;
}
/********************************* MAIN MENU ***************************************/
a.main_menu_item {
  display: inline;
	padding: 5px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: -1px;
	height: 25px;
	border: 1px #FFFFFF solid;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFD2D2;
	text-decoration: none;
}
a.main_menu_item:link {
	color: #000000;
}
a.main_menu_item:visited {
	color: #000000;
}
a.main_menu_item:hover {
	color: #ffffff;
	background-color: #FF8888;
	background-image: none;	
}
a.main_menu_item_active {
	padding: 5px;
	padding-left: 7px;
	padding-right: 7px;
	margin: 0px;
	margin-right: -1px;
	height: 25px;
	border: 1px #FFFFFF solid;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #FF8888;
	text-decoration: none;
}
#ShoppingCart {
  margin-right: 0px;
  padding-left: 35px;
  background-image: url('/content/static_images/shopping_cart_empty.gif');
  background-position: left;
  background-repeat: no-repeat;
}
#ShoppingCartContent {
  position: relative;
  display: inline;
  margin-left: 3px;
  padding-top: 3px;
  height: 25px;
  text-transform: none;
  font-weight: bold;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
}
.MenuImage {
  height: 270px;
  width: 30px;
  border: 0px;
  margin: 0px;
  margin-left: 5px;
  padding: 0px;
  vertical-align: bottom;
}
/********************************** NAVIGATION BAR ***********************************/
/* Holds navigation hierarchy info inside the header division, but separate from main_menu_content */
#navigation_bar { 
 	height: 20px;
 	margin-top: 2px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #A0D5B9;
	color: #FFFFFF;
}
#navigation_items {
	float: left;
  height: 10px;
	margin-left: 2px;
}
.navigation_item {
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
}
.navigation_item:hover {
	color: #666666;
	text-decoration: none;
}
#SwitchCustPrompt {float:right;}
/* Admin menu items appear within the navigation bar */
a.admin_menu_item {
	float: right;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	margin-left: -1px;
	background-color: #A0D5B9;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
a.admin_menu_item:link {
}
a.admin_menu_item:visited {
}
a.admin_menu_item:hover {
	background-color: #ffffff;
	color: #666666;
}
a.admin_menu_item:active {
}
/************************* SECTION MENU ***********************/
#background_image { /* Background_image division sits behind section_menu and main_content */
}
#section_menu {
	margin-top: 25px;
	margin-right: 5px;
	position: absolute;
 	left: 2px;
	top: inherited;
	width: 120px;
	color: #A0D5B9;
}
a.section_menu_item {
	float: left;
	width: 120px;
	padding: 5px;
	margin-bottom: -1px;
	margin-left: 0px;
	border: 1px #FFFFFF solid;
	background-color: #A0D5B9;
	color: #FFFFFF; /*#333333;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: left;
}
a.section_menu_item:link {
	color: #FFFFFF;
}
a.section_menu_item:visited {
	color: #FFFFFF;
}
a.section_menu_item:hover {
	color: #000000;
	background-color: #D0F0DF;
}
a.section_menu_item_active {
	float: left;
	width: 120px;
	padding: 5px;
	margin-bottom: -1px;
	margin-left: 0px;
	border: 1px #FFFFFF solid;
	background-color: #D0F0DF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: left;
}
/* Level 1 section menu */
a.section_menu_l1 {
  background-color: #008800;
}
a.section_menu_l1:link {
}
a.section_menu_l1:visited {
}
a.section_menu_l1:hover {
  background-color: #00CC00;
}
a.section_menu_l1_active {
  background-color: #00CC00;
}
/* Level 2 section menu */
a.section_menu_l2 {
  background-color: #4477AA;
}
a.section_menu_l2:link {
}
a.section_menu_l2:visited {
}
a.section_menu_l2:hover {
  background-color: #6DB1D5;
}
a.section_menu_l2_active {
  background-color: #6DB1D5;
}
/* Level 3 section menu */
a.section_menu_l3 {
  background-color: #AA00AA;
}
a.section_menu_l3:link {
}
a.section_menu_l3:visited {
}
a.section_menu_l3:hover {
  background-color: #CC00CC;
}
a.section_menu_l3_active {
  background-color: #CC00CC;
}
/* Level 4 section menu */
a.section_menu_l4 {
  background-color: #AAAA00;
}
a.section_menu_l4:link {
}
a.section_menu_l4:visited {
}
a.section_menu_l4:hover {
  background-color: #CCCC00;
}
a.section_menu_l4_active {
  background-color: #CCCC00;
}


