/* 
   Drop Down Menu Nav
*/
ul#nav {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	width: 180px; /* Width of Menu Items */
}
/* ul#subnav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
	z-index: 5;
} */
ul#nav li ul.subnav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px; /* Width of Menu Items */
	z-index: 5;
}

ul#nav li {
	position: relative;
	list-style-image: none;
}
	
li ul {
	position: absolute;
	left: 179px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}

/* Styles for Menu Items */
ul#nav li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: transparent; /* IE6 Bug */
	padding: 4px 5px 4px 10px;
	border: 0;
	background: url(/images/bg_nav_item_off.gif) no-repeat scroll center center;
}
ul#nav li.single a {
	background: none;
}

/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */

/* Hover Styles */
ul#nav li a:hover { 
	color: #ddd;
	background: url(/images/bg_nav_item.gif) no-repeat scroll top center;
}

/* Sub Menu Styles */		
ul#nav li ul.subnav li a {
	position: relative;
	padding: 2px 5px 2px 18px;
	background: #810000 url(/images/bullet_subnav.gif) no-repeat scroll top left;
	border-bottom: 1px solid #5b0000;
	font-size: 0.9em;
	z-index: 9;
}
ul#nav li ul.subnav li.subsectitle a {
	border-bottom: 0;
}
ul#nav li ul.subnav li.first a {
	padding: 2px 5px;
	background: #810000;
	border-bottom: 2px solid #300;
	font-size: 1em;
}
ul#nav li ul.subnav li a:hover { 
	color: #ddd;
	background: #5b0000 url(/images/bullet_subnav_over.gif) no-repeat scroll top left;
}
ul#nav li.single a:hover { 
	color: #ddd;
	background: url(/images/bg_nav_single.gif) no-repeat scroll top center;
}
ul#nav li ul.subnav li.first a:hover { 
	color: #ddd;
	background: #5b0000;
}
ul#nav li ul.subnav li.subsec a:hover { 
	color: #ddd;
	background: #5b0000 url(/images/bullet_subsecnav.gif) no-repeat scroll top left;
}

/* Sub-sec Menu Items */
ul#nav li ul.subnav li.subsec a {
	position: relative;
	padding: 2px 5px 2px 24px;
	background: #810000 url(/images/bullet_subsecnav.gif) no-repeat scroll top left;
	border-bottom: 0;
	font-size: 0.87em;
	z-index: 9;
}


/* The magic */	
li:hover ul, li.over ul { display: block; z-index: 6; } 

/* hr separator */
ul#nav li.sep {
	text-align: center;
	color: #333;
}

#nav_container {
	position: relative;
	width: 200px;
	height: auto;
	/*background: #820000 url(/images/bg_nav_main.gif) repeat-y scroll top center;*/
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
	font: bold 12px arial, sans-serif;
	z-index: 1;
}
* html #nav_container { 	margin: 0 0 20px 0; }
#nav_list {
	position: relative;
	width: 200px;
	height: auto;
	background: #820000 url(/images/bg_nav_main.gif) repeat-y scroll top center;
	margin: 0;
	padding: 0;
	z-index: 5;
}

.nav_cnr {
	position: relative;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 20px;
}
* html .nav_cnr {
	margin-bottom: -5px;
}
li.sep {
	height: 8px;
}
hr.sep {
	width: 160px;
	height: 2px;
	border: 0;
	margin: 4px 10px 4px 10px;
	padding: 0;
	color: #5b0000;
	background: url(/images/hr_nav.gif) no-repeat scroll bottom center;
}
* html .nav_cnr { height: 1%; }

/* Tabs/Pull Nav */

#tabs {
	width: 270px;
	height: 20px;
	float: right;
	margin: 0 70px 0 20px;
	padding: 0;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
* html #tabs {
	margin-right: 35px;
}
ul#pullnav {
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#pullnav li {
	float: left;
	display: inline;
	text-align: center;
	padding: 4px 10px 0 0;
}
ul#pullnav li a {
	width: 80px;
	height: 20px;
	display: block;
	color: #fff;
	text-decoration: none;
	background: url(/images/tab.gif) no-repeat scroll top center;
}
ul#pullnav li a:hover {
	background-position: 0 -20px;
}
