.chromestyle{
float:left;
margin:0;
font-weight:bold;
height:auto;
width:100%;
border-left:#000 2px;
}

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

.chromestyle ul{
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
padding-top:5px;
margin-top:5px;
padding-bottom:15px;
}

.chromestyle ul li{
	display:inline;
color: #FFFFFF;
background-image:url(/image/buttons/medbuttons.gif);
padding: 5px 5px 5px 5px;
width:95px;

}

.chromestyle ul li a{
color:#FFFFFF;
width:30px;
margin: 0;
text-decoration: none;
text-align:center;
background-image:url(/image/buttons/medbuttons.gif);
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
text-decoration:none;
color: #333;
}



