.chromestyle{
width: 99%;
background-color: transparent;
position:absolute;
top:40px;
left:225px;
z-index:300;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
list-style: none;
width: auto;
margin: 0;
background-image:none;
background-color:transparent;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
background-image:none;
background-color:transparent;
float:left;
padding:8px 3px 13px 7px;
width:auto;
border:0px;
}

.chromestyle ul li h1{
display: inline;
font-size: 11px;
color:#49515a;
font-weight:normal;
}

.chromestyle ul li a, .chromestyle ul li h1 a{
color:#49515a;
margin: 0;
padding:11px 0px;
text-decoration: none;
border:0px;
cursor:default;
}

.chromestyle ul li a:visited{
border:0px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected, .chromestyle ul li h1 a:hover{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: none; /*THEME CHANGE HERE*/
color:#d10053;
border:0px;
}


.chromestyle ul li a:active{
border:0px;
color:#49515a;
}
.chromestyle ul li a:visited{
border:0px;
color:#49515a;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
line-height:12px;
z-index:300;
background-color: #f0f0f0;
width: auto;
visibility: hidden;
border:0px;
}

* html .dropmenudiv { /*IE only hack*/
position:absolute;
top: 0px;
line-height:12px;
z-index:300;
background-color: #f0f0f0;
width: auto;
visibility: hidden;
border:0px;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
padding: 3px 3px;
text-decoration: none;
font-weight: normal;
color: #49515a;
border:0px solid black;
border-bottom:0px;
}

.dropmenudiv a:active{
	border:0;
	color:#49515a;
}


.dropmenudiv a:visited{
	border:0;
	color:#49515a;
}


* html .dropmenudiv a{ /*IE only hack*/
width: auto;
display: block;
padding: 3px 3px;
text-decoration: none;
font-weight: normal;
color: #49515a;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
   background-color: #f6f6f6;
   border:0px;
   color: #d10053;  
}
