#chromemenu{
width: 152px;
float:left;
margin:0;
padding:10px 0 0 0;
background-color:#dedede;
}


#chromemenu ul{
margin: 0;
padding: 0;
border: 0;
width: 152px;
float: left;
border:0;
background-color:#dedede;
}


#chromemenu ul li{

float:left;
list-style-type:none;
width:auto;
margin:0;
padding:0;
}


#chromemenu ul li a{
float: left;
color: #7F7F7F;
font-weight: bold;
padding: 6px 0 6px 8px;
margin:0;
text-decoration: none;
/* background: url(divider.gif) center right no-repeat;*//*Theme Change here*/
}

#chromemenu ul li a:hover{
color: #494949;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
position:absolute;
/*top: 0;*/
margin:-25px 0 0 135px;
border: 1px solid #C4C3A7; /*Theme Change here*/
/* border-bottom-width: 0; */
font:normal 12px Verdana;
font-size:.9em;
font-weight:normal;
/* line-height:15px; */
padding: 0;
z-index:100;
background-color: #efeaa2;
width: 125px !important;
visibility: hidden;
}

.dropmenudiv a {
width: 100%;
display: block;
border-bottom: 0; /*Theme Change here*/
text-decoration: none;
font-weight: normal;
color: #4c4c4c;
padding:5px 0 5px 5px;
}

.dropmenudiv a:hover{ /*Theme Change here*/
	color : #eee;
	background-color : #b5b292;
	text-decoration:none;
	padding:5px 0 5px 5px;
	width:100%;
}

.dropmenudiv>a:hover{ /*Theme Change here*/
	width:auto;
}
