		#theMenu { 
			width: 170px; 
			padding: 0; 
			background-color: #f7ebe8;
		}
		
		/* Some list and link styling */
		#theMenu li {
			width: 150px; 
			font-size: 13px;
			list-style-type: none;
		}
		#theMenu ul{
			padding: 0 0 0 15px;
			margin:0;
			display:none; 	
			
		}
			
		
		#theMenu ul li a { 
			display:block; 
			color: #000; 
			padding: 3px 3px; 
			font-size: 13px; 
			text-decoration: none;
			font-weight: normal;
		}
		#theMenu ul li a:hover { 
			display:block; 
			color: #369; 
			text-decoration: underline; 
		}		
	
		
				
		/* Header links styling */		
		#theMenu a.head  { 
			color: #333;
			display:block; 				
			padding: 3px 6px;
			text-decoration: none;
		}
		#theMenu a.head:hover { 
			color: #fff;		
			background-color: #292B29;
		}
		#theMenu a.selected  { 		
			color: #fff;
			background-color: #292B29;		
		}
		#theMenu a.current {
			background-color:#292B29;
		}
		#theMenu a.selected:hover { 
			color: #fff;
		}
		.menu1{
			width:170px;
		}
		.jqmenu{
			margin:20px;
		}
		#theMenu{
			margin:0px;
			height:350px;
		}