/* Base */
body {
	margin: 0;
	background: ffffff;
	padding: 0;
}

dl, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu {
	top: 0;
	left: 0;
	width: 100px;
	}

/* SubMenu */
#menu dt {
	cursor: pointer;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(graphics/button_up.gif);
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0.05em solid #336666;
}

/* MainMenu */
#menu dd {
	background-color: #FFFFFF;	
	border: 0.05em solid #336666;
}

/* Items */
#menu li {
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #ffffff;
	border: 0.05em solid #336666;
}

/* Links */
#menu li a, #menu dt a {
	color: #000000;
	text-decoration: none;
	height: 100%;
	display:block;
}
/* Main Menu Mouseover */
#menu dt a:hover {
	background-color: #ffffff;
	background-image: url(graphics/button_over.gif);
}
/* Items Mouseover */
#menu li a:hover {
	background-color: #C6DDDD;
}
