	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 172px;
		z-index:200;

	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 15px;
		/*margin-bottom : -1px;*/
		width: 160px;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 172px;
		margin-top : -28px;
		border:1px solid #404C68;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 160px;
		w\idth : 160px;
		display : block;
		color : #535353;
		font-weight : bold;
		text-decoration : none;
		background-color : white;
		border-right: none;
		border-left:none;
		border-top:none;
		border-bottom : 1px dashed black;
		padding :0.5em;
		font-size:12px;

	}
	
	#nav li a:hover {
		color : #dddddd;
		background-color : #535353;
	}
	
	/* to add more levels, add here*/
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul,#nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
		left: -999em;
	}

	/* to add more levels, add here*/
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul,#nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	/*second level normal*/
	#nav ul li a{
		background-color: #E4EAF2;
		border:none;
		FILTER: Alpha(Opacity=85);
		/*border-bottom:1px solid #8394B2;*/
	}
	/*second level mouseover*/
	#nav li li a:hover {
		color : #eeeeee;
		background-color : #404C68;
		FILTER: Alpha(Opacity=100);
	}
	/*second level with child category mouseover*/
	#nav li li a.hasChild:hover{
			background: url(images/arrow-bullet-navy.gif) right no-repeat;
			background-color : #404C68;
			FILTER: Alpha(Opacity=100);
		
	}
	/*second level with child category normal*/
	#nav ul li a.hasChild{		
		background: url(images/arrow-bullet.gif) right no-repeat;
		background-color: #E4EAF2;
		border:none;
		/*border-bottom:1px solid #8394B2;*/
	}

	#nav ul li li a.hasChild{
		background-color: #FF9900;
	}

	#nav ul li li a{
		background-color:#F6FFCC;
	}

