    <style>
    <!--
    a:	{ color: blue ; font-weight: bold }
    a:visited    { color: blue ; font-weight: bold }
    a:link       { color: blue ; font-weight: bold }
    a:hover      { color: black ; font-weight: bold }
	    a:active     { color: black ; font-weight: bold }

.chromestyle{
width: 99%;
font-weight: bold;
color: #FFCC00;
border: 0px;
background-color: 1D2C4F;
}



.chromestyle ul{
border: 0px;
width: 100%;
background: #1D2C4F; 
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: #FFCC00;
padding: 4px 7px;
margin: 0;
text-decoration: none;
padding-bottom: 3px;


}
.chromestyle2{
color: #FFCC00;
padding: 4px 7px;
margin: 0;
text-decoration: none;

}

.chromestyle ul li a:hover{
 color: #FFFFFF;
background: #0033CC;
}

.chromestyle ul li a:active{
 color: #FFCC00;
background: #002699;
}



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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #6B5600; 
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: #625C80;
width: 150px;
visibility: hidden;


}


.dropmenudiv a:link{
width: 100%;
display: block;
border-bottom: 1px solid #000000; 
background-color: #625C80;

text-decoration: none;
font-weight: bold;
color: #FFCC00;
}

.dropmenudiv a:visited{
width: 100%;
display: block;
border-bottom: 1px solid #000000; 

text-decoration: none;
font-weight: bold;
color: #FFCC00;
}
.dropmenudiv a:hover{ 
 color: #FFFFFF;
background: #0033CC;

border-bottom: 1px solid #000000; 
}
.dropmenudiv2{
position:absolute;
top: 0;
border: 1px solid #6B5600; 
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: #FFE680;
width: 200px;
visibility: hidden;

}


.dropmenudiv2 a:link{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid #6B5600; 
background-color: #FFE680;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #330099;
padding-bottom: 3px
}

.dropmenudiv2 a:hover{ 
background-color: #FFF2BF;
color: #330099;
padding-bottom: 3px
}
.dropmenudiv2 a:visited{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid #6B5600; 
padding-bottom: 3px;


text-decoration: none;
font-weight: bold;
color: #330099;
}

    -->

</style>