@charset "utf-8";
/* CSS Document */

#subMenuBody {
	background-image: url(../gui/bck_submenubody.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin-left: 2px;
}
#subMenuBody ul {
	background-image: url(../gui/submenuheader.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#subMenuBody ul li {
	margin-left: 40px;
	margin-right: 40px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFD737;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}
#subMenuBody ul li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 20px;
	background-image: url(../gui/submenubullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 135%;
}
#subMenuBody  ul  li  a:hover, #subMenuBody ul li a.on {
	color: #FFD737;
	text-decoration: underline;
}
#subMenuBody ul li ul {
	margin: 0px;
	padding: 0px;
	background-image: none;
}
#subMenuBody ul li ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#subMenuBody ul li ul li a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../gui/submenubullet_2.png);
	padding-top: 0px;
	padding-bottom: 10px;
}


#subMenuFooter  {
	background-image: url(../gui/submenufooter.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	margin-left: 2px;
}

