.chromestyle{
 
	height: 41px;
	margin: 0 auto;
 
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
padding-left:3px;
 
list-style-type:none;
}

.chromestyle ul li{
padding: 0px;
	margin: 0px;
	display: inline; 
	background:url(../images/sub_li.jpg) no-repeat center top;
height:35px;
width:99px;
float:left;
text-align:center;
margin-right:3px; 
}
 
.chromestyle ul li.active
{
		  background:url(../images/sub-hover.jpg) no-repeat center top;
	height:35px;
    width:99px;
	
}
.chromestyle ul li.clsActive a
{
  background:url(../images/sub-hover.jpg) no-repeat center top;
	height:35px;
    width:99px;
}
.chromestyle a
{
color:#fff;
line-height:33px;
font-weight:bold;
text-decoration:none;
height:35px;
width:99px;
display:block;
}
.chromestyle ul li a{
background:url(../images/sub_li.jpg) no-repeat center top;
height:35px;
width:99px;
float:left;
 
 
 
}
.chromestyle ul  li a:hover
{
   background:url(../images/sub-hover.jpg) no-repeat center top;
	height:35px;
    width:99px;
}
.chromestyle ul  li.noBorder 
{
	background:none;
}
 

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
  /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px arial;
line-height:18px;
z-index:500;
margin:10px 0 0 0;
 width: 190px; /*width of sub menus*/	padding: 10px;    padding-left: 10px;	margin: 0;	border-top-width: 0;
 
width: 200px;
visibility: hidden;
	background: #f9f9fd ;      -webkit-border-radius:5px;    -moz-border-radius:5px;    border-radius:5px;    border-bottom: 1px solid #252525;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px dotted #cdcdd5; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #2e94ff;
color:#000;
}