.chromestyle{
width: 100%;
font:bold 12px Bookman Old Style;

}

.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 #BBB;*/
width: 100%;
background:url(../../images/main_menu_new.gif) center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
height:28px;
vertical-align:middle;
}

.chromestyle ul li{
display: inline;
margin-top:10px;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 0px 14px;
margin: 0;
text-decoration: none;

line-height:28px;


}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg3-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
/*background-color: #dcfaec;*/
}

.chromestyle ul li a:visited{
	color: #FFF;
}

.chromestyle ul li:hover{
/*background-color: #dcfaec;	*/
/*border: 1px solid #5e8600;*/
}


/* ######### Style for Drop Down Menu ######### */



.dropmenudiv{
margin-top:5px;
margin-left:12px;
position:absolute;
top: 10;

border-bottom-width: 0;
font:normal 12px Arial, Bookman Old Style;
line-height:25px;
z-index:100;
/*background-color: #EAFADC;*/
/*background-color: #dcfaec;*/
/*background-color: #f1fadc;*/
/*background-color: #adee5f;*/
/* background-color:#4c7d2d; */
background-color:#006ba9;
/*background:url(../../images/menus/sub-menu-bg.gif);*/

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: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color:#FFF;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#0083ce;
/*color:#5e8600;*/
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
text-decoration:none;
}

.dropmenudiv a:visited{
	color: #FFFFFF;
}