.chromestyle{
	width: 94px;
	font-weight: bold;
	font-size:12px;
	height:115px;
	line-height:24px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

a{
    blr:expression(this.onFocus=this.blur()); /* IE Opera */
    outline:none; /* FF Opera */
}
a:focus{ 
   -moz-outline-style: none; /* FF */
}

.chromestyle ul{
width: 100%;
background:กก#EAE1D4 ;
padding: 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
clear:both;
height:115px;
line-height:24px;
}

.chromestyle ul li{
float:left;
width:94px;
border-right:1px solid #CCCCCC;
text-align:left;
height:24px;
line-height:24px;
}

.chromestyle ul li a{
padding-left:0px;
color: #000000;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
border:0px;
 /*script dynamically adds a class of "selected" to the current active menu item*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
margin-top:-10px;
border: 0px solid #E8DED2; 
border-bottom-width: 0;
font:normal 12px Verdana;
top:10
line-height:0px;
z-index:100;
background-color: #E8DED2;
width: 100px;
visibility: hidden;
filter:alpha(opacity=100);
}

.dropmenudiv a{
width: auto;
display: block;
text-align:center;
border-bottom: 0px solid #E8DED2; /*THEME CHANGE HERE*/
padding: 0px;
text-decoration: none;
font-weight: bold;
color: block;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
}
