.chromestyle{
width: 950px;
}



.chromestyle ul{
width: 100%;

padding: 0px;
margin: 0px 0px 0px 70px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: white;
text-align: center;
margin: 0px 3px 0px 0px;
padding: 5px 25px 0px 25px;
background-image: url('files/menu-act.gif');
background-repeat: repeat-x;
text-decoration: none;
height: 32px;
font-family: arial, tahoma, helvetica;
border-right: 1px solid white;
border-left: 1px solid white;
border-top: 1px solid white;
font-size: 13px;
}

.chromestyle ul li a:hover{

color: white; /*THEME CHANGE HERE*/
background-image: url('files/menu-n-act.gif');
font-size: 13px;
font-family: arial, tahoma, helvetica;
}

.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 white; /*THEME CHANGE HERE*/

color: black;

z-index:100;
background-color: #f36b21;
visibility: hidden;
text-align: left;
}


.dropmenudiv a{
width: auto;
display: block;
font-family: arial, tahoma, helvetica;
font-size: 12px;
margin: 2px;
border: 1px solid #f36b21;
padding: 2px 5px 2px 5px;
text-decoration: none;
font-weight: normal;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #98c204;
font-size: 12px;
margin: 2px;
border: 1px solid white;
font-family: arial, tahoma, helvetica;
color: white;
}