#nav, #nav ul {
	list-style: none;
	background: white;
	padding: 0;
	margin: 0 0 0 0;
	z-index: 400;
}

#nav a {
	text-decoration: none;
}

#nav li {
	float: left;
	padding: 0px;
	margin: 0px;
	z-index: 500;
}

#nav li ul {
	position: absolute;
	left: auto;
	height: auto;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	display: none;
}

/*#nav a.mainnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	background-color: #666666;
	display: block;
	text-align: center;
	text-transform: lowercase;
	font-weight: bold;
	padding: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width: 116px;
	letter-spacing: 1px;
}*/
#nav li li {
	width: 100%;
}

#nav li ul a {
	width: 100%;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	display: block;
}

/**navigation**/
#navigation li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 2em;
	left: 0;
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	display: block;
}

.sublinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 5px 9px 5px 9px;
	width: auto;
	display: block;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #F4F4F4;
	text-align: left;
	border-right: 2px solid #EBEBEB;
	border-left: 2px solid #EBEBEB;
}
.mainnav:hover {
	line-height: 14px;
	display: block;
	text-align: center;
	padding: 0px;
}
.mainnav {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #FFFFFF;
	display: block;
	padding: 0px;
	border: 0px;
	margin: 0px;
}
.sublinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
	background-color: #F5E4CF;
	padding: 5px 9px;
	width: 140px;
	display: block;

}
.width250 {
	width: 150px;
}
.widthnarrow {
	width: 125px;
}
.sublinkstopitem {
	border-top: 2px solid #EBEBEB;
}
.sublinksmulti {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
	padding: 5px 9px 5px 9px;
	width: auto;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: left;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: right 7px;
}
.mainnavend {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	display: block;
	text-align: center;
	text-transform: lowercase;
	font-weight: bold;
	padding: 4px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width: 112px;
	letter-spacing: 1px;
	margin-bottom: 1px;
	background-image: url(none);
	background-repeat: repeat-x;
	background-color: #333333;
}
.sublinksend {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}
.sub2 {
	border-left: 3px solid #F4F4F4;
}

