
#nav
{
	width: 100%;
 	adding:0px 65px 0px 65px;
}

#nav ul { 
	width: 100%;
	list-style: none;
	font-weight:bold;
	font-size: 14px;
	ackground-color: #FF0000;
	padding:0px;
	margin: 0;
	border: none;
	border-width: 0;
	float: left;
}

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

#nav ul li a {
	font-family:Arial; color:#4c4d4d; font-weight:bold; text-decoration:none; 
	olor: #ffffff;
	padding: 0px;
	margin:0px;
	border:none;
	cursor:pointer;
}

#nav ul li a.dropdownmenu {
	font-family:Arial; font-weight:bold; text-decoration:none; 
	color:#FFFFFF;
	padding: 0px;
	margin:0px;
	width:15em; w\idth: 8em;
	font-size: 13px;
	border:none;
	cursor:pointer;
}
#nav ul li a.dropdownmenu:hover {
	font-family:Arial; font-weight:bold; text-decoration:none; 
	color: #4c4d4d;
	padding: 0px;
	margin:0px;
	width:15em; w\idth: 8em;
	font-size: 13px;
	border:none;
	cursor:pointer;
}

#nav ul li a.dropdownarrow
{
	padding-right:14px;
	ackground-image: url("images/arrow-dropdown-white.gif");
	background-repeat: no-repeat;
	background-position: right ;
	border:none;
}

#nav li {
	color: #ffffff;
	float: left;
	padding: 0;
	padding: 4px 26px 4px 13px;
	order-right: 1px solid #FF0000;
}


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

#nav li ul {

	position : absolute;
	left : -999em;
	background-color:#feb920;
	ackground-color: #4baddc;
	ackground-image: url("images/menu_bg.jpg");
	left : -111em;
	height : auto;
	font-weight:bold;
	order-width : 0.25em;
	argin : 2px 0px 0px 0px;
}

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

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

#nav li ul li
{
	float:none;
	clear:both;
	border-top: 1px solid #FFFFFF;
	order-top: 1px solid #d3e134;
	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 ul li:hover {
	color: #333333;
	background-image:  none;
	ackground-color: #A5E58F;
	order-right: 1px solid #CCCCCC;
}

#nav ul li:hover ul.nj{
	color: #333333;
	background-image:  none;
	ackground-color: #A5E58F;
	order-right: 1px solid #CCCCCC;
	display:block;
	background-color: #828282;
}

#nav a:hover {
	color: #333333;
	background-image:  none;
	ackground-color: #A5E58F;
	border:none;
}

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

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

#nav ul li.current_page_item  ul li{
	order-right: 1px solid #CCCCCC;
	color: #000000;
}


#nav ul li.current_page_item  ul li a{
	color: #ffffff;
	border:none;
}


#nav ul li.current_page_item  ul li a:hover{
	color: #FF0000;
	background-image:  none;
	ackground-color: #A5E58F;
	border:none;
}




