body {margin-top:0px;}

.bodytext { font-family:arial;
            font-size:16;
			font-weight:500;
			color:#000;
			}
.bodytext2 { font-family:arial;
            font-size:14;
			font-weight:500;
			color:#000;
			}

.bodytext3 { font-family:arial;
            font-size:14;
			font-weight:500;
			color:#003366;
			}
						
.bulletlist { font-family:arial;
            font-size:14;
			font-weight:500;
			color:#000;
			}
			
.bulletlist2 { font-family:arial;
            font-size:13;
			font-weight:500;
			color:#000;
			}
	

.chromestyle{
background-image:url ('images/logo_top.jpg');
background-repeat: repeat-x;
position:absolute;
top:72px;
width: 100%;
font: 8pt arial;
font-weight: 600;
}

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

.chromestyle ul{
border-bottom: 7px solid #ffcc00;
width: 100%;/*THEME CHANGE HERE*/
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: #ffffff	;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #193651;
border-left: 1px solid #193651;
border-top: 2px solid #ca7b7b;
background-color:#990000;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#ffcc00;	

/*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border-bottom: 1px solid navy; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
font:7pt Verdana;
line-height:14px;
text-align:left;
z-index:100;
background-color:#ffcc00;
width: 180px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffcc00; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: 500;
color: navy;
}

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

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