@charset "UTF-8";


a.nav:link {
	text-decoration:none;
	color:#000000;
	letter-spacing:1px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:41px;
}

a.nav:visited {
	text-decoration:none;
	color:#000000;
	letter-spacing:1px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:41px;
}
a.nav:hover {
	
	background-image: none;
	padding-bottom:41px;
	background-color:#c5c6c8;
	color:#FFFFFF;
}


a.navnohand:link {
	text-decoration:none;
	color:#000000;
	letter-spacing:1px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:41px;
	cursor: default;
}

a.navnohand:visited {
	text-decoration:none;
	color:#000000;
	letter-spacing:1px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:41px;
	cursor: default;
}
a.navnohand:hover {
	

	padding-bottom:41px;
	cursor: default;
	background-color:#c5c6c8;
	color:#FFFFFF;
}


a.navhand:link {
	text-decoration:none;
	
	letter-spacing:1px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:41px;

}

a.navhand:visited {
	text-decoration:none;
	color:#000000;
	letter-spacing:1px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:41px;

}
a.navhand:hover {
	color:#D35815;

	padding-bottom:41px;
	background-color:#c5c6c8;
	color:#FFFFFF;

}


#nav {
	float:right;
	margin-top:39px;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:13px;
	height:50px;
}

#navleft {
	width:270px;
	float:left;
	margin-right:10px;
}
#navright {
	width:250px;
	float:right;
}

#navleftb {
	width:140px;
	float:left;
	
}
#navrightb {
	width:110px;
	float:left;
	margin-left:20px;
}
#navrightc {
	width:110px;
	float:left;
	margin-left:20px;
}
.navhd {
	font-weight:bold;
	color:#3875B0;
}

.navhdb {
	font-size:11px;
	font-weight:bold;
	color:#000000;
	margin-left:4px;
}

.navpadleft {


}

#navleftc {
	width:270px;
	float:left;
	margin-right:10px;
}
#navleftd {
	width:140px;
	float:left;
	
}
#navlefte {
	width:140px;
	float:left;
	
}
/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* 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: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	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
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
	text-align: left;
	
	
}





/* 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
{	cursor: default;
	left: auto;
	padding-left:6px;
	padding-bottom:6px;
	padding-top:6px;	
	
}


.ie7 .nava {
	margin-top:20px;
	margin-left:-280px;
}

.ie8 .nava {
	margin-left:-200px; 
}

.gecko .nava {
	margin-left:-200px;
}

.gecko .navb {
margin-left:-110px;

}

.ie8 .navb {
margin-left:-110px;

}


.ie7 .navb {
	margin-top:20px;
	margin-left:-170px;
}

.gecko .navc {
	margin-left:-14px;
}

.ie8 .navc {
	margin-left:-14px;
}

.ie7 .navc {
	margin-top:20px;
	margin-left:-88px;
}

.ie7 .navd {
	margin-top:20px;
	margin-left:-120px;	
}

.ie8 .navd {
	
	margin-left:-60px;	
}

.gecko .navd {
	
	margin-left:-60px;	
}

.ie7 .nave {
	margin-top:20px;
	margin-left:-118px;	
}

.ie8 .nave {
	
	margin-left:-15px;	
}

.gecko .nave {
	
	margin-left:-14px;	
}


/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	
	cursor: default;
	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */




/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	background-color:#c5c6c8;
	cursor: default;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-top-color: #CCC;
	
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	cursor: pointer;
	color: #000000;
	text-decoration: none;
	letter-spacing:1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #F2F5F7;
	border-right-color: #F8FAFC;
	border-left-color: #F2F5F7;
	padding-left: 16px;
	
	
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover
{
	color: #D35815;
	letter-spacing:1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;	
	background-image: none;
}
/* 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
{
	
	color: #D35815;
	letter-spacing:1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	
	
	
}




ul.MenuBarHorizontal li a:link {
	color: #000000;
	font-weight:bold;
	
}

ul.MenuBarHorizontal li a:visited {
	color: #000000;
	font-weight:bold;
	
}

ul.MenuBarHorizontal li a:hover {
	background-color:#c5c6c8;
	color:#FFFFFF;

}

ul.MenuBarHorizontal li a:active {
	background-color:#c5c6c8;
	color:#FFFFFF;

}



ul.MenuBarHorizontal li ul li a:link {
	line-height:24px;
	border:none;
	font-weight:normal;
	color:#437FBB;
}

ul.MenuBarHorizontal li ul li a:visited {
	line-height:24px;
	border:none;
	font-weight:normal;
	color:#437FBB;
}

ul.MenuBarHorizontal li ul li a:hover {
	line-height:24px;
	border:none;
	background-image: url(../assets/gui/subnavover.png);
	background-repeat: no-repeat;
	background-position: left center;
	color:#FFF;
	
}



ul.MenuBarHorizontal li ul li a.navhdlink:link {
	color:#000000;
	font-size:12px;
	text-decoration:none;
	background-image: none;
	padding-left: 0px;
	background-image: none;
	background-color:#c5c6c8;
	font-weight:bold;
}

ul.MenuBarHorizontal li ul li a.navhdlink:visited {
	color:#000000;
	font-size:12px;
	text-decoration:none;
	background-image: none;
	padding-left: 0px;
	background-image: none;
	background-color:#c5c6c8;
	font-weight:bold;
}



ul.MenuBarHorizontal li ul li a.navhdlink:hover {
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	background-image: none;
	padding-left: 0px;
	background-color:#c5c6c8;
}

ul.MenuBarHorizontal li ul li a.navhdlink:active {
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	background-image: none;
	padding-left: 0px;
	background-color:#c5c6c8;
}


#Step3MenuBar li ul{border:1px solid #372d5e; margin-top:5px; *margin-top:27px; -webkit-box-shadow: 2px 2px 4px #494657;
-moz-box-shadow: 2px 2px 4px #494657}
#Step3MenuBar li ul a:link, 
#Step3MenuBar li ul a:visited, 
#Step3MenuBar li ul a:hover, 
#Step3MenuBar li ul a:active
{font-weight:bold}



