#nav
{
	width: 730px;
	padding-left:20px;
	padding-right:20px;
	height:28px;
	margin-top:0px;
	float:none;
	font-size:1.2em;
	text-align:center;
}
/* Change the background-color in #nav ul to fit suit your theme. Also set the line hight to the same value as your font-size. If not IE7 will have problems displaying your links. */
#nav ul { 
	width: 730px;
	height:28px;
	list-style: none;
	font-weight: normal;
	padding: 0;
	margin: 0;
	float: left;

}

#nav a {
	display : block;
	text-decoration : none;
}


#nav ul li a {
	color: #ffffff;
	padding: 0px;
	margin:0px;

}



#nav ul li a.dropdownarrow
{
	padding-right:14px;
	background-image: url("images/arrow-dropdown-white.gif");
	background-repeat: no-repeat;
	background-position: right ;

}




#nav li {
	color: #333;
	float: left;
	padding: 0;
	height:17px;
	padding: 0px 20px 0px 20px;
}


#nav li img{
margin:0px 0px 0px 4px;
padding:0px;
vertical-align: middle; 

}

#nav li ul {

	position : absolute;
	left : -999em;
	background-color: #E59E08;
	left : -111em;
	height : auto;
	font-weight : normal;
	margin : 2px 0px 0px 0px;
}

#nav li ul
{
	display:none;
	left: auto;
	margin-top:0px;
	margin-left:-10px;
	width:auto;
}

#nav li li {
	border-right: none;
}


/* These changes affect the links in the dropdown. Float left lets the links align left. The border set to none deletes teh border between the links inthe dropdown and list-style-type set to none makes sure we do not have circles, dots etc. in front of each link */
#nav li ul li
{
	float: left;
	clear:both;
	width:auto;
	display:block;
	list-style-type: circle;
	padding:2px 10px 2px 10px;
}

.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: #3F5527;
	background-image:  none;
/*->*/	background-color:none;
/*->*/	border-right:none;
}

/* Change the border to none to make it disapear */
#nav ul li:hover ul.nj{
	color: #333333;
	background-image:  none;
	background-color: #E59E08;
/*->*/	border-right: none;
	display:block;
}

/* Add the padding to #nav a:hover to prevent the nav to jump yround when hovering a link */
#nav a:hover {
	color: #3F5527;
	background-image:  none;
	background-color: none;
/*->*/	padding:0px;
}

/* Change the backround-color to suite your theme. This setting is responsible to dynamically highlight the current page*/
.current_page_item
{
	background-image:  none;
/*->*/	background-color: #E59E08;
}

/* Change the color in #nav ul li.current_page_item a to suite your theme. This will display the active link in a diffenent color than the inactive links */
#nav ul li.current_page_item a {
/*->*/	color: #3F5527;
}

#nav ul li.current_page_item  ul li{
	border-right: 1px solid #CCCCCC;
	color: #000000;
}


#nav ul li.current_page_item  ul li a{
	color: #ffffff;
}


#nav ul li.current_page_item  ul li a:hover{
	color: #333333;
	background-image:  none;
	background-color: #A5E58F;
}
