/* Start of CMSMS style sheet 'Bulletmenu' */
.bulletmenu ul {
    font-weight: bold;
    text-align: left;
  	line-height: 18px;
   	padding-left: 25px;
   	margin-left: 0px;
        list-style: url(uploads/images/arrowlet.jpg);
/*   	list-style: square;*/
   	}

.bulletmenu ul a:link {
    color: #fff;
    text-decoration: none;
    }

.bulletmenu ul a:visited {
    color: #fff;
    text-decoration: none;
    }

.bulletmenu ul a:hover {
    color: #FFEFEF;
    text-decoration: none;
    }

.bulletmenu ul li {
    font-size: 65%;
    border-bottom: 1px #fff normal;
    }

.bulletmenu ul li ul li {
    font-size: 95%;
    margin-left: 0px;
    }
/* End of 'Bulletmenu' */

