.flt { float:left;}
.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;

padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
padding-right:15px;
}

.chromestyle ul li a{
color: #494949;
}

.chromestyle ul li a:hover,

.chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*THEME CHANGE HERE*/
}


.chromestyle ul li a{
color: #494949;
}

.chromestyle ul li a:hover,

.chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*THEME CHANGE HERE*/
}

.dv1 a{
color:#ffffff !important;
}


.dv1 a:hover{
color:#ffffff;} 


.dropmenudiv1{
position:absolute;
top: 0;
font-family:"Myriad Pro Light", "Myriad Pro", sans-serif;
font-size:14px;
line-height:18px;
z-index:100;
width: 170px;
visibility: hidden;
background-color:#46303c;
border:1px solid #ffffff;

}


.dropmenudiv1 a{
width: auto;
display: block;
text-indent: 15px;
padding: 5px 0;

text-decoration: none;
font-weight: normal;
color:#FFFFFF;
}

* html .dropmenudiv1 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
background-color: #2b5b63;
color:#ffffff;
text-decoration:none;
}

