.chromestyle{
    font-weight: bold;
	float:left;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.chromestyle ul{
    margin: 0px;
	padding:0px;
	background:url(../images/nav.jpg) no-repeat  0 0;
}
.chromestyle ul li{
    display: inline;
	list-style-type:none;
	padding:0px;
	margin:0px;
	float:left;	
}
.chromestyle ul li a{
	display:block;
	float:left;
	color:#FFF;
	height:47px;
	line-height:47px;
	padding:0px 18px 0px 18px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.chromestyle ul li a.f-item{
	background:url(../images/nav.jpg) no-repeat 0 0;
}
.chromestyle ul li a.item{
	background:url(../images/nav.jpg) repeat-x -30px 0;
}
.chromestyle ul li a.l-item{
	background:url(../images/nav.jpg) no-repeat top right;
}

.chromestyle ul li a:hover{
	background:#5a0b0b;
}
.chromestyle ul li a.active{
	background:#5a0b0b;
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
    position:absolute;
    top: 0;
    font:normal 10px Verdana;
    line-height:18px;
    z-index:100;
    background-color: white;
    width: 200px;
    visibility: hidden;
    margin-top: -2px;
}
.dropmenudiv a{
    width: auto;
    display: block;
    text-indent: 3px;
    text-decoration: none;
    font-weight: normal; 
    line-height: 20px;
    background-color: #BF3A00;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FA631A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-left: 10px;
	color: #f35000;
}
* html .dropmenudiv a{ /*IE only hack*/
    width: 100%;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
    background-color: #000000;
    color: #FFFFFF;
}
#dropmenu1 a{
	color: #FFF;
	padding-top:5px;
	padding-bottom:5px;
    background-color: #BF3A00;
}
#dropmenu1 a:hover{
	color: #FFF;
	text-decoration:underline;
    background-color: #000;
}