@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#666666;
	
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	}
	
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}

.submenu {
	width: 198px;
	height: 215px;
	background-color: #F7F7F7;
	clear: both;
	float: left;
}
.submenu ul {
	clear: both;
	float: left;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.submenu ul h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #999999;
	float: left;
	width: 190px;
	border: 1px solid #CCCCCC;
	line-height: 20px;
	padding-left: 8px;
	margin: 0px;
	clear: both;
	list-style-type: none;
	}
.submenu  li  a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #0000FF;
	line-height: 22px;
	font-style: normal;
	font-weight: normal;
	display: block;
	float: left;
	width: 168px;
	padding-left: 15px;
	list-style-type: none;
	padding-right: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-left: 5px;
}
.submenu li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 168px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	display: block;
	line-height: 22px;
	text-decoration: none;
	float: left;
	padding-left: 15px;
	list-style-type: none;
	padding-right: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #99FFCC;
}

