.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
margin-top: 0px;
padding-left: 0px;
margin-left: 0px;
background: #FF6600 url('../img/menu_bg.gif') top left repeat-x;
color: White;
float: left;
width: 100%;
font-family: verdana, arial, sans-serif;
font-size:14px;
font-weight: bold;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
  padding-top:3px;
  padding-bottom:3px;
  padding-left:10px;
  padding-right:10px;
  background: #FF6600 url('../img/menu_bg.gif') top left repeat-x;
  color: #EFEFEF;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
}

.chromestyle ul li a:hover{
	/*background: url(chromebg-over.gif) center center repeat-x; */
	background: #FF6600 url('../img/menu_hover_bg.gif') top left repeat-x;
  	color: #FFFFFF;
}

.chromestyle ul li a[rel]:after{ 
content: "";
/*content: " " url(downimage.gif); */
}


.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #FF6600; 
border-bottom-width: 0;
font:normal 14px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 230px;
visibility: hidden;
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 #FF6600; 
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: #FFF0D9;
}