.chromestyle{
width: 90%;
font-weight: bold;
padding:0px;
margin:0px;
}

.logoutdiv{
position:relative;
top:-23px;
width:100px;
height:20px;
float:right;
padding:0px 3px;
margin:0px;
text-align:right;
}
.chromestyle ul {
width: 100%;
padding: 1px 0px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
height:22px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a, .chromestyle ul li a:visited{
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px;	
font-weight: bold;	
padding: 0px 7px 0px 7px;
margin: 0px;
text-decoration: none;
}

.logoutdiv a, .logoutdiv a:visited{
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px;	
font-weight: bold;	
text-decoration: none; 
}

.chromestyle ul li a.menu_selected, .chromestyle ul li a.menu_selected:visited{
	color: #95FF46;
}

.chromestyle ul li a:hover, .logoutdiv a:hover{
color:#A4FFFF;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-top-width: 0;
font:normal 12px Verdana;
line-height:20px;
z-index:100;
background-color: #00559B;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); *//*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a, .dropmenudiv a:visited{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #CCFFFF;
background-color: #0083D9;
}
