.menu{
	margin:0px;
	padding:0px;
	list-style:none;
}


.menu li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style-type: none;
	display:block;
	width:100%;
	color:#555;
	margin-bottom:1px; 
}
.menu li a{
	display:block;
	width:100%;
	color:#555;
}
.menu li.submenu{ /* Style for LI that contains sub lists (other ULs). */
/*lks	cursor: hand !important; */
	cursor: pointer !important;
	display:block;
	width:100%;
	color:#555;
}
.menu li a span{
	display:block;
	padding:3px 20px;
	color:#555;
}

.menu li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

.menu .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}

ul li ul{
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 10px;
}
/* ----- side navigation ----- */
#navDept, #navDept li, #navDept_static{
	width:167px;
	margin:0;
	padding:0;
	list-style:none;
}
#navDept{}
#navDept li, #navDept_static li {margin-bottom:1px;}
#navDept li a, #navDept_static li a{
	display:block;
	padding-top:5px;
	padding-left:12px;
	width:155px;
	background:url('../images/cat_btn_bg.gif') repeat-x #fff;
	background-position:top;
	height:20px;
	color:#177155;
	font-weight:bold;
}
#navDept li a:hover, #leftmenu li a.selected, #navDept_static li a:hover{
	background:url('../images/cat_btn_bg_on.gif') repeat-x;
	background-position:top;
	color:#343b37;
}
#navDept li ul li a:hover, #leftmenu li ul li a.selected, #navDept_static li ul li a:hover{
	background:url('../images/arw_on.gif') no-repeat;
	background-position:11px 7px;
	color:#8fd473;
}
#navDept li ul li ul li a:hover, #navDept_static li ul li ul li a:hover{
	background:url('../images/arw_on.gif') no-repeat;
	background-position:25px 7px;
	color:#8fd473;
}
#navDept li ul li a.selected, #navDept_static li ul li a.selected{
	background:url('../images/arw.gif') no-repeat;
	background-position:11px 6px;
	font-weight:bold;
}
#navDept li ul li ul li a.selected, , #navDept_static li ul li ul li a.selected{
	background:none;
}
#navDept li a:hover, #navDept_static li a:hover{
	
} 
#navDept li a.selected, #navDept_static li a:selected{
/*	background:url('../images/cat_btn_bg_on.gif') repeat-x; */
	color:#5b6760;
}
#navDept li ul, #navDept_static li ul {
	margin:0;
	padding:0;
	list-style:none;
	background:url('../images/cat_sub_bg.gif') #ebf5dd no-repeat;	
	padding-top:5px;
	padding-bottom:5px;
}
#navDept li ul.fade, #navDept_static li ul.fade{
	background:url('../images/cat_sub_bg_fade.gif') #fff no-repeat;	
}
#navDept li ul li ul, #navDept li ul li ul li ul, #navDept_static li ul li ul li ul{
	background:none;
	padding-top:0px;
	padding-bottom:0px;	
}

#navDept li ul li a, #navDept_static li ul li a{
	padding-top:3px;
	padding-left:25px;
	width:142px;
	background:url('../images/arw.gif') no-repeat;
	background-position:11px 7px;
	height:15px;
	color:#177155;
	font-weight:normal;
}
#navDept li ul li ul li a, #navDept_static li ul li ul a, #navDept li ul li ul li a:visited{
	background:none;
	background:url('../images/arw.gif') no-repeat;
	background-position:25px 7px;
	padding-left:38px;
	width:129px;
}