/*Main Navbar */

#nav {
	width: 582px;
	background:#000000;
	height: 35px;
	font-size:1.0em;
	margin-left: 25px;
	}
	
#nav, #nav ul {
	list-style: none;
	line-height: 1;
	}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border:none;
	}

#nav li {
	float: left;
	list-style:none;
}

#nav a, #nav a:visited {
	display:block;
	font-weight:bold;
	color: #ffffff;
	width: 80px;
	height: 29px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	padding:6px 1px 0px 1px;
	text-align: center;
	}

#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	background-image: url(images/menuhover.jpg);
	background-repeat: no-repeat;
	color: #ff0000;
	text-decoration:none
	}
	
	
/* Dropdown Menus */		
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 132px;
	border-bottom: 1px solid #a9a9a9;
	}

#nav li li {
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	}

#nav li li a, #nav li li a:visited {
	width: 130px;
	height: 20px;
	background-image: url(images/dropdownmenu.jpg);
	background-repeat: no-repeat;
	font-weight:normal;
	font-size:1.0em;
	color:#FFF;
	padding: 0;
	line-height: 18px;
	}

#nav li li a:hover, #nav li li a:active {
	background-image: url(images/dropdownmenuhover.jpg);
	background-repeat: no-repeat;
	color: #ff0000;
	}	
		
#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;
	}

a.main:hover
{	background:none;
	}
	
	
	
	
	
#newsindex {
	background:url(images/newsbullet.gif) no-repeat;
	font-size:11px;
	}
	
#newsindex, #newsindex ul {
	list-style: none;
	line-height: 30px;
	}

#newsindex a, #newsindex a:hover {
	display: block;
	text-decoration: none;
	border:none;
	padding-left: 20px;
	}

#newsindex li {
	float: left;
	list-style:none;
	}

#newsindex a, #newsindex a:visited {
	display:block;
	color: #ff0000;
	}

#newsindex a:hover, #newsindex a:active {
	background:url(images/newsbullethover.gif) no-repeat;
	text-decoration:none
	}	
		

		
