
.clear{
		clear:all;
	}
	
#leftMenu{
		width:130px;
		/*padding-left:15px;*/
		/*padding-right:10px;*/
		float:left;
	}
	/*
	General rules
	*/
#current {
		background:#a55611;
		padding:0px;
		margin:0px;
		
	}
	
#slidedown_menu li{
		/*width:130px;*/
		list-style-type:none;
		position:relative;
	}
#slidedown_menu ul{
	/*width:130px;*/
		margin:0px;
		padding:0px;
		position:relative;

	}
/* IE6 Only */
* html #slidedown_menu ul {width:110px;}
* html #slidedown_menu li {width:110px;}
#slidedown_menu div{
	/*width:130px;*/
		margin:0px;
		padding:0px;
	}
	/* 	Layout CSS */
#slidedown_menu{		
		width:160px;	
		margin-right:4px;
		margin-top:0;
		margin-left:25px;
		padding-top:10px;
		height: auto !important;
		background:url('/images/NPLS-Home-Page_v2b_05.jpg');
		border:#FFFFFF solid 1px;
	}
	
	#slidedown_menu select {
		font-size: 9pt !important;
	}

/* IE6 Only */
* html #slidedown_menu {
margin-left:14px;
}


	/* All A tags - i.e menu items. */
#slidedown_menu a {
font-weight:bold;
	margin:0px;
		color: #fff;
		text-decoration:none;	
		display:block;
		clear:both;
		/*width:130px;*/	
		padding:6px 40px 6px 10px;
		font-family:"Trebuchet MS", Tahoma, Arial;
		font-size:12px;	
	}
/* IE6 Only */
* html #slidedown_menu {
width:110px;
}

* html #slidedown_menu a {
width:110px;
padding:4x 5px;
}
	
#slidedown_menu a:active {color: #eee;}
#slidedown_menu a:hover {
		margin:0px;
		color: #fff;
		text-decoration:none;	
		/*font-family:"Trebuchet MS", Tahoma, Arial;*/
		background-color:#a55611;
		filter:alpha(opacity=70);
		-moz-opacity:.70;
		opacity:.70;
		width:110px;
		font-weight:bold;
	}
#slidedown_menu a:visited {color: #fff;}
	/*
	A tags 
	*/
#slidedown_menu .slMenuItem_depth1{	/* Main menu items */
		margin-top:0px;
		border-bottom:0px solid #000;
		font-weight:700;
		width:110px;
	}	
* html #slidedown_menu .slMenuItem_depth1{width:110px; }	
#slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
		margin-top:0px;
		padding:3px 5px;
		font-size:11px;
		/*font-style:italic;*/
		/*background-color:#421c05;*/
		width:130px;
		font-weight:bold;
	}	
* html #slidedown_menu .slMenuItem_depth2 {width:110px;}	
#slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
		margin-top:0px;
		padding:0;
		/*font-style:italic;*/
		/*font-weight:bold;*/
		
		/*color:#ccc;*/
		font-size:10px;
		width:110px;
		/*text-indent:2px;*/
	}	
#slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
		margin-top:0px;
		color:red;
	}	
#slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
		margin-top:0px;
	}

	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#slidedown_menu .slideMenuDiv1
	
	instead of 
	
	#slidedown_menu .slideMenuDiv1 ul
	*/
	
#slidedown_menu .slideMenuDiv1 ul{
		padding:0px;
	}
#slidedown_menu .slideMenuDiv2 ul{
		margin-left:10px;
		
		padding:0px;
	}
#slidedown_menu .slideMenuDiv3 ul{
		margin-left:10px;
		padding:1px;
		
		/*list-style-position:inside;*/
		border-top:0px solid #a55611;
		
	}
	#slidedown_menu .slideMenuDiv3 li{
		/*width:130px;*/
		background:#240800;
		font-weight:bold;
	list-style-type:none;
		position:relative;
	}
	
	
#slidedown_menu .slMenuItem_depth4 ul{
		margin-left:8px;
		padding:2px;
	}
	

.indent {padding-left:8px;}
#nav li:hover, #nav li.sfhover, #nav li:hover p, #nav li.sfhover p   /*mouse over background color*/
	{ background: #DAA679;
	padding:0px;
	margin:0px;
	color: #221368;
	/*filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;*/
	z-index:100;
	}
	

