/******************************************
*   Main or page navigation styles
******************************************/


/*Main Navbar */

#nav { height: 29px; font-size: 12px; background: url(../images/topnav_bckg.png) repeat-x; text-transform: uppercase; }
#subnav { height: 20px; font-size: 12px; background: url(../images/subnav_bckg.png) repeat-x; }
.shadow { height: 22px; background: url(../images/subnav_shadow.png) repeat-x; }

#nav, #nav ul { list-style: none; line-height: 1; }
#nav a, #nav a:hover { display: block; text-decoration: none; border: none; }
#nav li { float: left; list-style: none; }
#nav a, #nav a:visited { display: block; color: #fff; padding: 8px 20px; background: url(../images/navitem_bckg.png) no-repeat right center; }
#nav a:hover, #nav a:active { color: #d1d1d1; text-decoration: none; }

#subnav, #subnav ul { list-style: none; line-height: 1; }
#subnav a, #subnav a:hover { display: block; text-decoration: none; border: none; }
#subnav li { float: left; list-style: none; }
#subnav a, #subnav a:visited { display: block; color: #939393; padding: 4px 12px; background: url(../images/subitem_bckg.png) no-repeat right center; }
#subnav a:hover, #subnav li.current-cat a, #subnav a:active { color: #3387c9; text-decoration: none; }

#nav .current_page_item	a { color: #D1D1D1; }
/*#nav .current_page_item	a, #home .on  { background: #333; }*/

/* Dropdown Menus for child pages */

#nav li ul {/*first level dropdown*/
	position: absolute;
	z-index: 10;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #666;
	}

#nav li ul ul {/*second level dropdown*/
	margin: -2em 0 0 172px;
	}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	}

#nav li li {
	width: 172px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	background:#999;
	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#FFF;
	}

#nav li li a:hover, #nav li li a:active {background:#840000;}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {left: auto;}

a.main:hover {background:none;}









