#nav2, #nav2 ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 140px;
	}
	
	#nav2 li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 140px;
	z-index: 200;
	}
	
	#nav2 li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 140px;
	margin-top : -2.4em;
	z-index: 199;
	}
	
html>body #nav2 li ul { /* second-level lists firefox*/
		position : absolute;
		left: -999em;
		margin-left : 151px;
		margin-top : -2.1em;
	}	
	#nav2 li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav2 li a {
	width: 140px;
	w\idth : 140px;
	display : block;
	color : white;
	font-weight : bold;
	text-decoration : none;
	background-color : #57679B;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #E8E8E8;
	padding-top: 5px;
	padding-right: 0.4em;
	padding-bottom: 5px;
	padding-left: 0.5em;
	margin-bottom: 0px;
	}
	
	#nav2 li a:hover {
		color : black;
		background-color : white;
	}
	
	#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li.sfhover2 ul ul, #nav2 li.sfhover2 ul ul ul {
		left: -999em;
	}
	
	#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover2 ul, #nav2 li li.sfhover2 ul, #nav2 li li li.sfhover2 ul { /* lists nested under hovered list items */
		left: auto;
	}
	
#nav2 .menulinks_special {
	color : white;
	background-color : #829AE8;
	border: 1px solid #57679B;
	background-image: url(../img/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	}
	
#nav2 .menulinks_special a:hover{
	color : #829AE8;
	background-color : white;
	border: 1px solid #57679B;
	background-image: url(../img/arrow_right_blue.gif);
	background-repeat: no-repeat;
	background-position: right;
	}	
