/* CAREERS NAVIGATION */

td#categoryNav 
{
	background:#ccd4e9 url(../images/categoryBkgrnd.png) center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	color:#525252;
	padding-left:25px;
	border-bottom:1px solid #fff;	
}
td#categoryNav a
{
	color:#525252;
	text-decoration:none;
}
.articleNavBkgrnd
{
	background-color:#e9edf5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#articleNav 
{
    list-style-type: none;
    margin:0;
    padding:0;
	width: 160px;
	float: left; /* Contain floated list items */
}
#articleNav li {
	margin: 0;
	padding: 0;
	float: left; /* This corrects the */
	width: 100%; /* IE whitespace bug */
}
#articleNav  a
{
    display: block; /* to increase clickable area as a’s
			default to inline */
	color:#525252;
	text-decoration: none;
	padding:0px 0px 0px 12px;
	line-height: 3;
	border-bottom:1px solid #fff;
	
}
#articleNav a:visited 
{
	color:#525252;
    text-decoration: none;
}
#articleNav a:hover 
{
    font-weight:bold;
}
#articleNav a:active
{
   background:#e9edf5 url(../images/activeArrow.png) left no-repeat;
   padding:5px 0px 5px 20px;
   font-weight:bold;
   line-height: 2.125;
}
.qsearch
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	padding-left:8px;
	color:#525252;
}
.widgetNav
{
	background:#e9edf5 url(../images/widgetBkgrnd.gif) no-repeat top; 
	padding:20px 0;
}