#nav
{
	width: 190px;
	margin: 0;
}

#nav ul { 
	font-size: 14px;
	padding: 0;
	margin: 0;
}

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

#nav li {
    list-style: none;
	width: 190px;
	margin: 0;
}

#nav ul li a {
	color: #5181b1;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 5px 0 5px 15px;
}


#nav li ul {
	display:none; 
	height: auto;
	font-weight: normal;
	font-size: 90%;
	margin: 2px 0px 0px 0px;
}

#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 ul.nj{
	display:block;
}


#nav li a:hover, #nav li a:focus, #nav li.current_page_item a
{
	background-image:  none;
	text-decoration: none;
	background: url(images/menu-arrow.gif) left no-repeat;
	color: #333
}

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

#nav li ul li a:hover, #nav li ul li.current_page_item a
{
	background-image: none;
	text-decoration: none;
	color: #333
}

#nav ul li a:hover.dropdownarrow
{
	background: url("images/menu-arrow-grey-down.gif") no-repeat left;

}

li.newsletterpage1, li.newsletterpage2, li.newsletterpage3 {
	display: none;
}