/*Start of 'other_menu' css for second top menu on each page. This allows this css to be adjusted and included independently*/
#outerWrapper #navcontainer {
  background-image: url(../_images/other_menu.jpg);
  background-repeat:no-repeat;
  height: 20px;
  padding-left: 175px;
  padding-top: 0px;
  font-size: 10px;
}
#navlist
{
margin: 0;
padding: 0 0 0 0;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 3px 10px 3px 10px;
text-decoration: none;
color: #026CB8;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
padding-bottom: 0px;
background: transparent;
color: #333;
}

#navlist a:hover { color: #000; text-decoration:underline; }
/*End of 'other_menu' css for second top menu on each page*/
/*Start of navcontainer2 menu on the right had sub-menus needed on most pages*/

* html ul #navlist2 li { line-height:10px;} /*style for IE 6*/
html>body ul #navlist2 li { line-height:10px } /*style for IE 7*/

#navcontainer2{
	padding-top: 50px;
	padding-left: 38px;
}
#navcontainer2 ul
{
list-style-type: none;
text-align: left;
line-height:13px;
}
#navcontainer2 ul li {
	padding-bottom: 4px;
	/*background: transparent url(../_images/list-off.gif) left center no-repeat;
	padding-left: 15px;*/
	text-align: left;
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-decoration: none;
	color: #666;
	font-size: 10.5px;
}

#navcontainer2 ul li a
{
background: transparent url(../_images/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #666;
font-size: 10.5px;
}

* html #navcontainer2 ul li a { background: transparent url(../_images/list-off.gif) left top no-repeat;
} /*style for IE 6*/
html>body #navcontainer2 ul li a { background: transparent url(../_images/list-off.gif) left top no-repeat;
}  /*style for IE 7*/


#navcontainer2 ul li a:hover
{
background: transparent url(../_images/list-on.gif) left center no-repeat;
color: #F00;
}

* html #navcontainer2 ul li a:hover { background: transparent url(../_images/list-on.gif) left top no-repeat; } /*style for IE 6*/
html>body #navcontainer2 ul li a:hover { background: transparent url(../_images/list-on.gif) left top no-repeat; }  /*style for IE 7*/


#navcontainer2 ul li a#current
{
background: transparent url(../_images/list-active.gif) left center no-repeat;
color: #03F;
}




/*End of navcontainer2 menu used on the right column of most pages.*/
div#links a span {
	display: none;
}
div#links a:hover span {
	display: block;
    position: absolute;
	top: 180px;
	left: 0;
	width: 125px;
	z-index: 100;
}
