.chromestyle
{
	width: 827px;
	padding-left:2px;
	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{

width: 100%;
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
border:#333333 solid 1px;
display: inline;
padding:0px;
float:left; margin-right:5px;
width:85px;
height:43px;
padding-bottom:0px;
text-align:center;
}

.chromestyle ul li a.link{
color: #494949;
display:block;
height:28px;
padding: 0px 0px;
margin: 0;
text-decoration: none;

}

.chromestyle ul li a.link:hover{
 color:#C7E201;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{ background:url(../img/bgd.gif) no-repeat bottom left ;
padding:0px 1px 1px 1px;
text-align:left;
position:absolute;
top: 0px; margin:0px;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:100%;
z-index:100;
background-color: white;
width: 85px;
visibility: hidden;
text-align:center;
}


.dropmenudiv a{
 background:#F7F6F9;
width: 85px;
display: block;
text-indent: 0px;
padding: 5px 0;
text-decoration: none;
font-weight: bold;
font-size:10px;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 85px;
padding:0px; margin:0px;
padding: 5px 0;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
