﻿/* THIS PAGE IN TRULY A MESS AND MAKES ME WANT TO DIE, BUT SOME PEOPLE JUST LIKE DROPDOWN MENUS */

body{
	_behavior: url(csshover.htc);	/* Fix IE6 Hover Behavior For Fancy Popup thingies, relative to base tag because IE is crazy */
}

#top_nav{
	list-style: none;
	display:block;
	margin:0;
	padding:0;
	z-index:100;
	text-align:center;
}

#top_nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position:absolute;
	z-index:100;
	overflow:visible;
	display:none;
}

#top_nav li {
	margin:0;
	padding:0;
	position: relative;
	float:left;
	display:block;
	height:auto;
	text-align: center;

}

#top_nav li a {
	display: block;
	float: left;
	height: 31px;
	line-height: 31px;
	min-width: 75px;
	text-align:center;
	color: #002942;
	text-decoration: none;
	font-weight: bold;
	margin: 0 auto;
	padding: 0 17px;
}

#top_nav li a:hover {
/*	color:#840000;*/
}


#top_nav ul a:hover {
/*	color:#840000;*/
	background: url() no-repeat center center;
}

#top_nav ul li{ background:transparent url(../images/sub_nav_bkg.jpg) repeat-x left top; }
#top_nav ul {
	padding-top:0px;
	background:transparent url(../images/sub_nav_bkg.jpg) repeat-x left top;
	position: absolute;
	top: 31px;
	left: 20px;
}

#top_nav ul a {
	border-bottom: 1px solid #9fc3df;
	width:150px;
	margin: 0 5px;
	text-align:left;
	display: block;
	padding: 4px 4px 0px 8px;
	line-height: 48px;
	color:#002942;
	font-size:10px;
	height: 31px;
	line-height: 31px;
}

#top_nav a:hover, #top_nav li:hover{
	color:#002942;

}

#top_nav ul li:hover, #top_nav ul li a:hover{
	color:#002942;

}

#top_nav ul ul, #top_nav ul ul ul{
	margin:0;
	padding:0;
	display:none;
	position:absolute;
	z-index:100;
	top:0;
	left:150px;
}

/* non-IE browsers see this */
#top_nav ul li>ul, #top_nav ul ul li>ul{
	margin:0;
	padding:0;
 }

#top_nav li:hover ul ul, #top_nav li:hover ul ul ul, #top_nav li:hover ul ul ul ul, #top_nav li:hover ul ul ul ul ul{
	display:none;
}

#top_nav li:hover ul, #top_nav ul li:hover ul, #top_nav ul ul li:hover ul, #top_nav ul ul ul li:hover ul, #top_nav ul ul ul ul li:hover ul{
	display:block;
	width:150px;
}

