
#submenu { 
	 
	width:17%; 
	padding:1em 0; 
       
	}

li.submenu {

	list-style-type: none;
	margin-left: 2em;
	margin-right: 1em;
	line-height: 1.5em;
        font-weight: bold;
	font: 11px;
        background: #fff;
}
li.submenu a:link {
	text-decoration: none;
	color: #000000;
}
li.submenu a:visited {
	text-decoration: none;
	color: #000000;
}
li.submenu a:hover {
	font-weight: bold;
	color: #30c;
	background-color:red;
	width: 100%;
	text-decoration: none;
}

