#nav
{
	width: 682px;
}

#nav ul { 
	width: 100%;
	list-style: none;
	font-weight: normal;
	font-size: 14px;
	background-color: #e2d4e1;
	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: #653d64;
	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 {
	border-left: 1px solid #e2d4e1;
	border-right: 1px solid #e2d4e1;
	float: left;
	padding: 0;
	padding: 7px 8px 5px 8px;

}


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

}

#nav li ul {

	position : absolute;
	left : -999em;
	border-left: 1px solid #63415c;
	border-right: 1px solid #63415c;
	border-bottom: 1px solid #63415c;
	background-color: #946283;
	left : -111em;
	height : auto;
	font-weight : normal;
	margin : 2px 0px 0px 0px;
}

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

#nav li li {
	border: none;
}

#nav li ul li
{
	float: none;
	clear:both;
	width:auto;
	display:block;
	list-style-type: circle;
	border: none;
}

#nav li ul li a
{
	color: #fff;
	border: 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: #fff;
	border-left: 1px solid #63415c;
	border-right: 1px solid #63415c;
	background-image:  none;
	background-color: #a97d9a;
}

#nav ul li ul li:hover {
	border: none;
}

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

#nav a:hover {
	color: #fff;
	background-image:  none;
	border: none;
}

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

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

#nav ul li.current_page_item {
	border-left: 1px solid #946283;
	border-right: 1px solid #946283;
}

#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;
}
