/*Main Navbar */

#nav {
	left: 55px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 168px;
	z-index:100;
	}
	
#nav, #nav ul {
	line-height: 34px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type:none;
	width: 105px;
	}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border: none;
	color: #ffffff;
	background: #000000 url('img/button_over.jpg') center center no-repeat;
	}

#nav li {
	float:	left;
	list-style-image:	none;
	list-style-position:	outside;
	list-style-type:	none;
	margin:	0 0 27px;
	width:	100%;
	background: #000000 url(img/button_up.jpg) no-repeat scroll center center;
	color: #FFFFFF;
	font-family: arial;
	font-size: 17px;
	text-align: center;
	font-weight: bold;
	}
	
#nav li:hover {
	background: #000000 url(img/button_over.jpg) no-repeat scroll center center;
}

#nav a, #nav a:visited {
	background: #000000 url(img/button_up.jpg) no-repeat scroll center center;
	color: #FFFFFF;
	display: block;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	padding: 0 10px;
	text-align: center;
	}

#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	color: #ffffff;
	text-decoration: none;
	background: #000000 url('img/button_over.jpg') center center no-repeat;
	}	
	
	
/* Dropdown Menus */		
#nav li ul {
	position: absolute;
	left: -999em;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 105px;
	border-bottom: 1px solid #6e7073;
	line-height: 26px;
	display: inline;
	}

#nav li li {
	border-top: 1px solid #6e7073;
	border-right: 1px solid #6e7073;
	border-left: 1px solid #6e7073;
	background: #1e1f21;
	margin: 0;
	width: 105px;
	height: 26px;
	display: inline;
	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size: 12px;
	color:#FFF;
	background: #1e1f21;
	display: inline;
	}

#nav li li a:hover, #nav li li a:active {
	background:#996a28;
	}	
		
#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: 105px;
	display: inline;
	margin: 0px;
	}

a.main:hover
{	background:none;
	}
