
.chromestyle{
width:100%;
font-weight: bold;
color: white;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
font-size : 10px;
background-color:0079C1
}







/* THIS IS FOR MAIN LINK TABS*/
.chromestyle ul{
border: 0px solid #BBB;
color:white;
width: 100%;
padding: 0px 0;
margin: 0;
font-size : 10px;
text-align: left; /*set value to "left", "center", or "right"*/
}



/* THIS IS FOR MAIN LINK TABS*/
.chromestyle ul li{

display: inline; 
font: 10px Verdana;
font-weight: bold;
text-decoration: none;
color: #ffffff;
padding: 0px;
height: 35px;

line-height:15px;

}


/* THIS IS FOR MAIN LINK TABS*/
.chromestyle ul li a:hover{
color: #ffffff;
padding: 0px;
height: 35px;

text-decoration: none;
font: 10px Verdana;
	font-weight : bold;
background-color: 4DA1D4;

line-height:15px;
 vertical-align: middle;

 /*THEME CHANGE HERE*/
 
}

/* THIS IS FOR MAIN LINK TABS*/
.chromestyle ul li a{
color: #ffffff;
 vertical-align: middle;
height: 35px;
text-decoration: none;
font: 10px Verdana;
	font-weight : bold;
background-color: 0079C1;
margin-left:0px;
padding-left:0px;
line-height:15px;


 /*THEME CHANGE HERE*/
 
}



.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
font: 10px Verdana;
	font-weight : bold;
content: " ";
color: #000000;

}


.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
font-size : 10px;
 /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */



.dropmenudiv{
position:absolute;
border: 1px solid #0079C1;
font:bold 10px Verdana;
padding:0px;
margin:0px;
z-index:100;
background-color: #C4E0F5;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/

text-align:left;
}


.dropmenudiv a{
padding:0px;
margin-left:0px;
width: 100%;
font-weight: bold;
text-indent: 2px;
border: 1px thin gray;/*THEME CHANGE HERE*/
text-decoration: none;
color: black;
}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
font-weight: bold;
color: 0079C1;


}


