#nav
{
	width: 100%;
}

#nav ul { 
	width: 100%;
	list-style: none;
	font-weight: normal;
	font-size: 15px;
	background-color: none;
	padding: 0;
	margin: 0;
	border: none;
	border-width: 0;
	float: left;
	line-height:12px;
	color: #eee;
}

#nav ul li {
	color: #f8f8f8;
}

#nav a {
	display : block;
	text-decoration : none;
}

#nav ul li a {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #553A34;
	font-weight : normal;
	text-decoration: none;
	display : block;
	padding: 7px;
}

#nav ul li a.dropdownarrow
{
	padding-right:18px;
	background-image: url(images/arr.gif);
	background-repeat: no-repeat;
	background-position: right 13px;
}

#nav li {
	color: #553A34;
	float: left; 
	margin-left: 1px;
}

#nav li img{
margin:0px 0px 0px 4px;
padding:0px;
vertical-align: middle; 

}

#nav li ul {
	position : absolute;
	left : -999em;
	left : -111em;
	z-index: 999;
	height : auto;
	font-weight : normal;
	border-width : 0.25em;
	margin : 0px;
}

#nav li ul
{
	display:none;
	left: auto;
	margin-top:0px;
	margin-left:-16px;
	width:auto;
}

#nav li li {
	color: #eee;
	border-right: none;
	background: url(../../themes/adgor/images/background.jpg) top repeat-x;
}

#nav li ul li
{
	color: #eee;
	float: none;
	clear:both;
	border-top: 1px solid #eee;
	width:auto;
	display:block;
	list-style-type: none;
}

.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 li:hover {
	background: none; }

#nav ul li:hover ul.nj{
	color : #f8f8f8;
	background-image:  none;
	background-color: #553A34;
	display:block;

}

#nav a:hover {
	color: #f8f8f8;
	background-image:  none;
	background-color: #553A34;
}

#nav a { color: #f8f8f8; }

.current_page_item
{
	color: #f8f8f8;
	background: #553A34;
}

#nav ul li.current_page_item a {
	color: #f8f8f8;
	background: #553A34;

}

#nav ul li.current_page_item  ul li{
	color: #f8f8f8;
}


#nav ul li.current_page_item  ul li a{
	color: #f8f8f8;
}


#nav ul li.current_page_item  ul li a:hover{
	color: #f8f8f8;
	background-image:  none;
	background-color: #553A34;
}
