/* */

#header {
	height: 152px;
	margin: 0px;
	border-bottom: 2px solid #000;
	width: 100%;
	background:  url(images/194-header-bg.gif) repeat-x;
	/* background: #fff; */
	}
	
#nav {
	position: absolute;
	top: 132px;
	left: 380px;
	width: 600px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	}
	
#nav li { /* Main nav list items */
	font: 11px verdana, sans-serif;
	float: left;
	list-style: none;
	text-align: center
	}
	
#nav li a {   /* Main nav styles for all links */
	display: block; /* Although display:block suggests a vertical list the float:left property under #nav li causes the menu to float inline */
	margin-left: 2px; /* adds a gap between the tabs */
	width: 90px; 	/* width of the tab */
	line-height: 20px; /* height of the tab */
	text-decoration: none;
	background: #c33;
	}

#nav a:link, #nav a:visited  { 
	background: #647F71;
	color: #ccc;
	}
	
#nav a:hover, #nav a:active { 
	background: #31433A;
	color: #fff;
	}
	
#nav a#current { 
	background: #fff;
	color: #000;}
