.chromestyle{
	height:20px;
	line-height:20px;
	width:100%;
	display:block;
}

.chromestyle ul{
width: 100%;
height:20px;
line-height:20px;
padding: 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
color:#003563;font-size:12px;font-weight:bold;
}

.chromestyle ul li{
display:inline;
width:auto;
height:20px;
line-height:20px;
}

.chromestyle ul li a{
height:20px;
line-height:20px;
text-align:center;
color:#003563;
font-size:12px;
font-weight:bold;
text-decoration:none;
cursor:pointer;
}

.chromestyle ul li a div{
padding:0px;
padding-bottom:0px;
padding-left:10px;
padding-right:10px;
margin:0px;
display:inline;
}

.chromestyle ul li a:hover div{
text-decoration:none;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
margin-left:7px;
border: 1px solid #036cb4; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
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 #036cb4; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #003563;
background-color:#3da8d9;
}

.dropmenudiv strong{display:none;}
.dropmenudiv br{display:none;}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #33a771;
color:white;
text-decoration:none;
}
