/* Start of CMSMS style sheet 'menutpl' */
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:100px;
}

ul li {
	font: 11px/16px arial, helvetica, sans-serif;
	line-height: 11px;
	border-right: 1px solid #330000;
	position: relative;
	float:left;
	width:100%;
text-align: right;
	}
	
ul li ul li{
	text-align: left;
border-right: #fff;
	}

ul li a{
	display:block;
	padding: 0 3px 0 3px;
text-transform: uppercase;
	}

ul li a:hover, ul li .menuactive {
	color: #a00;
font-weight: bold;
	
	
}

ul li ul li a:hover{
	
	
}

ul ul {
	position: absolute;
	top: 0;
	display:none;
}

ul li:hover ul{
	display: block;
	left:100px;
}
/* End of 'menutpl' */

