
/* ------------------------ Vertical Sidemenu List ----------------------------- */

#sidemenu {
	width: 190px;
}
	
#sidemenu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
	font-weight: bold;
  	height: 24px;
}
	
#sidemenu li a:link, #sidemenu li a:visited {
	color:#2e4f6f;
	display: block;
	background: url(../images/nav/sidemenu.gif);
	padding: 10px 0 5px 35px;
}
	
#sidemenu li a:hover {
	color: #000000;
	background: url(../images/nav/sidemenu.gif) 0 -32px;
}
	
#sidemenu li a:active {
	color: #ffffff;
	background: url(../images/nav/sidemenu.gif) 0 -64px;
}

#sidemenu ul {
	list-style: none;
	margin: 0;
	padding: 10px 0 10px 0;
}



/* ------------------------ Main Navigation Tabs ----------------------------- */

.MenuLink A:link, .MenuLink A:active, .MenuLink A:visited {
	color: #666666;
	border: 1px solid;
	background-color: #EAEAEE;
	padding: 6px;
	font: 11px Arial;
	text-decoration: none;
	border-color: #FEFEFE #C3C8CB #C3C8CB #FEFEFE;
	display: block;
	margin: 0px;
	width: 150px;
	text-align: left;
}
.MenuLink A:hover {
	border: 1px solid;
	padding: 6px;
	background-color: #DDEEFF;
	border-color: #C3C8CB #FEFEFE #FEFEFE #C3C8CB;
	color: #666666;
	text-decoration: none;
}

.SubmenuLink A:link, .SubmenuLink A:active, .SubmenuLink A:visited  {
	color: #666666;
	background-color: #F6F6F6;
	padding: 3px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	width: 150px;
	text-align: left;
	margin: 1px 1px 0px;
}
.SubmenuLink A:hover {
	padding: 3px;
	background-color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	margin: 1px 1px 0px;
	text-align: left;
	display: block;
	width: 100%;

}

.MenuHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #999999;
	padding: 4px 4px 4px 8px;
	border: 1px outset #E8E8E8;
}

.ActiveTab:link, .ActiveTab:visited, ActiveTab:active{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	letter-spacing: -1px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
}

.ActiveTab:hover {
	color: #999999;
	text-decoration: none;
}

.InactiveTab:link, .InactiveTab:active, .InactiveTab:visited {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	letter-spacing: -1px;
	text-decoration: none;
}
.InactiveTab:hover {
	color: #000000;
	text-decoration:none
}


/* ------------------------ Sub Navigation Menus ----------------------------- */

#navigation {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	line-height: 1.3em;
	z-index: 4000;
}

.navtile{
	background: url(../images/nav/subnav_basetile.gif) repeat-x left top;
}

.subnavleft{
	background: url(../images/nav/subnav_capleft.gif) no-repeat left top;
	width: 11px;
	height: 40px;
}

.subnavright{
	background: url(../images/nav/subnav_capright.gif) no-repeat left top; 
	width: 11px;
	height: 40px;
}

.autoclear:after { 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}


.autoclear { 
	display: block;
}

/* ------------------------ Subnavigation List Items ----------------------------- */

#navigation ul#nav { 
	z-index: 4000;
	background: url(../images/nav/subnav_tile.gif) repeat-x left top;
	height: 40px;
	margin: 0;	
}

#navigation ul { 
	list-style: none;
}

#navigation ul#nav li.active a,
#navigation ul#nav li a:hover,
#navigation ul#nav li:hover a,
#navigation ul#nav li.over a {
	background: url(../images/nav/subnav_tileon.gif) repeat-x left top;
	color: #FFFFFF;
}

#navigation ul#nav li { 
	height: 36px;
	margin: 4px 0 0 0;	
	position: relative;
	float: left;
	text-align: center;
	line-height: 1em;
		color: #A5C1DC;
}

#navigation ul#nav li a {
	display: block;
	padding: 8px 0;
	color: #A5C1DC;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background: url(../images/nav/nav_divider.gif) left top no-repeat;
}


.subnavtile {
	background: url(../images/nav/subnav_tile.gif) repeat-x left top;
}


#navigation ul#nav li a span { 
	margin: 0 10px 0 10px;
	padding: 0 10px 0 15px;
	background: url(../images/nav/arrow-down.gif) no-repeat left;
}


/* ------------------------ Subnavigation Dropdowns ----------------------------- */ 

		#navigation ul#nav  li ul { 
			display: block;
			position: absolute;
			left: -999em;
			width: 180px;
			padding: 3px 8px 6px 8px;
			margin-top: -3px;
			background: #50575d url(../images/nav/sub-bg.gif) repeat-x left top;
			border-bottom: 5px solid #232323;
			z-index: 3000;
			list-style-image:none;
			
		}

		#navigation ul#nav  li:hover ul, 
		#navigation ul#nav  li.over ul /* used to target IE via script */ { 
			display: block;
			left: 0;
			top: 100%;
			position: absolute;
			z-index: 3000;
			width: 164px;
		}

		#navigation ul#nav  li ul li { 
			width: 146px;
			height: auto;
			background: transparent;
			text-indent: 0;
			padding: 0;
			z-index: 3000;
			
		}

		#navigation ul#nav  li:hover ul li a, 		#navigation ul#nav  li.over ul li a {
				display: block;
				width: 100%;
				background: transparent;
				padding: 4px 9px;
				text-decoration: none;
				margin: 0;
				color: #c5cfd8;
				text-indent: 0;
				text-align: left;
				border: 0;
				font-size: 11px;
				white-space: nowrap;
				z-index: 3000;
		}

		#navigation ul#nav li ul li a:hover {
	color: #F0F0F0;
	background-color: #000000;
	z-index: 3000;
		}
		
		
		
/* ------------------------ Footer Navigation ----------------------------- */

#footer {
	background-image: url(../images/footer_tile.gif);
	background-repeat: repeat-x;
	background-color:#263542;
	position: absolute;
	bottom: -9px;
	width: 100%;
	overflow: auto;
	left: -2px;
	z-index: -5;
   }

#navfooter{ height: 34px; margin: 0; }

#footerlist li { margin: 5px 0 0 0;	position: relative;	float: left; 	list-style: none;}

#footerlist li a {
	display: block;
	padding: 3px 0;
	color: #6f889e;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
		font-family: Geneva, Arial, Helvetica, sans-serif;
}

#footerlist li.active a span,
#footerlist li a:hover span,
#footerlist li:hover a span,
#footerlist li.over a span{	color: #FFFFFF; background: url(../images/nav/bullet_bluearrowON.gif) no-repeat left;
}


#footerlist li a span { padding: 0 15px; background: url(../images/nav/bullet_bluearrowOFF.gif) no-repeat left;
}

		
/* ------------------------ Header Navigation ----------------------------- */

#navheader{ height: 28px; margin: 0;  }
#headerlist {
	margin-left: 100px
}
#headerlist li { margin: 5px 0 0 0;	position: relative; float: left; 	list-style: none;}

#headerlist li a {
	display: block;
	padding: 2px 0;
	color: #6f889E;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#headerlist li.active a span,
#headerlist li a:hover span,
#headerlist li:hover a span,
#headerlist li.over a span{	color: #FFFFFF; background: url(../images/nav/bullet_headeron.gif) no-repeat left;
}


#headerlist li a span { padding: 0 10px 0 15px; background: url(../images/nav/bullet_headeroff.gif) no-repeat left;
}



/*******************************************************************************
SPRY DROPDOWN MENU
 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0px;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	cursor: default;
	width: 160px;
	display:inline;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin-left: 20px;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-weight:bold;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 160px;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 160px;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	font-size: 11px;
	margin-left: 0px;
	width: 160px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************
 DESIGN INFORMATION: describes color scheme, borders, fonts
 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background:url(../images/spry/SpryMenuBarRight.gif) no-repeat;
	color: #FFF;
}

/*******************************************************************************
 SUBMENU INDICATION: styles if there is a submenu under a given menu item
 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	padding-left: 35px;
	background: url(../images/spry/dropdown_off.gif) no-repeat;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background: url(../images/spry/SpryMenuBarRight.gif) no-repeat ;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background:url(../images/spry/dropdown_on.gif) no-repeat;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(../images/spry/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************
 BROWSER HACKS: the hacks below should not be changed unless you are an expert
 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}


