#navigation {
	width:1000px;
	height:61px;
	background-image:url(../graphics/navigation.jpg);
	background-repeat:no-repeat;
	background-position:left;
	}

#links {
	height:20px;
	width:1000px;
	float:left;
	padding-top:20px;
	padding-left:7px;
	z-index:100;
	}

#links ul {
	list-style:none;
	margin:0;
	padding:0;
	}

#links li {
	list-style:none;
	float:left;
	}

#links li a {
	height:11px;
	text-decoration:none;
	list-style:none;
	padding-right:28px;
	padding-left:28px;
	padding-top:9px;
	padding-bottom:9px;
	color:#fff;
	font-weight:bold;	
	}

#links li a:link,#links li a:visited {
	/*display:block;/*   /*Uncomment if defining a width for each button*/
	font-size:13px;
	text-align:center;
	height:11px;
	}

#links li .current {
	text-decoration:none;
	color:#f47d20;
	background-color:#000;
	}
	
#links li a:hover,#links li a:active {	
/*	border-bottom:#f47d20 solid 5px;
	background-image:url(../graphics/arrow_up.png);
	background-position:bottom right;
	background-repeat:no-repeat;*/
	background-color:#000;
	color:#f47d20
}

/* Drop Down */
#menu1 {
	position:absolute;
	left:100px;
	top:45px;
	width:80px;
	visibility:hidden;
	z-index:2000;
	}

#menu1 ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	width:130px;
	width:132px;
	}

#menu1 li {
	list-style-type: none;
	width:132px;
	}

#menu1 a {
	display: block;
	height: auto;
	padding-top:3px;
	width:90px;
	text-decoration: none;
	color:#fff;
	font-size:11px;
	font-weight: normal;
	background-color: #000;
	z-index:2000;
	border-top: #333 solid 1px;
	}

#menu1 a:hover {
	color:#ccc;
	text-decoration:none;
	}

#links #tabs li a:link, #links #tabs li a:visited {
	font-size: 13px;
	text-align: left;
	height: 11px;
}