#nav_menu, #nav_menu li, #nav_menu ul {
	z-index: 10;
}

#nav_menu li.selected a, #nav_menu li.selected a:hover { /* Sets the default active image for the menu item with class: selected */
	background: url(../../../images/mainnav_button_active.gif) no-repeat;
}
#nav_menu, #nav_menu ul { /* all lists */
	padding: 0;
	margin: 0;
	border: none;
	list-style: none;
	float : left;
	width : 135px;
	font-size: 10px;
}
#nav_menu li { /* all list items */
	position : relative;
	float : left;
	margin-bottom : 0;
	width: 135px;
	padding: 0;
}
#nav_menu li ul, #nav_menu li ul ul, #nav_menu li ul ul ul { /* second-level list items */
	position : absolute;
	left: -999em;
	font-size: 10px;
	margin-left : 200px; /* distance from main list items (should be same as width of main li)*/
	margin-top : -2.4em;
	width: 145px;
	border-top: solid 2px #0b5d9a;
}

#nav_menu li ul ul { /* third-level list items */
	margin-left: 145px; /* distance from second-level menu, should be the same as the width of the second level lists */
}

#nav_menu li a, #nav_menu li ul a { /* all menu items (links) */
	width: 135px;
	display : block;
	color : black;
	font-weight : bold;
	text-decoration : none;
	background: url(../../../images/mainnav_button_off.gif) no-repeat;
	padding: 0;
	color:#022b48;
	line-height: 1.2em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#nav_menu li a {  /* Just main menu items */
	margin:0;
	padding:5px 0 5px 65px; 
	text-decoration:none; 
	text-align:left;
	min-height: 15px;
}
#nav_menu li ul a, #nav_menu li.selected ul a { /* Sub-menu items */
	text-align:left;
	padding: 5px;
	background-color: white;
	background-image: repeat-y; 
	color:#022b48; 
	border-bottom:solid 1px #c0d8f2;
	background-image: none;
}
#nav_menu li a:hover {
	background: url(../../../images/mainnav_button_on.gif) no-repeat;
}
#nav_menu li ul a:hover, #nav_menu li.selected ul a:hover {
	background-image: none;
	background-color: white;
	border-left: solid 2px #0b5d9a;
	padding-left: 3px;
}
/* DO NOT CHANGE BELOW CSS STYLES - They set the display and hide function of the menu */
#nav_menu li:hover ul ul, #nav_menu li:hover ul ul ul, #nav_menu li.sfhover ul ul, #nav_menu li.sfhover ul ul ul {
	left: -999em;
}
#nav_menu li:hover ul, #nav_menu li li:hover ul, #nav_menu li li li:hover ul, #nav_menu li.sfhover ul, #nav_menu li li.sfhover ul, #nav_menu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}