/*Navbar */
#nav,  #nav ul {	list-style: none; line-height: 1;	}
 #nav a, #nav a:hover {text-decoration: none; border:none; font-size:11px;	}
 #nav li { display:block;	float:left;	list-style:none; margin-left:5px;	}
 #nav li a,  #nav li a:visited {color:#fff;  display:block; font-weight:bold;line-height:7px;padding:10px;}
 #nav li a:active, li.current_page_item	a, #home li.on,  #nav li a:hover {	background:#58b3f9; color: #fff;	text-decoration:none;padding:10px;	display:block;	}	


/* Dropdown Menus */

 #nav li ul {	position: absolute;	left: -999em;	height: auto;	width: 200px;background: #58b3f9;}
 #nav li li { letter-spacing: 0.1em;	margin-top: 5px;	width: 200px;padding-bottom: 2px;  padding: 0px; margin:0px; }
 #nav li li a,  #nav li li a:visited {background:none;	font-weight:normal;	font-size:0.9em;	color:#fff;	display:block;}
 #nav li li a:hover,  #nav li li a:active {background:none; color: #fff;	display:block; }	
 #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;	}



/********* MC_NAV DROPDOWN MENU ************/
div.mc_nav {
    list-style: none;	
    float: left;
    background: #000000;
    width: 960px;
    height: 36px;
    font-weight:bold;
    z-index:10000;
}

.mc_nav a:link, .mc_nav a:visited, .mc_nav a:active /* menu at rest */ {
    display: block;
    float: left;
    line-height: 34px;
	 color:#f9841b;
}

.mc_nav a:hover /* menu on mouse-over  */ {
    color: white;
    background-color: #f9841b;
    text-decoration: none;
}

.mc_nav a.top_parent, .mc_nav a.top_parent:hover /* attaches down-arrow to all top-parents */ {
    background-image: url(navdown_white.gif);
    background-position: right center;
    background-repeat: no-repeat;
}

.mc_nav a.parent, .mc_nav a.parent:hover /* attaches side-arrow to all parents */ {
    background-image: url(nav_white.gif);
    background-position: right center;
    background-repeat: no-repeat;
}

.mc_nav ul li {
    margin: 0px;
    padding-left: 12px;
    padding-right: 12px;
    display: block;
    float: left;
    position: relative;
    min-height: 1px; /* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
    cursor: pointer;
    line-height: 34px;
	 color:#f9841b;
}

.mc_nav ul li:hover {
    color: white;
    background-color: #f9841b;
}

.mc_nav ul li ul li:hover {
    color: white;
    background-color: transparent;
}

.mc_nav ul li ul {
    position: absolute;
    z-index: 500;
    top: auto;
    display: none;
    margin-left: -16px;
    color: #fff;
    line-height: 36px;
}

.mc_nav ul li ul li {
    display: block;
    width: 185px;
    height: 30px;
    padding-left: 4px;
     background: url(images/bg_menu_list.png) repeat-y;
    color: #fff;
    z-index:10000;
}

.mc_nav ul li ul li a:link {
    margin-left: 2px;
    width: 154px;
    line-height: 30px;
    padding-left: 12px;
    padding-right: 12px;
    color: #fff;
}
.mc_nav ul li ul li a:visited{
    margin-left: 2px;
    width: 154px;
    line-height: 36px;
    padding-left: 12px;
    padding-right: 12px;
    color: #fff;
}

div.mc_nav li:hover ul ul, div.mc_nav li li:hover ul ul, div.mc_nav li li li:hover ul ul, div.mc_nav li li li li:hover ul ul {
    display: none;
}

div.mc_nav li:hover ul, div.mc_nav li li:hover ul, div.mc_nav li li li:hover ul, div.mc_nav li li li li:hover ul {
    display: block;
}

/* END CSS Drop Down Menu */
