#menu {
background: url(../images/sce/topnav-bg.gif) #85B301 no-repeat top left;
clear: both;
display: block;
height: 38px;
width: 846px;
font-size: 1.8em;
border-bottom: 2px #fff solid;
padding:0px 0 0 94px;
}

#menu ul {list-style: none;}

#menu ul li {float: left;}

#menu li {position: relative;}

#menu a {display: block; width: auto; height: 29px; color: #354135; text-decoration: none; text-align: center; padding-top: 9px;}

#menu a:hover, #menu a.main_current {
color: #FFF;
}

#menu #menu_link0 {width: 93px;}
#menu #menu_link0:hover, #menu #menu_link0.main_current {background: url("../images/sce/topnav-hover-1.gif") no-repeat left top;}

#menu #menu_link1 {width: 116px;}
#menu #menu_link1:hover, #menu #menu_link1.main_current {background: url("../images/sce/topnav-hover-2.gif") no-repeat left top;}

#menu #menu_link2 {width: 123px;}
#menu #menu_link2:hover, #menu #menu_link2.main_current {background: url("../images/sce/topnav-hover-3.gif") no-repeat left top;}

#menu #menu_link3 {width: 159px;}
#menu #menu_link3:hover, #menu #menu_link3.main_current {background: url("../images/sce/topnav-hover-4.gif") no-repeat left top;}

#menu #menu_link4 {width: 159px;}
#menu #menu_link4:hover, #menu #menu_link4.main_current {background: url("../images/sce/topnav-hover-4.gif") no-repeat left top;}

#menu #menu_link5 {width: 89px;}
#menu #menu_link5:hover, #menu #menu_link5.main_current {background: url("../images/sce/topnav-hover-8.gif") no-repeat left top;}

#menu #menu_link6 {width: 107px;}
#menu #menu_link6:hover, #menu #menu_link6.main_current {background: url("../images/sce/topnav-hover-7.gif") no-repeat left top;}



/* Left Nav Styles */
#left-nav {display: block; width: 263px; float: left; min-height: 434px; background: url(../images/sce/left-nav-bottom.jpg) #FFF no-repeat center bottom; padding-bottom: 10px;}

#menu_left {
font-size: 14px;
display: block;
width: 220px;
background: #CECECE;
padding:15px 0 15px 10px;
float:left;
min-height:400px;
}

/* Top Level Left Nav Styles */
#menu_left ul {list-style: none;}

#menu_left ul li {}

#menu_left li {}

#menu_left li a {
display: block;
color: #37891D;
text-decoration: none;
text-align: left;
padding: 5px 10px 5px 10px;
font-size:18px;
}

#menu_left a.current {
color: #354135;
}

#menu_left a:hover {
color: #354135;
}

/* End Top Level Left Nav Styles */

/* 2nd Level Left Nav Styles */

#menu_left ul ul a {
font-size:14px;
padding: 2px 10px 2px 26px;
color: #333;
}

#menu_left ul ul a.current {
/*color: #FFF;*/
font-weight:bold;
}

#menu_left ul ul a:hover {
color: #37891d;
}

#menu_left ul li.current ul {
display: block;
}

#menu_left ul li ul {
display: none;
}

#menu_left ul li.current ul ul {
display: none;
}

#menu_left ul ul li.lastItem {
margin-bottom: 0px;
}

/* End 2nd Level Left Nav Styles */

/* 3rd Level Left Nav Styles */
#menu_left ul ul ul a {width: 180px; padding: 2px 10px 2px 46px; background: #036bbc; color: #FFF;}

#menu_left ul ul ul a.current {color: #FFF; background: #1446B5;}

#menu_left ul li.current ul li.current ul {display: block;}

#menu_left ul ul li.firstItem {margin-bottom: 0px;}
/* End 3rd Level Left Nav Styles */
/* End Left Nav Styles */
