#nav
{
	width: 100%;
	font: 12px Verdana;
	margin-top: -20px;
	border-bottom: 3px solid #CCCCCC;
	border-top: 5px solid #000;
}

#nav ul { 
	width: 100%;
	list-style: none;
	font-weight: bold;
	font-size: 12px;
	padding: 0;
	margin: 0;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-width: 0;
	float: left;
	line-height:16px;
	background-color: #6699ff;
}

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

#nav ul li a {
	color: #000;
	padding: 5px;
	margin:0px;

}


#nav li {
	color: #000;
	float: left;
	padding: 0;
	padding: 0px 0px 0px 0px;

}


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

}

#nav li ul {

	position : absolute;
	left : -999em;
	background-color: #ff99ff;
	left : -120em;
	height : auto;
	font-weight : normal;
	border-width : 0.25em;
	margin : 2px 0px 0px 0px;

}

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

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

#nav li ul li
{
	float: none;
	clear:both;
	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 {

	background-image:  none;
	background-color: #ff99ff;

}

#nav ul li:hover ul.nj{
	color: #333333;
	background-color: #ff99ff;
	display:block;
	background-color: #ff99ff;

}

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

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

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

#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: #06c1ff;
}

