ul.menu{
 margin-top:0px;
 margin-bottom:0px;
 width:128px;
 margin-left:0px;
}

ul.menu li{
 /*border-top:solid 1px #da5b2e;*/
 /* border-bottom:solid 1px #da5b2e;*/
 /* border-right:dashed 2px #feb37c;
   border-left:dashed 2px #feb37c;*/
 /*background:#fe7817;
 list-style:none;
 
 margin-left:-39px;
 padding-left:10px;
 padding-top:3px;
 padding-bottom:3px;*/
 border-bottom:solid 2px #ffffff;
 margin-left:-39px;
 list-style:none;
 padding-left:10px;
 padding-top:5px;
 padding-bottom:5px;
 
}
ul.menu li li{
	background:#ababab;
	border-bottom:solid 2px #cccccc;
}

li .separator{
font-family:trebuchet,Verdana, Arial, Helvetica, sans-serif; 
font-size: 13px;
font-weight: bold;
 padding-left:-15px;
   /*color:#ffff99;*/
   color:#000000;
}

ul.menu li a{
font-family:trebuchet,Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px;
font-weight: bold;
color:#990000;
text-decoration:none;

}
ul.menu li a:hover{
font-family:trebuchet,Verdana, Arial, Helvetica, sans-serif; 
color:#ffffff;
text-decoration:none;

}