/*NAVIGATION OVERRIDES*/

#nav { background: url(../images/nav-bg.gif) repeat-x; 
}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus { background: transparent; color: #B90207; }
#nav li a:active, #nav ul li a.active {background: transparent; color: #6D8A6B;}

/* 2nd Child menu */
#nav .menu li ul a {background: #50AFBC; color: #fff;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {background: #39434A;}

/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{background: #EF6928; color: #fff;}



/*Make the layout have a sidebar - just comment out below to show the sidebar div*/

/*
#content-side {display: none;}
.content-main {width: 770px;}
#content {background: none;}
*/

