.submenu {
	border: none;
	position: absolute;
	left: 40px;
	top: 40px;
	background-image: url(../img/bg_submenu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 1200;
	height: 208px;
	width: 404px;
	padding-top: 40px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;



}
.submenu a:link, .submenu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-image: none;

}
.sumenu a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	background-image: none;

}
.submenu h5 {
	line-height: normal;
	margin-top: 10px;
	margin-bottom: 0px;

}
