#nav, #nav ul {
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 0;
	z-index: 500;
}

#nav a {
	width: auto;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: auto;
	height: auto;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	display: none;
	/* for IE */
  filter:alpha(opacity=85);
	/* CSS3 standard */
  opacity:0.85;

}

#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-size: 12px;
	line-height: normal;
	color: #333333;
	text-decoration: none;
	background-color: #F1EBDC;
	padding: 8px 9px 8px 20px;
	width: auto;
	display: block;
	text-align: left;
	border-bottom: 0px dotted #CEC6BD;
}
.sublinks:hover {
	text-decoration: underline;
}

.mainnav {
	font-size: 15px;
	line-height: normal;
	color: #6C6D5F;
	display: block;
	text-align: center;
	font-weight: normal;
	width: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	z-index: 400;
	text-transform: uppercase;
}
.mainnavactive {
	color: #4B1F06;
	background-color: #FFFFFF;
}

.subwidth {
	width: 155px;
	margin-top: 0px;
}
.widthnarrow {
	width: 185px;
}
.sublinkstopitem {
	background-image: url(../images/menu-fade.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.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;
}
.states {
}
.mainnav:hover {

	color: #CCCCCC;
	background-color: #FFFFFF;
}

