body{
	behavior: url(csshover.htc); /* For IE */
}

#nav ul, #nav ul ul {
	margin: 0px;
	padding: 0px;
	width: 230px; /* Width of Menu Items */
	border-bottom: 1px solid #005482;
	background: #FFFFFF;
	font-size: 12px;
	}

#nav ul li {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	position: relative;
	list-style: none;
	padding: 0px;
	}

#nav ul li a {
	display: block;
	text-indent: 5px;
	text-decoration: none;
  	color:#005482;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	border: 0px;
	border-top: 1px solid #005482;
	zborder-left: 18px solid #005482;
	width: 230px;
	}

#nav ul li a:hover {
	zborder-left: 18px solid #005482;
	background-color: #7fa9c0;
	}
	
#nav ul ul {
	position: absolute;
	display: none;
	left: 230px;
	top: 0px;
	background:#FFFFFF;
	}

#nav ul li ul li a {
	padding: 5px 0px 5px 0px;
	}

/* Sub Menu Styles */

#nav ul li:hover ul ul, #nav ul li:hover ul ul ul, #nav ul li li li:hover ul {
	display: none; /* Hide sub-menus initially */
	}

#nav ul li:hover ul, #nav ul li li:hover ul, #nav ul li li li:hover ul { 
	display: block;
	}

#nav ul li a.sectionparent{
	background: transparent url(navArrow.gif) right center no-repeat;
	}

#nav ul li a.sectionparent:hover{
	background: #7fa9c0 url(navArrow.gif) right center no-repeat;
	}

#nav ul li a:hover{
	color: #ffffff;
	}

/* Fix IE. Hide from IE Mac */

* html #nav ul li {
	float: left;
	height: 1%;
	}
	
* html #nav ul li a {
	height: 1%;
	}

/* End Fix */