.submenu {   
		width:230px;
		text-align:left;
		background-color: #c6c1b9;
		border-top-color: gray;
		border-top-style: dotted;
		border-top-width: 1px;
		margin-left: 22px;
		margin-right: 12px;

}
.submenu ul {   
	list-style:none;
	padding:0px;
	margin:0px;
}
.submenu a {   
	padding: 8px 40px 8px 10px;
	color: black;
	width:180px;
	margin:0;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	border-bottom-color: gray;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-weight:bold;
	display: block;
}   

.submenu a:hover {   
	background-color:#f81a2a;
	color: White;
}

.submenu a.selected{   
	background-color:#f81a2a;
	color: White;
}   