/* CSS Document */
/* MENÜ */
#button {
	width: 179px;
	border-right: 1px solid #003366;
	padding: 0 0 1em;
	margin-bottom: 1em;
	font-family:  Tahoma, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #EDEDED;
	color: #003366;
	text-align: left;
	font-weight: bold;
}
#ust a{
	display: block;
	background-color: #000033;
	color: #FFFFFF;
	text-decoration: none;
	width: 99%;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#ust a:hover {
	background-color: #006699;
	color: #FFFFFF;
	}


#sub a{
	display: block;
	background-color: #003366;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#sub a:hover {
	background-color: #C7D8F2;
	color: #333333;
	}

