	#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 200px;
	}
	
	.divider {
	border-bottom: 2px dotted #FFF;	
	}
	
	#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 200px;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.05em;
		margin-top : -1.35em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
	width: 182px;
	w\idth : 182px;
	display : block;
	color : #000;
	text-decoration : none;
	padding : 5px 3px 5px 15px;/*Controls the padding for the main menu item*/
	background: #09F url(../images/rightarrow4.gif) no-repeat 5px 50%;
	font: bold 12px Arial, Helvetica, sans-serif;
	}
	
	#nav li.downarrow a {
	width: 177px;
	w\idth : 177px;
	display : block;
	color : #000;
	text-decoration : none;
	padding : 5px 3px 5px 20px;/*Controls the padding for the main menu item*/
	background: #09F url(../images/rightarrow6.gif) no-repeat 5px 50%;
	font: bold 12px Arial, Helvetica, sans-serif;
	border-bottom: 2px dotted #FFF;
	}
	
	#nav li.downarrowselected {
	width: 177px;
	w\idth : 177px;
	display : block;
	color : #000;
	text-decoration : none;
	padding : 5px 3px 5px 20px;/*Controls the padding for the main menu item*/
	background: #CCC url(../images/rightarrow7.gif) no-repeat 5px 50%;
	font: bold 12px Arial, Helvetica, sans-serif;
	border-bottom: 2px dotted #FFF;
	}
	
	#nav li.indent  a {
	width: 172px;
	w\idth : 167px;
	display : block;
	color : #000;
	text-decoration : none;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 30px;
	border-bottom: 2px dotted #FFF;
	background-color: #09F;
	background-image: url(../images/rightarrow5.gif);
	background-repeat: no-repeat;
	background-position: 20px 50%;
	}
	
	#nav li.indent a:hover {
	color : #FFF;/*Sets the background color and background image when the mouse hovers over the menu item*/
	background-color: #0CF;
	background-image: url(../images/rightarrow3.gif);
	background-repeat: no-repeat;
	background-position: 20px 50%;
	}
	
	#nav li a:hover {
	color : #FFF;/*Sets the font color when the mouse hovers over the menu item*/
	background: #0CF url(../images/rightarrow3.gif) no-repeat 5px 50%;/*Sets the background color and background image when the mouse hovers over the menu item*/
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	#nav li.currentpage  {
	color: #000;
	border-bottom: 2px dotted #FFF;
	padding : 5px 3px 5px 15px;/*Controls the padding for the main menu item*/
	background: #CCC url(../images/rightarrow2.gif) no-repeat 5px 50%;
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 182px;
	}
	#nav li.currentpage2  {
	color: #000;
	padding : 5px 3px 5px 15px;/*Controls the padding for the main menu item*/
	background: #CCC url(../images/rightarrow2.gif) no-repeat 5px 50%;
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 182px;
	}
	
	#nav li.currentpage3  {
	color: #000;
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 167px;
	background-color: #CCC;
	background-image: url(../images/rightarrow2.gif);
	background-repeat: no-repeat;
	background-position: 20px 50%;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 30px;
	border-bottom: 2px dotted #FFF;
	}
	
	#nav li.currentpage4  {
	color: #000;
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 167px;
	background-color: #CCC;
	background-image: url(../images/rightarrow2.gif);
	background-repeat: no-repeat;
	background-position: 20px 50%;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 30px;
	}