.chromestyle {

width:99%;
}
 
.chromestyle ul {
margin:0pt;
text-align:left;
width:100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
list-style-type: none;
padding-left:0px;
}
.chromestyle ul li {
/*display:inline;*/
cursor:pointer;
float:left;
height:27px;
width:140px;
font-size:12px;
text-align: center;
border-left: 1px solid #C7AD91;
border-right: 1px solid #8C6639;
color:#FFFFFF;
background-image:url(images/button_bkg.jpg);
	background-repeat:repeat-x
}
.chromestyle ul li a {
/*border-right:1px solid #383B3E;/**/
color:#FFFFFF;
margin:0pt;
text-decoration:none;
line-height: 27px;
height:27px;
width:140px;
display:block;
float:left;
	
/*background-image: url(images/GreyBar.gif);*/
}
.chromestyle ul li .current{
color: #990000;

}
.chromestyle ul li a:hover {
	color: #990000;
}
.chromestyle ul li:hover {
background-image: url(images/button_over_bkg.jpg);
color: #990000;
/*background:transparent url(chromebg-over.gif) repeat-x scroll center;*/
}
.chromestyle ul li a[rel]:after {
/*content:" v";*/
}
.dropmenudiv {
background-color:#996633;
border-color:#FFFFFF;
border-style:solid;
border-width:1px 1px 0pt;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 9pt;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
text-align:left;
color:#111111;
/*line-height:18px;*/
position:absolute;
top:0pt;
visibility:hidden;
width:250px;
z-index:100;
}
.dropmenudiv a {
border-bottom:1px solid #FFFFFF;
border-left:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
color:#FFFFFF;
background-color:#996633;
display:block;
/*font-weight:bold;*/
padding:3px 0pt;
text-decoration:none;
text-indent:3px;
width:auto;
/*height:20px;*/
}
.dropmenudiv a:hover {
background-color:#cccccc;
color:#996633;
text-decoration:none;
}