@charset "utf-8";
/* CSS Document */
.chromestyle{
width: 1002px;
font-size:12px;
padding:5px 0 0 0;
}


.chromestyle ul{
/*width: 100%;
padding: 4px 0;
margin: 0;*/
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
float:left;
background:url(../images/menu_off.jpg) no-repeat;
height:24px;
width:73px;
line-height:26px;
padding:0 4px 0 0;
}

.chromestyle ul li a{
color:#900;
margin: 0;
text-decoration: none;
}
.chromestyle ul li a:hover{
color:#f90;
display:block;
text-decoration:none;
}

.chromestyle ul li:hover {
color:#000;
text-decoration:none;

}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
filter:alpha(opacity=93);
position:absolute;
top: 0;
margin-top:8px\9;
_margin-top:6px;
margin-left:-16px\9;
font-size:12px;
line-height:22px;
z-index:100;
background-color: #fffadd;
visibility: hidden;
border:#c59f88 1px solid;
}

.dropmenudiv a{
width: auto;
display: block;
/*text-indent: 3px;*/
text-align:center;
border-bottom: 1px dashed #c59f88;/*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ede1c6;
color:#e01700;
font-weight:bold;
text-decoration:none;
}

