.chromestyle{

width: 100%;

}



.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/

content: "."; 

display: block; 

height: 0; 

clear: both; 

visibility: hidden;

}



.chromestyle ul{

	width: 100%;

	height: 13px;

	background-color:#808185;

	padding: 3px 0px;

	margin: 0px;

	text-align: Left;

	border-top-width: 1px;

	border-right-width: 0px;

	border-bottom-width: 1px;

	border-left-width: 0px;

	border-top-style: solid;

	border-bottom-style: solid;

	border-top-color: #FFFFFF;

	border-bottom-color: #FFFFFF;

	border-right-style: none;

	border-left-style: none;

	cursor: default;

}



.chromestyle ul li{

display: inline;

}



.chromestyle ul li a{

color: #FFFFFF;

padding: 3px 5px;

margin: 0;

text-decoration: none;

border-right: 1px solid #FFFFFF;

}



.chromestyle ul li a:hover{

background-color:#808185

/*background-color:#a7a8ad*/

}



.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/

/*content: " v";*/

/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/

}





/* ######### Style for Drop Down Menu ######### */



.dropmenudiv{

position:absolute;

top: 0;

left: 5;

border: 1px solid #FFFFFF; /*THEME CHANGE HERE*/

border-bottom-width: 0;

font:normal 11px Arial;

line-height:18px;

z-index:100;

background-color: #4e4f51;

width: 150px;

visibility: hidden;

/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/

}





.dropmenudiv a{

width: auto;

display: block;

text-indent: 3px;

border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/

padding: 2px 0;

text-decoration: none;

color: #FFFFFF;

}



* html .dropmenudiv a{ /*IE only hack*/

width: 100%;

}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

background-color: #a7a8ad;

}