.chromestyle{
position:absolute;
z-index:1006;
font-weight: bold;
height:38px;
margin: 0;
padding-top:0px;
}
.chromestyle ul{
border: 0px solid #BBB;
padding: 0px 0;
margin: 0px;
text-align: center; /*set value to "left", "center", or "right"*/
font-color:#666666;
height:36px;
line-height:36px;
float:left;
}

.chromestyle ul li{
display: inline;
float:left;
}

.chromestyle ul li a{
width:101px;
display:block;
font-size:14px;
font-family:"ËÎÌå", "Arial Black";
color:#666666;
text-decoration: none;
height:50px;
line-height:50px;
float:left;
}
.chromestyle ul li a:hover{
width:101px;
display:block;
font-size:14px;
font-family:"ËÎÌå", "Arial Black";
color:#666666;
text-decoration: none;
height:50px;
line-height:50px;
border-top-style:inset;
border-top-width:4px;
border-top-color:#333333;
}


.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-bottom-width:30px;*/
border-bottom-color:#dbdbdb;
border-bottom-style:solid;
font:normal 13px Verdana;
line-height:30px;
z-index:1007;
background-color:#616161;
width: 101px;
visibility: hidden;
text-align:left;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom-width:1px;
border-bottom-color:#FFFFFF;
border-bottom-style:solid;
text-decoration: none;
font-family:"ËÎÌå";
font-size:12px;
color:#bfbfbf;
padding-left:15px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#FFFFFF;
}
