.chromestyle{
width: 400px;
float:left;
display:inline-block;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: none;
width: 600px;
background: none;/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0;
margin: 0px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
padding:0;
margin:0;
padding-right:2px;
padding-left:2px;
margin-right:8px;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/

color:#FFD400;
/*background: white;/*url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}


.chromestyle .dropdivmenu{
	margin-top:2px;
}
/* ######### Style for Drop Down Menu ######### */



.dropmenudiv{
position:absolute;
top: 0;
margin-top:6px;
/*border: 1px solid #878787; /*THEME CHANGE HERE*/
border: 1px solid #0083C9;
border-left:0px;
border-right:0px;
border-bottom-width:2px;
line-height:1.4em;
z-index:100;
background-color:white;
width: 200px;
visibility: hidden;
}

.dropmenudiv .page_item{
list-style:none;
margin-left:0px;
}

.dropmenudiv .cat-item{
list-style:none;
margin-left:0px;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #F0F0F0;*/
background-color:#0083C9;
color:#FFD400;
}
