#nav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #cbd3ed;
	height:33px;
	text-align:right;
	width: 869px;
	margin: 0 auto;
}

#nav ul {
	list-style-type: none;
	border:0pt none;
	font-size:14px;
	font-weight:normal;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	width:100%;
}

#nav ul li {
	display: inline;
}

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

#nav ul li a {
	padding: 7px 20px 26px 20px;
	color: #cbd3ed;

        margin:0;

	
}

#nav ul li a:hover {
	background-color: #565047;
	text-decoration: none;
}



#nav ul li a.dropdownarrow
{
	background-image: url("images/arrow-dropdown-white.gif");
	background-repeat: no-repeat;
	background-position: 5px 9px;
}




#nav li {
	color: #ffffff;
	float: right;
	padding: 0;
}


#nav li img{
margin:0px 0px 0px 4px;
padding:0px;
vertical-align: middle; 

}

#nav li ul {
	position : absolute;
	top:36px;
	background-color: #393227;
	height : auto;
	font-weight : normal;
	display: none;
	left: auto;
	width:auto;
}

#nav li ul
{
	display:none;
	left: auto;
	width:auto;
}

#nav li li {
	border-right: none;
}

#nav li ul li
{
	float: none;
	clear:both;
	border-top: 1px solid #FFFFFF;
	width:auto;
	display:block;
	list-style-type: circle;
	text-align: left;
}

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

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


#nav ul li:hover {
	color: #FFF;
	background-image:  none;
	background-color: #565047;
}

#nav ul li:hover ul.nj{
	color: #FFF;
	background-image:  none;
	background-color: #565047;
	display:block;
}

#nav a:hover {
	color: #FFF;
	background-image:  none;
	background-color: #565047;
}