#nav
{
	padding-top: 134px;
	margin-left: 320px;
	width: 550px;
}

#nav ul { 
	width: 100%;
	list-style: none;
	font-weight: bold;
	font-size: 12px;
	background: none;
	padding: 0;
	margin: 0;
	border: none;
	border-width: 0;
	float: left;
	line-height: 12px;
}

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

#nav ul li a {
	color: #000;
	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: #ffffff;
	float: left;
	padding: 5px 8px;

}

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

}

#nav li ul {

	font-size: 11px;
	position : absolute;
	left : -999em;
	background-color: #bbb;
	left : -111em;
	height : auto;
	font-weight : normal;
	border: 1px solid #fff;
	margin : 2px 0px 0px 0px;
}

#nav li ul
{
	display:none;
	left: auto;
	margin-top:4px;
	margin-left:-5px;
	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;
}

.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-image:  none;
	background-color: #f2f2f2;
}

#nav ul li:hover ul.nj{
	color: #333333;
	background-image:  none;
	background-color: #f2f2f2;
	border-right: 1px solid #fff;
	display:block;
	background-color: #828282;

}

#nav a:hover {
	color: #333333;
	background-image:  none;
	background-color: #f2f2f2;
}

.current_page_item
{
	background-image:  none;
	background-color: #f2f2f2;
}

#nav ul li.current_page_item a {
	color: #333333;
}

#nav ul li.current_page_item  ul li{ color: #000000; }


#nav ul li.current_page_item  ul li a{
	color: #000;
}


#nav ul li.current_page_item  ul li a:hover{
	color: #333333;
	background-image:  none;
}

/* tabs overide */


.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 12px;
    background: none;
}

