/* ------------ */

#nav, #nav ul 
	{
  	margin: 0;
  	padding: 0;
  	list-style-type: none;
  	list-style-position: outside;
  	position: relative;
  	line-height: 60px; 
  	float: left;
	}
	
#nav img
	{
	border: none;
	padding: 0;
	margin: 0;
	}
	
#nav a 
  	{
    display: block;
    padding: 0 10px;
    border: none;
    color: #330033;
    font-size: 18px;
    text-decoration: none;
  	}
  	
.naviactive
  	{
  	color: #000;
  	background: #fff;
  	}
#nav a:hover 
  	{
    background: #fff;
    color: #000;
  	}
div.menudivider
	{
	width: 7px;
	height: 60px;
	float: left;
	background: url(../images/layout/new/menu_divider.png) center no-repeat;
	}
#nav li
	{
  	float: left;
  	margin: 0;
  	padding: 0;
  	line-height: 60px;
  	text-align: left;
  	height: 60px;

	}
	
#nav ul li
  	{
  	height:30px;
  	width: 233px;
  	}
  	
#nav ul 
	{
  	position: absolute;
  	display: none;
  	width: 33px;
  	 margin: 0 0 0 -1em;
  	/*margin: 0;*/
  	padding: 0 1em 1em 1em;
  	top: 59px;
 	z-index:900;
  	text-transform: none;
	}
	
#nav ul li
	{
	background: url(../images/layout/new/menu_basic.jpg) center top no-repeat;
	}
#nav ul li:first-child
	{
	background: url(../images/layout/new/menu_first.jpg) center top no-repeat !important;
	}
#nav ul li:last-child
	{
	background: url(../images/layout/new/menu_last.jpg) center top no-repeat !important;
	}
#nav li ul a 
	{
	position: relative;
    line-height: 30px; 
    height: auto;
    width: 203px;
    float: left;
    font-size: 12px;
   	z-index: 901;
   	color: #663366;
    padding-left: 20px;
  	}
  
#nav li ul a:hover 
	{
	background: url(../images/layout/new/menu_dd_hover.png);
	color: #000;
  	}
  
#nav ul ul 
	{
  	top: auto;
	}	

#nav li ul ul 
	{
  	left: 11em;
	}

#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li:hover ul ul ul ul 
	{
  	display: none;
	}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li li li li:hover ul 
	{
  	display: block;
	}
