/* */

#header {
	height: 99px;
	margin: 0px;
	border-bottom: 2px solid #669a67;
	width: 100%;
	background:  url(images/220-header-bg.png) repeat;
	/* background: #fff; */
	}
	
#nav {
	position: absolute;
	top: 79px;
	left: 580px;
	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: #669a67;
	color: #fff;
	}
	
#nav a:hover, #nav a:active { 
	background: #346433;
	color: #000;
	}
	
#nav a#current { 
	background: #fff;
	color: #000;}
	
.btn {
	background: #ca0132;
	color: #fff;
	border: 1px #362011 solid;
	}
