﻿

#headermenuwrapper {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FAF3CB; 
}
/* controls look of overall navigation menu */
.HeaderMenu {
	height: 30px;
	background-color: #FAF3CB; 
	border-style: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* controls look of top level group of static navigation menu items */
.HeaderMenuStaticMenuStyle {
}

/* controls look of individual top level menu items */
.HeaderMenuStaticMenuItemStyle {
	font-size: 12px;  
	font-weight: bold;
	color: #666666;
	border-style: none; 
}

/* This keeps the top level (not-selectable) items from changing color on roll-over */
.HeaderMenuStaticMenuItemStyle a:hover {
	color:#666666;
}


/* controls look of hovered-over individual top level menu items (Not used becuase not selectable) */
.HeaderMenuStaticHoverStyle {
}

/* controls general look of dropped-down menu group */
.HeaderMenuDynamicMenuStyle {
	border-style: outset;
	border-width: 1px;
	border-color: Gray;
	z-index:1;
}

/* controls look of individual dropped-down menu items*/
.HeaderMenuDynamicMenuItemStyle {
	font-size: 12px;  
	font-weight: normal;	
	color: #666666;
	border-style: none;
	background-color: white;
}

.HeaderMenuDynamicMenuItemStyle a:hover{
	color:White;
	text-decoration: none;
}

.HeaderMenuDynamicHoverStyle {
	background-color: #666666; 
	color: white;
}

.headernavseperator {
	 margin: 0;
	 padding: 0;
	 border: 0;
	 color: #6B80B7;
	 font-weight: 900;
}
