/* My Navbar */
#nav2, #nav2 ul {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 920px;
        height:50px;
	margin: 10px 0;
	padding: 0 10px;
	background: #000 url(img/MenubarBG.jpg) repeat-x left top;
	list-style: none;
        text-align:center;
        font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

#nav2 a {
	display: block;
	float: left;
	height: 30px;
        width:121px;
	padding: 7px 0 0 0;
	background: url(img/Button.jpg) no-repeat right top;
	text-decoration: none;
	color: #fff;
}

#nav2 a:hover {
	display: block;
	float: left;
	height: 30px;
        width:121px;
	padding: 7px 0 0 0;
	background: url(img/Button_Over.jpg) no-repeat right top;
	text-decoration: none;
	color: #fff;
}
#nav2 li {
	float: left;
	list-style:none;
        padding: 0 13px;
}

/* Main Navbar */
	
#nav, #nav ul {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 940px;
height: 18px;
	margin: 0px;
	padding: 0px;
/*	background: url(img/bg-menu.gif) repeat-x left top;*/
background: #000;
	list-style: none;
}

#nav a {
	display: block;
	float: left;
	height: 18px;
	padding: 0 20px 0 20px;
/*	background: url(img/bg-menu-a.gif) no-repeat right top;*/
	text-decoration: none;
	color: #fff;
}

#nav a:hover {
	display: block;
	float: left;
	height: 18px;
	padding: 0 20px 0 20px;
/*	background: url(img/bg-menu-a.gif) no-repeat right top;*/
	text-decoration: none;
	color: #9cf;
}
#nav li {
	float: left;
	list-style:none;
}
	
/* Dropdown Menus */
	
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #6e7073;
	z-index: 100;
}

#nav li li {
	width: 172px;
	border-top: 1px solid #6e7073;
	border-right: 1px solid #6e7073;
	border-left: 1px solid #6e7073;
	background: #1e1f21;
}

#nav li li a, #nav li li a:hover {
	width: 162px;
	height: auto;
	padding: 5px;
	background: none;
	font-weight:normal;
	color:#fff;
}

#nav li li a:hover {
	background: #4a4f54;
}
		
#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 {
	top: 40px;
	left: auto;
}