@charset "utf-8";
/* CSS Document */

p,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3e3e3e;
	}

p {
	margin-right: 20px;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3e3e3e;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3e3e3e;	
}

.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #cb312a;
	list-style-image: url(../images/starbullet.gif);
}
	
#topnav { /* all lists */
	position: relative;
	top: 25px;
	left: 650px;
	width: 221px;
	height: 25px;
	background-image: url(../images/topmenuItems.jpg);
	background-repeat: no-repeat;
	list-style: none;
	padding: 0px;
	margin: 0px;
	z-index: 10;
}

#topnav ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	list-style: none;
}

#topnav a {
	display: block;
	height: 25px;
	outline: none;
	text-decoration: none;
	color: #414141;
	padding-right: 0em;
}
#topnav li span { display: none; }

#topnavi1 {left: 0px; width: 60px;}
#topnavi2 {left: 61px; width: 73px;}
#topnavi3 {left: 133px; width: 80px;}
#topnavi1 a:hover {background: transparent url(../images/topmenuItems.jpg) 0px -25px no-repeat;}
#topnavi2 a:hover {background: transparent url(../images/topmenuItems.jpg) -60px -25px no-repeat;}
#topnavi3 a:hover {background: transparent url(../images/topmenuItems.jpg) -133px -25px no-repeat;}

#topnav li { /* all list items */
	float: left;
}



#nav { /* all lists */
	position: relative;
	top: 50px;
	left: 250px;
	padding: 0;
	margin: 0;
	width: 685px;
	height: 42px;
	background-image: url(../images/menubar.jpg);
	background-repeat: no-repeat;
	list-style: none;
	z-index: 10;
}

#nav ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	list-style: none;
}

#nav a {
	display: block;
	height: 42px;
	outline: none;
	text-decoration: none;
	color: #414141;
	padding-right: 0em;
}
#nav li span { display: none; }

#navitem1 {left: 0; width: 151px;}
#navitem2 {left: 152; width: 118px;}
#navitem3 {left: 270; width: 122px;}
#navitem4 {left: 392; width: 195px;}
#navitem5 {left: 588; width: 95px;}
#navitem1 a:hover {background: transparent url(../images/menubar.jpg) 0px -43px no-repeat;}
#navitem2 a:hover {background: transparent url(../images/menubar.jpg) -151px -43px no-repeat;}
#navitem3 a:hover {background: transparent url(../images/menubar.jpg) -269px -43px no-repeat;}
#navitem4 a:hover {background: transparent url(../images/menubar.jpg) -391px -43px no-repeat;}
#navitem5 a:hover {background: transparent url(../images/menubar.jpg) -586px -43px no-repeat;}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	border-width: 2px;
	border-color: #fff;
	border-style: solid;
	background: #478698;
	width: 13em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-image: none;
	padding: 0px;
	margin: 0px;
}

#nav li ul a {
	position: relative;
	display: block;
	width: 14em;
	color: #fff;
	height: 20px;
	padding: 5px 0px 0px 0px;
	text-indent: 13px;
}

#nav li ul a:hover {
	background-image: none;
	background-repeat: no-repeat; 
	background-color: #c1d6d9;
	color: #414141;
	width: 13em;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}