@charset "UTF-8";

/* nav_bar.css */
#nav_bar {
	width: 100%;
	height: 64px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: none;
	background: url(/includes/images/navmenu_side_spacer_slate.gif) repeat-x;
}

#big_tabs {
	width: 764px;
	height: 44px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 0;
	list-style-type: none;
	border: none;
}

#sub_menu {
	width: 764px;
	height: 20px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	list-style-type: none;
	font-size: 13px;
	line-height: 1.3em;
	font-family: 'Gill Sans', 'Gill Sans MT', 'Century Gothic', Arial, Verdana, sans-serif;
	color: #fff;
}

ul.dropdown {
	position: relative;
	z-index: 500;
}

ul.dropdown li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
	position: relative;
	z-index: 501;
	cursor: default;
}

ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	right: auto;
	width: 160px;
	z-index: 502;
	margin-top: -1px;
	font-family: 'Gill Sans', 'Gill Sans MT', 'Century Gothic', Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 1em;
	font-weight: normal;
	border-left: 1px solid #90B6CE;
	border-right: 1px solid #90B6CE;
	border-bottom: 1px solid #90B6CE;
	background-color: #1F6F9F;
	text-shadow: #000 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-box-shadow: rgba(0,0,0,.65) 0px 2px 2px;
	-moz-opacity: .95;
	KhtmlOpacity: .95;
	opacity: .95;
}

ul.dropdown ul li {
	float: none;
}

ul.dropdown li:hover > ul {
	visibility: visible;
}

ul.dropdown ul *.dir { /* only affects items with submenus */
	padding: 2px 2px 2px 5px;
	background-image: url(/includes/images/triangle_rt_wht.png);
	background-position: 99% 50%;
	background-repeat: no-repeat;
}

ul.dropdown ul ul *.dir {
	background-image: url(/includes/images/triangle_rt_wht.png);
}

ul.dropdown a:hover { /* this controls submenu with no daughter menu */
	border-top-color: #90B6CE !important; /* Overrides classes in other components (e.g. 'open') */
	border-left-color: #90B6CE;
	background-color: #90B6CE;
	color: #fff;
}

ul.dropdown ul a {
	padding: 2px 2px 2px 5px;
	width: 153px;
}

ul.dropdown a {
	text-decoration: none;
	text-align: left;
	display: block;
	padding: 5px 30px;
}

ul.dropdown a:link,
ul.dropdown a:visited {
	color: #fff;
}

ul.dropdown ul ul {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: -1px;
	border-top:  1px solid #90B6CE;
}

/* for IE 6 */
ul.dropdown ul *.open {
	background-color: #90B6CE;
	color: #fff;
}

ul.dropdown ul ul *.open {
	background-color: #90B6CE;
	color: #fff;
}

/* Override UPPER TWO definitions */
ul.dropdown a.open:hover {
	background-color: #90B6CE;
	color: #fff;
}

ul.dropdown ul a.open:hover { /* for ie 6? */
	background-color: #90B6CE;
	color: #fff;
}

/* for all others */
ul.dropdown li:hover > *.dir { /* controls active main menu */
	background-color: #3FF;
}

ul.dropdown ul li:hover > *.dir { /* active second level menu item */
	background-color: #90B6CE;
}

ul.dropdown ul ul li:hover > *.dir { /* active third level menu item */
	background-color: #90B6CE;
	color: #fff;
}

/* Override UPPER TWO definitions */
ul.dropdown ul li:hover > a.dir:hover {  /* mouse over submenu */
	background-color: #90B6CE;
	color: #fff;
}

/* Main Menu Specific */
ul.dropdown li a.main {
	height: 20px;
	margin: 0;
	padding: 2px 30px 0px 5px;
	background-color: transparent;
}

/* Home Menu Item */
#sub_menu #n_0 a.main {
	width: 47px;
	height: 20px;
	margin: 0;
	padding: 2px 0px 0px 5px;
	border: 0;
	background-color: transparent;
	background: url(/includes/images/submenu1_na_1_na.gif) no-repeat;
}

#sub_menu #n_0 a.main:hover {
	margin-top: 0px;
	padding-right: 0;
	width: 47px;
	height: 20px;
	background: url(/includes/images/submenu1_na_1_a.gif) no-repeat;
}

#body_home #n_0 a.main {
	padding-right: 0;
	width: 47px;
	height: 20px;
	background: url(/includes/images/submenu1_a_1_na.gif) no-repeat;
}

#body_home #n_0 a.main:hover {
	padding-right: 0;
	width: 47px;
	height: 20px;
	background: url(/includes/images/submenu1_a_1_a.gif) no-repeat;
}
/* End Home Menu Item */

#sub_menu #n_1 a.main:hover, #sub_menu #n_2 a.main:hover, #sub_menu #n_3 a.main:hover, 
#sub_menu #n_4 a.main:hover, #sub_menu #n_5 a.main:hover, #sub_menu #n_6 a.main:hover, 
#sub_menu #n_7 a.main:hover, #sub_menu #n_8 a.main:hover, #sub_menu #n_9 a.main:hover  {
	background: url(/includes/images/submenu_rt_arrow_slate.gif) no-repeat top right;
}

#body_1 #n_1, #body_2 #n_2, #body_3 #n_3, #body_4 #n_4, #body_5 #n_5, 
#body_6 #n_6, #body_7 #n_7, #body_8 #n_8, #body_9 #n_9 {
	background: url(/includes/images/submenu_spacer_gray.png) repeat-x;
}

#body_1 #n_1 a.main:hover, #body_2 #n_2 a.main:hover, #body_3 #n_3 a.main:hover,
#body_4 #n_4 a.main:hover, #body_5 #n_5 a.main:hover, #body_6 #n_6 a.main:hover,
#body_7 #n_7 a.main:hover, #body_8 #n_8 a.main:hover, #body_9 #n_9 a.main:hover {
	background: url(/includes/images/submenu_rt_arrow_gray.gif) no-repeat top right;
}
