/***********************************************/
/* Accessible Navigation - using lists         */
/***********************************************/

/*** TOP NAV STYLES ***/
#topnav {
	background-color: #000000;
	padding-left: 46px;
	height: 20px;
	clear: both;
	overflow: hidden;
}

#topnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	white-space: nowrap;
	min-width: 730px;
}

#topnav li {
	float: left;
	margin: 0 0 0 16px;
		display: inline;
	white-space: nowrap;
}

#topnav li a {
	height: 20px;
	white-space: nowrap;
	text-align: left;
}

#topnav li a, #topnav li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
	color: #999999;	
}

#topnav li a:hover {
	color: #FFFFFF;	
	background-position: left top; /* IE6 stuck on hover bug */
}

/*** TOP NAV IMAGES ***/
#topnav .navimage {
	display: block;
	text-indent: -999em;
	background: no-repeat left top;
}

#nav_training {
	width: 91px;
}
#nav_training .navimage {
	width: 91px;
	background: url(../images/nav_training.gif);
}
#nav_crisis {
	width: 199px;
}
#nav_crisis .navimage {
	width: 199px;
	background-image: url(../images/nav_crisis.gif);
}
#nav_presentation {
	width: 141px;
}
#nav_presentation .navimage {
	width: 141px;
	background-image: url(../images/nav_presentation.gif);
}
#nav_investor {
	width: 175px;
}
#nav_investor .navimage {
	width: 175px;
	background-image: url(../images/nav_investor.gif);
}
#nav_videos {
	width: 41px;
}
#nav_videos .navimage {
	width: 41px;
	background-image: url(../images/nav_videos.gif);
}

/**** Hover Nav Items ****/
#topnav .navimage:hover {
	background-position: 0px -20px;
}

/**** Select Nav Items ****/
#page_training #topnav #nav_training .navimage,
#page_crisis #topnav #nav_crisis .navimage,
#page_presentation #topnav #nav_presentation .navimage,
#page_investor #topnav #nav_investor .navimage,
#page_videos #topnav #nav_videos .navimage
{
	background-position: 0px -20px;
}


/*** MAIN NAV STYLES ***/
#nav {
	padding-left: 60px;
	height: 20px;
	border-top: 1px solid #8C8C8C;
	background: #4B4B4B url(../images/nav_leftend.gif) no-repeat 45px 0px;
	clear: both;
	overflow: hidden;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	min-width: 730px;
}

#nav li {
	float: left;
	margin: 0;
}

#nav li a {
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}

#nav li a, #nav li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 20px;
	height: 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;	
}

#nav li a:hover {
	color: #FFFFFF;
	background-position: center center; /* IE6 stuck on hover bug */
}

#nav li a span {
	background: url(../images/nav-left.gif) no-repeat left top;
	padding: 0 0 0 10px;
	display: block;
}
#nav li a:hover span {
	background: url(../images/nav-left-over.gif) no-repeat left top;
}
#nav li a span span, #nav li a:hover span span {
	padding: 0 14px 0 10px;
	background: url(../images/nav-right.gif) no-repeat right;
}


/*** MAIN NAV IMAGES ***/
#nav .navimage {
	display: block;
	text-indent: -999em;
	background: no-repeat center center;
}

#nav_home {
	width: 62px;
	}
#nav_home .navimage {
	width: 62px;
	background-image: url(../images/nav_home.gif);
}

#nav_aboutus {
	width: 87px;
	}
#nav_aboutus .navimage {
	width: 87px;
	background-image: url(../images/nav_aboutus.gif);
}

#nav_ourclients {
	width: 104px;
	}
#nav_ourclients .navimage {
	width: 104px;
	background-image: url(../images/nav_ourclients.gif);
}

#nav_ourpeople {
	width: 99px;
	}
#nav_ourpeople .navimage {
	width: 99px;
	background-image: url(../images/nav_ourpeople.gif);
}

#nav_contactus {
	width: 99px;
	}
#nav_contactus .navimage {
	width: 99px;
	background-image: url(../images/nav_contactus.gif);
}

#nav_apply {
	width: 111px;
	}
#nav_apply .navimage {
	width: 111px;
	background-image: url(../images/nav_apply.gif);
}

#nav_news {
	width: 62px;
	}
#nav_news .navimage {
	width: 62px;
	background-image: url(../images/nav_news.gif);
}

#nav_clientarea {
	width: 90px;
	}
#nav_clientarea .navimage {
	width: 90px;
	background-image: url(../images/nav_clientarea.gif);
}
#nav li#nav_clientarea a {
	color: #b7d432;
	background-position: right;
}
#nav li#nav_clientarea a span {
	padding: 0 0 0 20px;
}
#nav li#nav_clientarea a span span {
	padding: 0px;
	background: url(none) left top;
}


/**** Select Nav Items ****/
#page_home #nav #nav_home a>span,
#page_aboutus #nav #nav_aboutus a>span,
#page_ourclients #nav #nav_ourclients a>span,
#page_ourpeople #nav #nav_ourpeople a>span,
#page_contactus #nav #nav_contactus a>span,
#page_apply #nav #nav_apply a>span,
#page_news #nav #nav_news a>span,
#page_clientarea #nav #nav_clientarea a>span {
	background: url(../images/nav-left-over.gif) no-repeat left top;
}
