/* CSS Document */
/* MENÜ */
#button {
	width: 199px;
	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;
}
#ust a{
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #003366;
	border-right: 10px solid #CCCCCC;
	background-color: #3E5C76;
	color: #FFFFFF;
	text-decoration: none;
	width: 99%;
	border-bottom: 1px solid #CCCCCC;
}
#ust a:hover {
	border-left: 10px solid #666666;
	border-right: 10px solid;
	background-color: #456989;
	color: #FFFFFF;
	}


#sub a{
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #666666;
	border-right: 10px solid #508fc4;
	background-color: #C4D8E3;
	color: #333333;
	text-decoration: none;
	width: 100%;
}
#sub a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #6E7F8F;
	color: #FFFFFF;
	}
