.chromestyle ul{
	margin:0;
	padding:0;
	border-top:0px;
	list-style:none;
	display:block;
	height:52px;
	padding-left:0px;
}
.chromestyle ul li
{
list-style:none;
width:18px;
float:left;
height:52px;
padding:10px 0px;
}
.chromestyle ul li a
{

list-style:none;
width:128px;
float:left;
color:#fff;
text-decoration:none;
font-size:12px;
height:38px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*//*THEME CHANGE HERE*/
color:#FFCC00;
}
.active
{
color:#FFCC00;
}

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

.dropmenudiv{
position:absolute;
margin-top: 0;

border-bottom: 1px solid #BBB; 
border-left: 1px solid #BBB; 
border-right: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:18px;
z-index:100;
background-color: white;
/*width: 128px;*/
width: 158px;
min-width:178px;
visibility: hidden;
text-align:left;

}


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

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #0f5ca4;
color:#fff;
}
