
.chromestyle {
text-align:center;
clear: both;
}


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


.chromestyle a {
background-color:#EA0000;
color: #FFFFFF;
padding:5px 56px 5px 56px;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
border-right:1px solid #FFFFFF;

/*letter-spacing:-1px;*/
}

.chromestyle #contact {
	border-right:1px solid #EA0000;
}


.chromestyle a:hover {
background-color:#999999;
} 

.chromestyle a[rel]:after { /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv {
position:absolute;
top: 0;
border-top: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
line-height:20px;
z-index:100;
background-color: #646464;
visibility: hidden;
width:160px;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a {
width: auto;
display: block;
/*text-indent: 3px;*/
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
padding: 2px 2px 2px 4px;
text-decoration: none;
font-weight: normal;
color: #FFFFFF;
}

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

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