.chromestyle{
width:100%;
font-weight: bold;
float:right; padding-right:20px;
height:30px; 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: 0px;
margin: 0px;
list-style:none;
float:right;
}

.chromestyle ul li{
float:left;
list-style:none;
margin:0px; padding:0px;
}

.chromestyle ul li a.one{
color: #610204;
padding: 6px 15px 0px 15px;
margin-left: 10px;
height:26px;
display:block;
text-decoration: none;
font-size:12px; font-family:arial;
}
.chromestyle ul li a.one:hover{ background:url(../images-new/nav-hover.jpg) no-repeat; color:#ffffff;}



.chromestyle ul li a.two{
color: #610204;
padding: 6px 15px 0px 20px;
margin-left: 10px;
height:26px;
display:block;
text-decoration: none;
font-size:12px; font-family:arial;
}
.chromestyle ul li a.two:hover{ background:url(../images-new/nav-hover-two.jpg) no-repeat; color:#ffffff;}




.chromestyle ul li a.three{
color: #610204;
padding: 6px 18px 0px 20px;
margin-left: 10px;
height:26px;
display:block;
text-decoration: none;
font-size:12px; font-family:arial;
}
.chromestyle ul li a.three:hover{ background:url(../images-new/nav-hover-three.jpg) no-repeat; color:#ffffff;}

.chromestyle ul li a.four{
color: #610204;
padding: 6px 18px 0px 20px;
margin-left: 10px;
height:26px;
display:block;
text-decoration: none;
font-size:12px; font-family:arial;
}
.chromestyle ul li a.four:hover{ background:url(../images-new/nav-hover-three.jpg) no-repeat; color:#ffffff;}





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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px arial;
line-height:18px;
z-index:100;
background-color: white;
width: 180px;
visibility: hidden;
}


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

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

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