.chromestyle{
width: 100%;
font-weight: normal;
font-family: tahoma, arial, helvetica;
font-size: 12px;
color: white;
background-image: url('files/menu-fon.gif'); background-repeat: repeat-x; height: 35px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
 
clear: both; 
visibility: hidden;

width: 100%;
}

.chromestyle ul{

width: 100%;

padding: 10px 0px 0px 0px;
margin: 0px 0px 0px 54px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: white;
height:35px;
margin-left: 30px;
padding: 10px;
text-decoration: none;
border-right: 0px;
}

.chromestyle ul li a:hover{
background-image: url('files/act-menu-fon.gif');
background-repeat: repeat-x;

padding: 10px;

color: white; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #969696; /*THEME CHANGE HERE*/

color: black;

z-index:100;

visibility: hidden;
text-align: left;
}


.dropmenudiv a{
width: auto;
display: block;
font-family: tahoma, arial, helvetica;
font-size: 11px;

border: 1px solid #D3D3D3;
padding: 2px 5px 2px 5px;
text-decoration: none;
font-weight: normal;
color: black;
background-color: #D3D3D3;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #8f040f;
color: white;
}
