/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_examples.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* commom style for all browsers */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 100%;
	background-color: #4E656E;
}

#nav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #333333;
	padding-top: 2px;
	padding-bottom: 2px;
}
#nav li ul a {
	color: #666666;
	font-variant: normal;
	font-size: 90%;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 155px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav li ul a:hover {
	color: #7D110C;
}



#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #FFFFFF;
	border: 1px dotted #333333;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 165px;
	color: #333333;
/*}
#nav li ul li:hover {
	width: 99%;
	color: #7D110C;
}

/*
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	color: #666666; 
}

#nav, #nav ul {
	float: left;
	width: 100%;
	align: center;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	font-size: 14px;
	background-color: #4E656E;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#nav a {
	display: block;
	align: center;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 100px;
}

#nav li ul {
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #FFFFFF;
	border: 1px dotted #333333;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 165px;
	color: #333333;
}

#nav li li {
	width: 100%;
}

#nav li ul a {
	width: 13em;
	w\idth: 11em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7F5F3;
}

#nav li ul ul {
	margin: -1.75em 0 0 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;
	background-color: #FFFFFF;
}

#nav li li:hover, #nav li li.sfhover {
	width: 99%;
	background-color: #C1E1EE;
}
