.chromestyle{
width: 100%;
font-weight: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #6e8ab3;
width: 100%;
background: #003366; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 13px;
margin: 0;
text-decoration: none;
border-left: 1px solid  #6e8ab3;;
font: 11px Tahoma;
}

.chromestyle ul li a:hover{
background: #6e8ab3 /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #6e8ab3; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Tahoma;
line-height:11px;
z-index:100;
background-color: #003366;
width: 165px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #6e8ab3; /*THEME CHANGE HERE*/
padding: 6px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #6e8ab3;
}


/*Side Menu *//*Side Menu *//*Side Menu *//*Side Menu *//*Side Menu *//*Side Menu *//*Side Menu *//*Side Menu */
/*Side Menu *//*Side Menu *//*Side Menu *//*Side Menu *//*Side Menu *//*Side Menu *//*Side Menu *//*Side Menu */



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


.arrowlistmenu{
width: 155px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-family: Tahoma, Verdana, Helvetica, Arial;
font-size: 8pt;
color: #003366;
background:#bdc9d9;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/

padding: 4px 0 4px 8px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: ;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #003366;
background:#f2f6fa;
display: block;
padding: 2px 0;
padding-left: 7px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 0px   solid #bdc9d9;
font-family: Tahoma, Verdana, Helvetica, Arial;
font-size: 8pt;
}

.arrowlistmenu ul li a:visited{
color: #003366;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #003366;
background-color: #d6d6c6;
}



#headersidemenu {
	width:147px;
 	font-weight:bold; 
 	background-color:#bdc9d9; 
 	cursor: pointer;
 	cursor:  hand;
 	padding: 4px 0 4px 8px;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-size: 8pt;
	color: #003366;
	border-bottom: 1px   solid #ffffff;
	
	}
	#headersidemenu2 {
	width:147px;
 	font-weight:bold; 
 	background-color:#bdc9d9; 
 	cursor: pointer;
 	cursor:  hand;
 	padding: 4px 0 4px 8px;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-size: 8pt;
	color: #003366;
	border-bottom: 1px   solid #ffffff;
	margin-bottom:-10px;
	height:25px
	
	}



