 
/* CSS Document */
/*this control the entire menu box*/
#nav, #nav ul {
	list-style: none;
	background-color:#4e4e4e;
	width: 400px;
	list-style: none;
	line-height:2em;
	padding: 0px;
	margin: 0px;
	float: left;
}
/*end of menu box control*/
/*this control the box of each menu item*/
#nav a {
	display: block;
font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	padding: 1px;
	text-decoration: none;
	text-align:center;
}
/* control the text color on mouse over the main menu and dropdown menu*/
#nav a:hover{
font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#ffffff;
	display:block;
	}
/* control the bg color on mouse over the main menu and dropdown menu*/
#nav li:hover, #nav li.sfhover {
	background: ##4e4e4e;
}
/*end of menu box control*/
/*makes the menu start from left to right and determ the size of the individual menu box*/
#nav li {
	float: left;
	padding: 0;
	width: 100px;
	}
/* end of individual menu box */
/* start control dropdown menu list*/
#nav li ul {
font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	position: absolute;
	left: -999em;
	height: auto;
	width: 11em;
	margin: 0;
}
#nav li li {
	width: 11em
}
#nav li ul ul {
	margin: 1em 1 1 7em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li 
li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}


.slogan {
font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
}
body,td,th {
	color: #000000;
}

