/* @override http://isadev/css/globalnav.css */

@charset "UTF-8";
/* CSS Document */


#topBar a img { border: none; }
#topBar a { color: #fff; text-decoration: none; }
#topBar { 
	font-family: "Lucida Grande","Arial",sans-serif;
	font-size: 12px;
	color: #fff;
	background: #0049a5 url(../images/globalnav/top-bar-bg.png) repeat-x; 
	border-bottom: solid 14px #407bc2;
	height: 59px;
}

#topBar-inner {
	width: 940px;
	position: relative;
}

#topLogo {
	margin: 0 10px;
}

/* ----- Main Menu ----- */
#mainMenu {
	position: absolute;
	left: 65px;
	bottom: 0;
	margin: 0;
}

#mainMenu li { 
	float: left; 
	list-style: none;   
	text-align: center;
	text-transform: uppercase;
	font-weight: bold; 
	margin: 0;
}

#mainMenu li a { float: left; padding: 0 23px; height: 25px; line-height: 25px; }
#mainMenu li a:hover { background: #407bc2; }


/* ----- Page Specific Menu Settings ----- */
	.home #mainMenu li #link-home,
	.products #mainMenu li #link-products,
	.programs #mainMenu li #link-programs,
	.resources #mainMenu li #link-resources,
	.myaccount #mainMenu li #link-myaccount,
	.about #mainMenu li #link-about,
	.careers #mainMenu li #link-careers{
		border: solid #6b8dc4;
		border-width: 1px 1px 0 1px;
		background: url(../images/globalnav/menu-highlight.png) repeat-x;
	}
	
	.home #mainMenu li #link-home:hover {
		background-image: url(../images/globalnav/menu-highlight-hover.png);
	}
	

/* ----- SearchBar ----- */
 
#searchBar {
	position: absolute;
	right: 0;
	top: 0;
	height: 26px;
	line-height: 26px;
	border: #6b8dc4 solid;
	border-width: 0 1px 1px 1px;
	padding: 2px 6px 0 6px;
	background: #407bc2;
}



#searchBar-links {line-height: 26px; height: 26px;}
#searchBar a:hover {text-decoration: underline;}

#searchBar form {display: inline;}

/*  Emergency add - Jon Krivitzky Feb 1, 2010 */
/*      +++++++++++     */
#bottombar {
	background-color: #407bc2;
	margin: 0px;
	height: 14px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	color:#FFF;
}

#userGreeting {
	margin-left: 10px;
	margin-right: 5%;
	vertical-align:middle;
}
#userSoldto {
	vertical-align:middle;
}
#logoffLink { 
	float:right;
	margin: 0px 15px 0px 10px;
}
#bottombar a { 
	color:#FFF;
}
#bottombar a:hover { 
	color:#FFF;
	text-decoration:underline;
}
/*      +++++++++++     */