#nav
{
	width: 100%;
}

#nav ul { 
	font-weight: bold;
	float:left;
	position:absolute;
	left: 37px;
	top: 200px;
	height:30px;
	width:auto;
	margin:0;
	padding:0;
}

#nav a {
	display : block;
	text-decoration : none;
	width:auto;
}

#nav ul li a {
	color: #ffffff;
	padding:0px 9px 20px 9px;
	color:#000000;
	margin:0px;

}


#nav li {
	display: inline;
	margin:0 2px;
	float:left;
	width:auto;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



#nav ul li:hover {
	color: #333333;
	background: url(images/right_nav_corner.png) no-repeat scroll right top;/*don't add color to this, or it will fuck up the sliding door effect*/
	margin-top:-5px;
	padding-top:5px;/*makes the subnav disappear for some reason*/
}

#nav li a:hover{
	color: #337EBE;
	background:url(images/left_nav_corner_50px.png) left top no-repeat;/*don't add color to this, or it will fuck up the sliding door effect*/
	margin-top:-5px;
	padding-top:5px; /*makes the subnav disappear for some reason*/
		}

#nav li.current_page_item{
	background: url(images/right_nav_corner.png) no-repeat scroll right top;
	color:#000000;
	padding:0px 0px 10px 0px;
	margin-top:-5px;
	}

#nav ul li.current_page_item a {
	background: url(images/left_nav_corner_50px.png) left top no-repeat;
	z-index:1;
	Padding-top:5px;
	}



/****************DROP DOWN OPTIONS***********************/

#nav li ul {
	position : absolute;
	width:10em;
	top:23px;
	left : -999em;
	background-color: #FFFFFF;
	left : -111em;
	height : auto;
	font-weight : normal;
	border-width : 0.25em;
	margin : 2px 0px 0px 0px;
}

#nav li ul {
	display:none;
	left: auto;
	margin-top:4px;
	margin-left:-16px;
	width:auto;
}

#nav li:hover ul {
	left: auto;
}

#nav li li {
	border-right: none;
	padding:0;
	margin:0;
	
}

#nav li ul *{
	margin:0;
	padding:0;
	}

#nav li ul li {
	float: none;
	clear:both;
	border-bottom: 1px solid #EEEDCF;
	width:auto;
	display:block;
	list-style-type: none;
	padding:0;
	margin:0;
}

#nav li ul li a{ /*INVESTIGATE THIS SELECTOR MORE*/
	padding:0;
	margin:0;
	}



#nav li ul li a:hover {
	background:white; /*prevents the tabs from showing up*/
	height:25px;
	padding:0;!important
	margin:0;!important
	}

#nav li ul li:hover {
	background:white; /*prevents the tabs from showing up*/
	height:25px;
	padding:0;!important
	margin:0;!important
	
	}

#nav ul li:hover ul.nj{ /*not sure what this selectro is for*/
	color: #333333;
	background-image:  none;
	background-color: #A5E58F;
	border-right: 1px solid #CCCCCC;
	display:block;
	background-color: #828282;
	
}

#nav ul li.current_page_item  ul li{
	border-right: 1px solid #CCCCCC;
	color: #000000;
	padding:0;
	margin:0;
}


#nav ul li.current_page_item  ul li a{
	color:#000000;
	padding:0;
	margin:0;
}


#nav ul li.current_page_item  ul li a:hover{
	color: #333333;
	background-image:  none;
	background-color: #A5E58F;
	padding:0;!important
	margin:0;!important
}