@charset "utf-8";
/* CSS Document */


.submenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	list-style-type: none;
	text-align:left;
	float:left;
	margin-left:0px;
	width:170px;
	padding-left:0px;
	background-color:#9DCCFF;
	font-weight:bold;
}

.submenu li {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:5px;
	padding-bottom:3px;
	margin-bottom:10px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;
	border-bottom-width:thin;
}

.submenu a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

.submenu a:hover {
	text-decoration:underline;
	
}



