.chromestyle{
width: 99%;
font-weight: normal;
text-transform:uppercase;
padding-left:10px;
z-index:1000;

}

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

.chromestyle ul{

text-transform:uppercase;
	margin: 0px;
	list-style-type:none;
	z-index:1000;

 /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display: inline;
text-transform:uppercase;
z-index:1000;

}

.chromestyle ul li a{

color: #5a0a04;
display:block;
float:left;
margin: 0px;
margin-left:4px;
text-decoration: none;
text-transform:uppercase;
z-index:1000;
}


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

.dropmenudiv{
position:absolute;
top:0px;
font:normal 9px Arial;
line-height:18px;
z-index:1000;
background-image:url(../images/bg123.png);
background-repeat:no-repeat;
width: 191px;
visibility: hidden;
text-transform:uppercase;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent:3px;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #5a0a04;
background-image:url(../images/leftbullet1.gif);
background-repeat:no-repeat;
background-position:left;
line-height:18px;
padding-left:12px;
text-transform:uppercase;
z-index:1000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
text-transform:uppercase;
z-index:1000;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#ffffff;
background-color:#5a0a04;
text-transform:uppercase;
background-image:url(../images/leftbullet.gif);
z-index:1000;

}
