/* h { FONT: bold 14px tahoma; COLOR: #FFFFFF;	FONT-WEIGHT: bold; } */
.header h1 {
	font-family:arial;
	font-size:20px;
	color:#FFFFFF;
	letter-spacing:0.04em;
	margin-top:0;
	margin-bottom:0;
}

.header h2 {
	font-family:arial;
	font-size:25px;
	color:#FFFFFF;
	letter-spacing:0.04em;
	margin-top:0;
	margin-bottom:0;
}

.header h3 {
	font-family:arial;
	font-size:15px;
	color:#FFFFFF;
	letter-spacing:0.04em;
	margin-top:0;
	margin-bottom:0;
}

.chromestyle { margin-left: 3; width: 800; background-color: #000000; font-weight: bold; font-family: tahoma; font-size: 11px; }

/*Add margin between menu and rest of content in Firefox*/
.chromestyle:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; bgcolor: brown; }

/*set value to "left", "center", or "right"*/
.chromestyle ul{ border: 0px solid #BBB; padding: 2px 0; margin: 0; text-align: center; }

.chromestyle ul li { display: inline; }

/* Changes main fonts */ /* border-right: 1px solid #DADADA; */
.chromestyle ul li a { color: #6D9DFF; padding: 0px 4px; margin: 0; text-decoration: none; }

/*THEME CHANGE HERE*/ 
.chromestyle ul li a:hover { color: #FFF; }

/*HTML to indicate drop down link*/ /*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
.chromestyle ul li a[rel]:after { content: "* "; }

.medfont { FONT: bold 14px arial; COLOR: #6D9DFF;	FONT-WEIGHT: normal; TEXT-DECORATION: none }

.menu { FONT: bold 12px arial; COLOR: #6D9DFF;	FONT-WEIGHT: bold; TEXT-DECORATION: none }
.menu:visited {	FONT: bold 12px arial; FONT-WEIGHT: bold; COLOR: #6D9DFF; TEXT-DECORATION: none }
.menu:hover { FONT: bold 12px arial; FONT-WEIGHT: bold; COLOR: #6D9DFF; TEXT-DECORATION: underline }
.menu:active { FONT: bold 12px arial; FONT-WEIGHT: bold; COLOR: #6D9DFF; TEXT-DECORATION: none }

.links { FONT: bold 14px arial; COLOR: #6D9DFF;	FONT-WEIGHT: bold; TEXT-DECORATION: underline }
.links:visited {	FONT: bold 14px arial; FONT-WEIGHT: bold; COLOR: #6D9DFF; TEXT-DECORATION: underline }
.links:hover { FONT: bold 14px arial; FONT-WEIGHT: bold; COLOR: #6D9DFF; TEXT-DECORATION: none }
.links:active { FONT: bold 14px arial; FONT-WEIGHT: bold; COLOR: #6D9DFF; TEXT-DECORATION: none }

/* ######### Style for Drop Down Menu ######### */
/*THEME CHANGE HERE*/ /*Line height between menu items*/
.dropmenudiv { position:absolute; top: 0; border: 0px solid #BBB; border-bottom-width: 0; font:normal 9px tahoma; line-height:16px; 
/*Add Shadow in IE. Remove if desired*/
z-index:100; background-color: #B9994F; width: 180px; visibility: hidden; filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); }

.dropmenudiv a { margin-left: 0; width: auto; display: block; text-indent: 3px; border-bottom: 1px solid #FFF; /*THEME CHANGE HERE*/
padding: 2px 0; text-decoration: none; font-weight: bold; color: white; }

* html .dropmenudiv a{ /*IE only hack*/
width: 100%; }

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #000000; }
