/* Horizontal navigation bar */

/* the entire bar background */
#navbar {
	position:absolute; top: 55px; left:0;
	width: 100%;
	height: 25px;
	/* background: url("../../../images/navBarBg.gif") repeat-x 20px;*/
	}
	
#dropdown {
	display: block;
	padding: 0 0 0 10px; /**/
	margin:0;
	}

#dropdown li	{
	list-style-type: none;
	padding: 0;
	margin: 0;	
	height:25px;	
	float: left;
	text-align: center;
	border-right: 1px solid #aaaaaa;	
	/* background: url("../../../images/navBarBg.gif") repeat-x 25px;*/
	}

#dropdown li span {
	font: 12px  Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:25px;
	}	

#dropdown a {
	text-decoration: none;
	display: block;
	height: 25px;
	/*width: 85px;*/
	margin:0;
	padding: 0px 10px 0 10px;	/**/
	}
	
#dropdown a:hover {
	color:black;
	}	

		
/*
	border-left: 1px solid #aaaaaa;	
*/		
	

/* Moved to Color Palettes  
#navbar {
	background: url("../../../images/navBarBg.gif") repeat-x 20px;
	}
#dropdown li	{
	background: url("../../../images/navBarBg.gif") repeat-x 25px;
	}
#dropdown li#active, #dropdown a:hover, #dropdown a.selected { 
	background: url("../../../images/navBarBgHover.gif") repeat-x 25px; 
	}
*/