.chromestyle{

width:100%; margin:auto; background: #DA0018; min-width:980px;
}



.chromestyle ul{


padding: 0;
margin: 0;
 /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a.lkj{
color: #fff;
text-align: center;

margin: 0px 0px 0px 0px;
padding: 7px 15px 13px 15px;

line-height:29px;

text-decoration:none;

font-size: 12px;
}

.chromestyle ul li a:hover.lkj{

background: url(files/act-menu.gif) top repeat-x; /*THEME CHANGE HERE*/

}








.chromestyle ul li a.actmenu{
background: url(files/act-menu.gif) top repeat-x;

color:#fff;
margin: 0;
padding: 7px 15px 13px 15px;

text-decoration: none;

line-height:29px;

font-size: 12px;

}






.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;
 /*THEME CHANGE HERE*/

color: white;

z-index:100;
background: #A30000;
visibility: hidden;
text-align: left;
}


.dropmenudiv a{
width: auto;
display: block;

font-size: 12px;
margin: 2px;
border-bottom: 1px solid #C80017;
padding: 5px;
text-decoration: none;
font-weight: normal;
color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: #EA0019;

margin: 2px;
border-bottom: 1px solid #C80017;

color: white;
}
