body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-image: url(images/parentbackground.jpg);
	background-color: #000000;
	background-repeat: repeat;
}
h1 {
	font-size: 12px;
	color: #000000;
}
.style3 {color: #FF0000}


/*===========================================================================================
=======================                       Drop Down Menu                       ==========
=============================================================================================*/

.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;
	background: url(chromebg.gif) center center repeat-x; /*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: #494949;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #000000; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#283891;
	line-height:18px;
	z-index:100;
	background-color: white;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a{
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	color: #283891;
	padding-top: 2px;
	padding-right: 40px;
	padding-bottom: 2px;
	padding-left: 10px;
/*	font-weight:bold;*/
}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color:#EBEBEB;
}

/*===========================================================================================
=======================                       Drop Down Menu                       ==========
=============================================================================================*/


/*===========================================================================================
=======================                       Top Menu                       ==========
=============================================================================================*/



.topmenu{ /*container that holds a row of aero buttons*/
	overflow: hidden;
	width: auto;
	padding-left:20px;
}

* html .topmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.topmenu a.aero{ /*aero button CSS*/
	display: block;
	float: left; /* Change 13px as desired */
	height: 33px; /* Height of button background height */
	padding-left: 5px; /* Width of left menu image */
	text-decoration: none;
	margin-right: 10px; /*spacing between buttons*/
	background-color: transparent;
	background-image: url('../images/left_but.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.topmenu a.aero:link, .topmenu a.aero:visited, .topmenu a:active{
	color: #000000; /*button text color*/
}

.topmenu a.aero span{
	background: transparent url('../images/right_but.jpg') no-repeat top right;
	display: block; /*Set 10px here to match value of 'padding-left' value above*/
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	line-height:15px;
}


.topmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: #0075a4;
}

/*===========================================================================================
=======================                       Top Menu                       ==========
=============================================================================================*/

