body{
    padding:0;
    margin:0;
}
.menu{
      font: 15px/27px Arial,sans-serif;

      color: #000;
      height:30px;
      background: url(back.gif) repeat-x;
}
.menu a:hover{
    background-color:#333;
}
.menu a {
	text-decoration: none;
	padding: 5px 25px 8px;
	color:#fff;
	
}
.menu ul{
	list-style: none;
	margin:0;
	padding:0px 10px 10px 10px;
}
.menu ul li{
    padding:0;
    float:left;
    
}
.menu ul li ul li{
	padding:0;
	float:none;
	margin: -75px 0 0 0px;
	width:94%;
}
.menu ul li ul{
    position: absolute;
   
  
    margin-top: -1px;
    display:none;
    padding: 0px 1px 0px 0;
}
.active ul{
    display:block !important; 
}
.active a{
    background-color: #999;
    
   
    display: block;
    height: 30px;
    padding: 0px 25px 0px 25px;
  position:relative;
    z-index: 1;
}
.active a:hover{
    background-color: #333;
}
.active ul a:hover{
    background-color:#333;
}

.active ul a{
  
   
 
    width: 87%;
}
.arrow {
	margin-left: 5px;
	position: relative;
	bottom: 11px;
	border-top-width: 7px;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: solid;
	border-left-style: dashed;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: #ff7400;
	border-left-color: transparent;
}
a.current{color:#fff;background: #000;}
a.subcurrent{color:#000;background: #999;}
