/* CSS Document */
.chromestyle{
width: 100%;
font-weight: bold;
}

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

.chromestyle ul{
border: 0;
width: 100%;
/* background: url(../img/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0 0 0 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #55b0e9;
padding: 0px 12px 0px 0px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #ffffff;
padding: 0px 12px 0px 0px;
margin: 0;
text-decoration: none;
}

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


.chromestyle2{
width: 100%;
font-weight: bold;
}

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


.chromestyle2 ul{
border: 0;
width: 100%;
/* background: url(../img/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0 0 0 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle2 ul li{
display: inline;
}

.chromestyle2 ul li a{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #55b0e9;
padding: 0px 12px 0px 0px;
margin: 0;
text-decoration: none;
}

.chromestyle2 ul li a:hover{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #55b0e9;
padding: 0px 12px 0px 0px;
margin: 0;
text-decoration: none;
}

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



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

.dropmenudiv{
background-color: #e6e6e6;
position:absolute;
top: 0;
border: 0; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height: 28px;
z-index: 100;
background-color: white;
width: 158px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
background-color: #e6e6e6;
width: 158px;
display: block;
border-bottom: 0;
padding: 0 0;
text-decoration: none;
font-weight: normal;
font-color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 28px;
}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #eeeeee;
}


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