.chromestyle{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
	text-align:right;
}

.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: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
background-image: url(../images/top-link--sep.jpg);
background-repeat: no-repeat;
background-position: right top;
height:30px;
}

.chromestyle ul li a{
color: #4e4e4e;
line-height:29px;
padding: 9px 20px 8px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 

/*script dynamically adds a class of "selected" to the current active menu item*/
color: #ffffff;
background:#c40c03; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
font:normal 8pt Tahoma;
line-height:30px;
z-index:100;
background-color: #c40c03;
width: 169px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
text-decoration: none;
font-weight: normal;
color: #ffffff;
padding-left:10px;
text-align:left;
border-top:solid 1px #b40d05;
border-bottom:solid 1px #da4d46;
line-height:30px;
}

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

.dropmenudiv1{
position:absolute;
top: 0;
font:normal 8pt Tahoma;
line-height:30px;
z-index:100;
background-color: #c40c03;
width: 220px;
visibility: hidden;
text-align:right;
margin-left:30px;


}

.dropmenudiv1 a{
width: auto;
display: block;
text-indent: 3px;
text-decoration: none;
font-weight: normal;
color: #ffffff;
padding-right:10px;
text-align:right;
border-top:solid 1px #b40d05;
border-bottom:solid 1px #da4d46;
line-height:30px;
}

.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
background-color: #da251c;
color:#f8d3d2;
}

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

