body { behavior: url(/csshover.htc);} /* WinIE behavior call */

div#nav {
	float:left;
	margin:0;
	background:#315686;
	border:0;
	padding:0;
	
	width:760px;
	
  	voice-family: "\"}\""; voice-family:inherit;

	width:760px;
	}
 
 	html>body div#nav {width:760px}
 	
 	
div#nav ul {
	margin:0;
	padding: 0;
	background:#555f9a;
	color:#fff;
	white-space:nowrap !important;
	}
  
div#nav li {
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	width: 96px;
	line-height: 1em;
	border-right:1px solid #fff;
	text-align:left;
	font: bold 11px arial,helvetica,sans-serif;
	}
  
	div#nav li:hover {background: #c60;}
	div#nav li.submenu:hover {background-color: #c60;}
	div#nav li a {
		display: block;
		padding: 5px 0 5px 8px;
		text-decoration: none;
		color:#fff;
		text-transform:uppercase;
		letter-spacing:.05em;
		}
  
		div#nav>ul a {width: auto;}

div#nav ul li#shorter {
	width:94px !important;
	border-right:0;
	}
	
div#nav ul ul {
	position: absolute;
	top:6px;
	width: 165px;
	display: none;
	margin-left:3px;
	}

div#nav>ul ul {margin-top:6px;} /* what we really want */

div#nav ul ul ul {
	position: absolute;
	top:5px;
	width: 190px;
	display: none;
	margin-left:0px;
	}


div#nav ul ul li {
	width:100%;
	border:0 !important;
	border-bottom: 1px solid #fff !important;
	text-align:left;
	text-transform:capitalize !important;
	padding-top:0;
	padding-bottom:0;
	}

div#nav ul.level2 li.submenu:hover ul.level3 {
	border:1px solid white !important;
	border-top:0 !important;
	border-right:0 !important;
	}

div#nav ul.level1 li.submenu ul.level2 li a { text-transform:none !important;}

div#nav li.submenu li.submenu {background: url(/images/submenu-white.gif) 96% 50% no-repeat;}

div#nav li.submenu li.submenu:hover {background-color: #c60 !important;}

div#nav ul.level1 li.submenu:hover ul.level2, 
div#nav ul.level2 li.submenu:hover ul.level3 {display:block;background:#315686;}

div#nav ul.level2 {top: 2.2em; left: -3px;} /* top for WinIE 5 & 6 */

	html>body div#nav ul.level2 {top:1.4em;} /* what we really want */




div#nav ul.level3 {top: 0px; left: 164px;}

.blank {
	position: relative;
	background:#c60;
	display: block;
	padding: 5px 0;
	text-transform:uppercase;
	letter-spacing:.05em;
	}

div#nav ul.level0 li.blank:hover {background:#c60;}

#active {background:#c60;} /* ON state */

#activeshorter {
	background:#c60;
	width:90px !important;
	} 
ul#leftnav {
    padding: 0;
	margin: 10px 0 0 15px;
	}
	
ul#leftnav li {
	list-style-image:none;
	list-style-type:none;
	color:#315686;
	margin: 0;
	padding: 5px 0 5px 0;
	font-size:11px;
	border-bottom:1px solid #315686;
	}

ul#leftnav li#active2 {
	font-weight:bold;
	border-bottom:1px solid #c60;
	}
		
li#active2 a { color:#c60; }

ul#leftnav li#active2 ul li {
	font-weight:normal;
	}

ul#leftnav li#active2 ul li a {
	color:#315686;
	}

#leftnav a {
	text-decoration: none;
	}

#leftnav a:hover {
	text-decoration: underline;
	}

ul#leftnav li ul { 
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
	}

ul#leftnav li ul li { 
	list-style-image:none;
	list-style-type:none;
	color:#315686;
	border: 0;
	margin: 0;
	padding: 2px 0 2px 0;
	}
	
ul#leftnav li ul li#active2 { 
	font-weight:bold;
	border: 0;
	}
