.chromestyle{
width:500px;
font: 12px Verdana;
float:right;
position:relative;
}

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

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

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color:#fbf4a3;
padding: 43px 25px;
text-decoration: none;
margin:0px -3px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected {
	background-image: url(images/menu_hover.png);
	background-repeat:repeat-x;
	color:#700000;
}

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

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


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color:#fbf4a3;
font:12px Verdana;
line-height:30px;
text-align:center;
}

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

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
background-image:url(images/sub_menu_hover.png);
background-repeat:repeat-x;
color:#700000;
}

.taba a {
background-image: url(images/taba.png);
background-repeat:no-repeat;
background-position:right;
}

.tabb a {
background-image: url(images/tabb.png);
background-repeat:no-repeat;
background-position:right;
}

.tabc a {
background-image: url(images/tabc.png);
background-repeat:no-repeat;
background-position:right;
}

.droptab  {
background-image: url(images/horizontaltab.png);
background-repeat:no-repeat;
background-position:bottom;
}

