	
#nav
	{
/*	width: 110px;
	padding: 9px 5px 0 9px; */
	height: 27px;
	font-size: 14px;
	background-color: #ffffff;
	background-image: url(../images/nav_bg.jpg);
	z-index: 11;
	}
* html #nav
	{
	margin-bottom: 0 !important;	
	}	
#nav ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 20px;

/* We want the menu items in our sub menus to
 * fill up the entire width of the sub menu, so
 * make sure it is display:block and not floated.
 * Also remove any specified width from the default
 * style sheet and turn on "nowrap".
 */	

         display: block;
	float: none;
	width: auto;
	white-space: nowrap;
	
	
	
	}
#nav li
	{
	float: left;
	position: relative;
	padding: 0 10px;
	height: 27px;
	line-height: 1.5;
	background-image: url(../images/nav-divide.jpg);
	background-position: right 1px; 
	background-repeat: no-repeat;	

	}	
#nav li.last
	{
	background-image: none;
	}	
#nav a 
	{
	color: #ffffff;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
	}
#nav li a:hover
	{
	color: #000000;
	}
#nav li .dropdown
	{
	display: none;
/*	display: block;
	border: solid 1px red;  */
	position: absolute;
	left: -32px;
	top: 26px;
	z-index: 100;
	}
#nav li ul
	{
	width: 150px;
	margin: 0 30px 30px 30px;
	background-color: #b60404;
	padding: 0 0 0 0; 
	list-style: none;
	list-style-image: none;
	border: solid 1px #d8d8d8;
	text-transform: none;
	}
#nav ul ul li
	{
	float: none;
	position: relative;
	padding: 0 20px;
	overflow: hidden;
	line-height: normal;
	height: auto;
	}
#nav ul ul li:hover a
	{
	cursor: pointer;
	}
#nav ul li:hover .dropdown, #nav ul li.sfHover .dropdown
	{
	display: block;
	}

#nav ul li ul li {
font-size: 12px;
padding-left: 5px;
}

