#nav
{
	width: 100%;

	/*padding-left: 10px;	
	padding-right: 36px; */
		padding-right: 36px;
	font-size: 11px;
	font-family: Arial, Verdana;
	padding: 0;
	margin: 0;
}

#nav ul { 
/*	width: 100%;
	
background-color: #828282;  
	padding: 0;
	margin: 0;
	border: none;
	border-width: 0;
	list-style: none;
	font-weight: normal;
	font-size: 14px;
	float: left;
	line-height:12px;
*/
/* try mainitem here*/

	background: #ececec url('img/MainItemBackground.gif') repeat-x;
	border-top: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #bbbbbb;
	border-left: solid 1px #bbbbbb;
	height: 20px;
	padding: 0;
	margin: 0;

	
}

#nav a {
	display : block;
	text-decoration : none;
}

#nav ul li a {
	/*color: #ffffff;  //white
	padding: 0px;
	margin:0px;
	line-height: 10px;*/


	text-decoration:none;
	color: #666;
	display:block;
	padding: 0px;
	margin:0px;
	white-space:nowrap;

}



#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;*/

	color: #000000;
	float: left;
	padding: 0;
	padding: 4px 16px 4px 16px;
	border-right: 1px solid #CCCCCC;

}

/*
#nav li img{
margin:0px 0px 0px 4px;
padding:0px;
vertical-align: middle; 

}*/

#nav li ul {       /* child links */
	/*background-color: #828282;  black
	background-color: #ececec;*/
	/*border-width : 0.25em;*/

	position : absolute;
	left : -999em;
	background-color: #ececec;
	left : -111em;
	height : auto;
	font-weight : normal;
	margin : 2px 0px 0px 0px;

}

#nav li ul
{
	display:none;
	left: auto;
	margin-top:4px;
	margin-left:-16px;
	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%;}*/
* html .clearfix {height: 5%;}
/* End hide from IE-mac */


#nav ul li:hover {
	/*background-image: #ececec url('img/MenuItemBackground.gif') repeat-x;*/
	/*background-color: #A5E58F;    background green */
	/* changed here 
	border-right: 1px solid #CCCCCC;*/

	color: #000;
	 
	/*background:yellow;*/
	background: #ededed;
	border-bottom-color: #d7d7d7;
	font-weight: normal;

}

#nav ul li:hover ul.nj{
	color: #333333;
	background-image:  none;
/*	 background-color: #A5E58F;   */
	border-right: 1px solid #CCCCCC;
	display:block;
	background-color: #828282;

}

#nav a:hover {
	/*color: #333333;
	background-image:  none;
	background-color: #A5E58F;*/ /* green color effect*/

/*	line-height: 10px;*/
	text-decoration:none;
/*	color: #666;*/
	color: #000;
/*	cursor:pointer;*/

}

.current_page_item
{
	background-image:  none;
/*	background-color: #A5E58F;   */
}

#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: #A5E58F;   */
}

