


.chromestyle{float:left; margin-top:14px; color:#fff; font-family:"Trebuchet MS"; font-size:11px; font-weight:normal; padding-left:10px;}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;

}

.chromestyle ul{
width: 970px;
margin:0px;
padding-left:0px;

}
*html .chromestyle ul{
width: 970px;;
/*background: url(chromebg.gif) center center repeat-x; *//*THEME CHANGE HERE*/
margin:0px;
text-align:left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
color:#d8d8d8; text-decoration:none; padding-left:30px; padding-right:30px;height:7px; letter-spacing: 0.1em;}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
 background:url(images/arrowa.gif) 10px no-repeat;  background-image:url(../images/arrowa.gif); background-repeat:no-repeat;color:#fff; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font:normal 12px "Trebuchet MS", "Trajan Pro";
line-height:16px;
z-index:100;
/*background-color: black;*/
background-color: #000;
width: 200px;
margin-left:20px;
margin-top:10px;
visibility: hidden;
/*filter:alpha(opacity=70);opacity: 0.7;-moz-opacity:0.7; */
}


.dropmenudiv a{
width: auto;
display: block;
text-decoration: none;
color: white;
padding:5px;
padding-left:10px;
border-bottom:1px solid #666;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/color:#fff;
background-color: #41260e;

font-weight:normal;
border-bottom:1px solid #666;

}


