ul#menu {
    list-style:none;
    margin:5px;
	border-top: 1px solid #4d6085;
	border-bottom: 1px solid #4d6085;
    padding:2px;
    overflow:auto; /* makes sure the container fits the floated list-items below */
}


ul#menu li{
	margin:3px 6px;
    padding:4px 12px 5px 10px;
    float:left; /* floats list items to the left, creating a horizontal menu */
	font-family:Tahoma, Verdana, Arial, sans-serif;
    font-size:18px;
    font-weight:bold;
    text-shadow: rgba(0,0,0, 1) 1px 1px 2px;
    color:#333;


}

ul#menu li a{
  	display:block;
	 padding:4px 5px 3px 5px; 
	color:#fff;
	text-decoration:none;
	position: relative; /* must have position set to anything other than static to use z-index */
    z-index: 5; /* 5 layers above all normal elements */


}
ul#menu li a:hover {
    color:#efefef;
}

ul#menu li.backLava {
	position:absolute;
	z-index: 3;
   background-color:#cdcdcd;
   
   
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.08, rgb(156,156,156)),
    color-stop(0.66, rgb(224,224,224))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(156,156,156) 8%,
    rgb(224,224,224) 66%
);



   
   border:2px solid #000000;
	 -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
    border-radius: 10px;


}
/*
ul#menu li.backLava div.leftLava {
    background: url("images/slider-bg.gif") no-repeat top left;
    height: 100%;
    margin-right:24px;
}
ul#menu li.backLava div.cornerLava {
    background: url("../images/slider-corner.gif") no-repeat bottom right;
    height:27px;
    width:24px;
    position:absolute;
    bottom:0px;
    right:0px;
}
ul#menu li.backLava .bottomLava {
    background: url("../images/slider-bottom.gif") no-repeat bottom left;
    height:27px;
    width:100%;
    position:absolute;
    bottom:0px;
    left:0px;
}
*/

/* Slider */

   /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
 
	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:350px;
		background:#fff;		
		margin-bottom:2em;
		}	
	
	#content{
		position:relative;
		}			
 
/* Easy Slider */
 
	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:300px;
		height:341px;
		overflow:hidden; 
		margin-left:10px;
		
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		}	
	#nextBtn{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
			
		}	
	#nextBtn a{ 
		//background:url(http://cssglobe.com/lab/easyslider1.5/mages/btn_next.gif) no-repeat 0 0;	
		}												
 
 .workpanel{	
 	font-size:16px;
 }
/* // Easy Slider */
