@charset "utf-8";
/* CSS Document */
body table tr .topmenu a {
	display:inline-block;
	background-image: url(../images/topmenu_std.png);
	background-repeat:no-repeat;
	height: 29px;
	width: 135px;
	text-align: center;
	line-height:29px;
	vertical-align:middle;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration:none;
}
body table tr .topmenu a:hover {
	background-image: url(../images/topmenu_over.png);
}
body table tr .menu #button a {
	display:block;
	background-image: url(../images/leftmenu_std.png);
	background-repeat:no-repeat;
	height: 29px;
	width: 135px;
	text-align: center;
	vertical-align:middle;
	line-height:29px;
	border-bottom:1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration:none;
	
}
body table tr .menu #button a:hover {
	display:block;
	background-image: url(../images/leftmenu_over.png);
	background-repeat:no-repeat;
	height: 29px;
	width: 135px;
	text-align: center;
	line-height:29px;
	border-bottom:1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
body table tr .menu #menudel a {
	background-image:none;
	text-align:right;
	z-index:100;
	position:absolute;
	margin-left:118px;
	margin-top:2px;
	border:none;
	width:auto;
}
body table tr .menu #menudel a:hover {
	background-image:none;
	text-align:right;
	z-index:100;
	position:absolute;
	margin-left:118px;
	margin-top:2px;
	width:auto;
	border:none;
}
body table tr .menu #menuadd {
	text-align:center;
	color:#FFF;
	background-color:#000066;
	border-bottom:1px solid #FFF;
	padding-top:5px;
	padding-bottom:5px;
}
body table tr .submenu a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
body table tr .submenu a:hover {
	text-decoration:underline;
}
