.chromestyle{
font-weight: normal;
font-family: tahoma, arial, helvetica;
font-size: 12px;
color: white;
height: 44px; padding:0px; margin-top:157px; margin-left: 130px; text-align: center;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;

width: 100%;
}

.chromestyle ul{

width: 100%;

padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: white;
padding: 15px 15px 15px 15px;
margin: 0;
height: 44px;
text-decoration: none;
font-weight: bold;
}

.chromestyle ul li a:hover{
background: url('files/act-menu-fon.gif');
height: 44px;
font-weight: bold;
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 #eb5f1d; /*THEME CHANGE HERE*/

color: white;

z-index:100;
background-color: #ee852c;
visibility: hidden;
text-align: left;
}


.dropmenudiv a{
width: auto;
display: block;
font-family: tahoma, arial, helvetica;
font-size: 11px;
margin: 2px;
border: 1px solid #ee852c;
padding: 2px 5px 2px 5px;
text-decoration: none;

color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #e72606;
font-size: 11px;
margin: 2px;
border: 1px solid white;
font-family: tahoma, arial, helvetica;
color: white;

}