#menu a{
    color:black;
    text-decoration: none;
    display: block;
    padding: 7px 16px;
}
#menu a:hover{
    color:highlight;
}
#menu li{
	background:url(../img/new/seperator.png) no-repeat left;
    list-style: none;
    float: right;
    max-height: 30px;
}
#menu>li:last-child{
	background:none ; 
}
#menu li:hover{
    background-color: #E8EAEF;
    cursor: pointer;
}

#menu{
    padding: 0;
    margin: 0;
}
#menu .active{
    background-color: #E8EAEF;
}

#menu li ul{
   visibility: hidden;
    position: absolute;
    padding: 0;
    float: right;
    width: auto;
    z-index:100;
    *float:none;
    *position: relative;
    *right:0;
}

#menu li:hover ul{
    visibility: visible;
    *float:none;
    *position: relative;
    *right:0;
    *zoom:1;
    
}
#menu li ul li{
    float: none;
    border: none;
	border-bottom:1px solid #b2b2b2;
    border-left:1px solid #b2b2b2;
    border-right:1px solid #b2b2b2;
	background:#e8e8e8;
	background:-moz-linear-gradient(top,#e8e8e8 0,#d4d4d4 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e8e8e8),color-stop(100%,#d4d4d4));
	background:-webkit-linear-gradient(top,#e8e8e8 0,#d4d4d4 100%);
	background:-o-linear-gradient(top,#e8e8e8 0,#d4d4d4 100%);
	background:-ms-linear-gradient(top,#e8e8e8 0,#d4d4d4 100%);
	background:linear-gradient(top,#e8e8e8 0,#d4d4d4 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8',endColorstr='#d4d4d4',GradientType=0)
    width: auto;
}

#menu li ul li a{
    min-width:100px;
}