.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border:0;
width: 100%;
/*background-color: #fff;*/ /*THEME CHANGE HERE*/
padding:0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
position:absolute;
top:1px;left:0px;
}

.chromestyle ul li{
display: inline;
color:#000;
height:26px;
_height:24px; /* ie 6 */
}

.chromestyle ul li a{
color: #494949;
margin: 2px 2px 0 2px;
text-decoration: none;
border:0;
color:#000!important;
padding:2px 10px 5px; 10px;
_padding-bottom: 3px;
overflow:visible;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-color: white; 
color: black!important;/*THEME CHANGE HERE*/
margin: 0;
border-top: 1px solid #999;
border-left: 1px solid #999;
border-right: 1px solid #999;

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
left: 50px;
border: 1px solid #999; /*THEME CHANGE HERE*/
/*border-bottom-width: 0;*/
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 220px;
visibility: hidden;
padding-top:2px;
margin-top:-1px;
margin-left:-10px;
filter: alpha(opacity=90)!important; /* internet explorer */
						-khtml-opacity: 0.8!important;      /* khtml, old safari */
						-moz-opacity: 0.8!important;       /* mozilla, netscape */
						opacity: 0.8!important;           /* fx, safari, opera */
}

/* added this for boardcorner only */
.dropmenudiv ul {list-style-type: none;padding:0;margin:0;}
.dropmenudiv ul li {padding:0;margin:0;text-transform:lowercase;padding:5px;}
.dropmenudiv .column {float:left;width:150px;}
.fat {width:350px;margin-left:0;}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
/*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
text-transform:lowercase;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #333;
color:#fff;
}
