
div#htmlBodyMenu{
	float:left;
	width: 250px;
	border: 1px solid #C0C0C0;
	border-radius:10px;
	display: none;
	margin-bottom:15px;
}


#htmlBodyMenu ul{
	list-style:none;
	display:table;
	margin-left:0;
	width:100%;
	
}

#htmlBodyMenu ul li{
	float:left;
	width: 220px;
	padding: 13px 0px;
	margin: 0px 10px;
	text-align:left;
	display:block;
	border-top: 1px solid #C0C0C0;
	
}

#htmlBodyMenu .menuBegin{
	border-top: 0px solid #C0C0C0;
}

#htmlBodyMenu ul li a{
	color: #5A5A5A;
	font-size:16px;
	font-weight: normal;
	font-family: 'Trebuchet MS',Tahoma;
	text-decoration: none;
	display:block;
}


#htmlBodyMenu .menuSelected{
	color:#000000;
	font-weight: bold;
}