.chromestyle1{
font-weight: normal;
color: #a2b4c4;
margin: 0px;
font-size: 11px;
text-decoration: underline;
}

.chromestyle1:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
margin: 0px;
color: #ffffff;
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle1 ul{
font-weight: normal;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
padding: 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle1 ul li{

list-style-type: none;
padding: 0 0 7px 10px;
color: #a2b4c4;
margin: 0px;
}

.chromestyle1 ul li a{

color: #a2b4c4;
font-size:10px;

text-decoration: none;
}

.chromestyle1 ul li a:hover{
color: #a2b4c4;
margin: 0px;
}

.chromestyle1 ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv1{
position:absolute;
/*
margin-left: 120px;
margin-top: 20px;*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #ffffff;
z-index:100;
background-color: #6699cc;
width: 135px;
visibility: hidden;
}


.dropmenudiv1 a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
border-bottom: 1px solid #ffffff;
width: auto;
color: #ffffff;
display: block;
text-indent: 1px;
padding: 4px 0;
text-decoration: none;
font-weight: normal;
margin: 0px;
}

* html .dropmenudiv1 a{ /*IE only hack*/
width: 100% !important;
color: #ffffff;
border-bottom: 1px solid #ffffff;
margin: 0px;
}

.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
background-color: #6699cc;
color: #ffffff;
text-decoration: underline;
margin: 0px;
}