.chromestyle{
/*sf width: 774px;*/
/*width: 755px;*/
width: 775px;
font-weight: bold;
/*sf ie margin-top: -4px;*/
/* setting for firefox */
margin-top: -4px;
height: 15px;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
/*background:   url(dvblue.gif) center center repeat-x; THEME CHANGE HERE*/
background:   #21409a center center repeat-x; 
/*padding: 2px 10px;*/
padding: 0px 10px; /*2nd value designates where Home starts horizontally*/
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
line-height: 18px;


}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
/*color: #494949;*/
color: #FFFFFF;
/*padding: 3px 10px ;*/
padding: 3px 8px ;
margin: 0;
text-decoration: none;
border-right: 1px solid #B0B3B4 ; /*THEME CHANGE HERE B5E2FE*/
margin-left: -4px; 




}

a.chromelink, a.chromelink:visited {
font-size: 12px;
font-weight: bold;
font: "Times New Roman", Times, serif;
color: #FFFFFF;
}

a.rightlink, a.rightlink:visited {
font-size: 12px;
font-weight: bold;
font: "Times New Roman", Times, serif;
color: #FFFFFF;
float: right;
margin-top: -13px;
margin-right: -20px;
}

a.rightlink:hover{

background: url(dvblue.gif) center center repeat-x;
/*margin-left: -4px;*/

}

a.wslink, a.wslink:visited {
font-size: 12px;
font-weight: bold;
font: "Times New Roman", Times, serif;
color: #FFFFFF;
float: right;
margin-top: -20px;
margin-right: -30px;
}

a.wslink:hover{

background: url(dvblue.gif) center center repeat-x;
/*margin-left: -4px;*/

}



.chromestyle ul li a:hover{
/*background: url(dvbluehover.gif) center center repeat-x; THEME CHANGE HERE*/
background: url(dvblue.gif) center center repeat-x;
margin-left: -4px;

}

/* This causes the text of the menu items to go down and require a more negative margin-top above*/
/*  It also does not work in IE*/
.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{
position:absolute;
top: 0;
border: 1px solid #E1E2E2; /*THEME CHANGE HERE B5E2FE*/
border-bottom-width: 0;
/*font:normal 12px Verdana;*/
font: "Times New Roman", Times, serif;
font-size: 12px;
line-height:18px;
z-index:100;
background-color: #F5F7F7;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #DCDCDC; /*THEME CHANGE HERE B5E2FE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;

/*color: #21409A;*/
}

a.droplink a:droplink:visited {
/*color: #21409A;*/
color: black;

font-weight: bold;
/*font:normal 12px Verdana;*/
font: "Times New Roman", Times, serif;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EBF7FF;
}

.mainsection{
width: 774px;
font-weight: bold;
margin-top: -4px;
border: 1px solid #21049a;
height: 540px;
}

