/*
* Copyright (C) 2006-2009 Corllete ltd (clabteam.com), License - http://www.free-source.net/licenses/design.txt)
* Download and update at http://www.free-source.net/
* $Id: menu.css 413 2009-10-15 18:58:44Z secretr $
*
* Theme Deep Cut Drop Down Menu Style
*/

#nav li.fs-linkSep { width: 1px; margin: 0px 7px; height: 52px; }

#nav ul{ position: relative; z-index: 20;}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 52px;
	padding-left: 10px
}

#nav a, #nav span {
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	display: block;
	font: normal 14px/52px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}
#nav span { cursor: pointer; }
#nav a:hover {
	/* background-position: 0 -44px; */
	color: #CCC;
}

#nav li { /* all list items */
	float: left;
	/* width: 10em;  width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	z-index: 999;
	width: 220px;
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding: 0;
}

#nav li ul li {
	
}

#nav li ul li a, #nav li ul li span {
	display: block;
	text-align: left;
	background-image: none;
	background-color: #000;
	line-height: 30px;
	font-size: 13px; font-weight: bold;
	padding-left: 20px;
	padding-right: 0px;
	border-left: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 1px solid #333;
	width: 220px;
	w\idth : 200px;
	text-transform: none;
	color: #FFF;

	
}
#nav li ul li a:hover {
	background-color: #333;
	color: #FFF;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -33px 0 0 190px;
}



#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 { /* lists nested under hovered list items */
	left: auto;
}

