.menu ul{

	list-style:none;
	margin:0;
	padding:0;
	
	}
	.menu li{
		float:left;
		padding:0px;
		list-style: none outside none;
	}
	.menu li a{		
		color: #111111;
		display: block;
		font-size: 13px;
		font-weight: bold;
		line-height: 35px;
		margin: 0px 10px 0px 0px;		
		text-decoration: none;		
		font-family:Trebuchet MS;
		}
		.menu ul li:hover a{
			background: url("../images/hover.png") bottom center repeat-x;
			color:#111111;
			text-decoration:none;	
			font-family:Trebuchet MS;
		}		
		.menu li a:hover{
			border-bottom: 3px solid #F16623;
			color: #F16623;
			font-weight: bold;
			height: 30px;	
			font-family:Trebuchet MS;			
		}			
		.activemenu{
			background: url("../images/hover.png") bottom center repeat-x;
			color:#111111;
			text-decoration:none;
			font-family:Trebuchet MS;
		}
		.menu li a.activemenu{
			border-bottom: 3px solid #F16623;
			color: #F16623;
			font-weight: bold;
			height: 30px;
			font-family:Trebuchet MS;
		}
	.menu li ul{
		background:#E5E5E5;		
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:auto;
		min-width:250px;
		z-index:200;
		opacity: 0.8;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('../images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:auto;
		min-width:250px;
		color:#111111;
		}
	.menu li:hover li a{
		background:none;
		
		}	
	.menu li ul li a{
		display:block;
		height:35px;
		font-size:13px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		color:#111111;
		}
	
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#f2a40e url('../images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#111111;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

		