@charset "UTF-8";

a, a:link, a:hover, a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
ul{
	margin-right: auto;
	margin-left: auto;
}
ul li{
	padding-left: 0em;
	margin-left: 0em;
}
#menu {
	border:none;
	font-size: 70%;
	text-transform: uppercase;
	clear: both;
	height: 1.6em;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	font-weight: normal;
}

#nav, #nav ul {
	color: #FFFFFF;
	background-color:#999999;
	float: left;
	width: 100%;
	list-style: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-align: left;
}

#nav
{
	background-image: url(../images/navBackground2.gif);
	background-repeat: repeat-x;
}

#nav a {
	color: #FFFFFF;
	display: block;
	/*width: 9.6em;
	w\idth: 10em;
	width: 125px;*/
	width: 100%;
	text-decoration: none;
	padding-top: 0.25em;
	padding-right: 2em;
	padding-bottom: 0.25em;
	padding-left: 2em;
}
#nav      a:hover       {
	color: #FFFFFF;
}

#nav a.daddy {
	background-image: url(../images/rightarrow2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	float: right;
}

#nav li {
	padding: 0;
	width: 14em;
	float: left;
	margin-left: 0px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 13.9em;
	w\idth: 14em;
	font-weight: normal;
	border-width: 0.25em;
	border:none;
	text-transform: capitalize;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	color: #FFFFFF;
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 14em;
}

#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;
}

#nav li:hover, #nav li.sfhover {
	background-color: #000000;
}
