.chromestyle{
width: 100%;
font-weight: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#fff;

}

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

}

.chromestyle ul{
width: 100%;
height:51px;
padding: 2px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
color:#fff;
}

.chromestyle ul li{
display: inline;
width: 57px;
color:#fff;
}

.chromestyle ul li a{
color: #fff;
width: 57px;
padding: 4px 4px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
height:51px;
width: 57px; 
color:#000;
}

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

.dropmenudiv{
position:absolute;
top: 20px;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color:#a0e6f2;
width: 200px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #000;


}

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

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

.menuwdtih{
	width:57px !important;
	}