/* Start of CMSMS style sheet 'MilkyWay Menu' */
ul.menu {
list-style-type: none;
margin: 0;
padding: 0;
text-align: left;
}

ul.menu li {
list-style-type: none;
margin: 0;
padding:  2px 5px 2px 20px;
background-image: url('images/white/menu_sep.gif');
background-repeat: no-repeat;
}

ul.sub{
list-style-type: none;
margin: 2px 0 2px 0px;
padding: 0;

}

ul.sub li {
list-style-type: none;
margin: 0 ;
padding: 2px 5px 2px 20px;
background-image: url('images/white/menu_sep.gif');
background-repeat: no-repeat;
}
/* End of 'MilkyWay Menu' */

