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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.menu {
	width: 206px;
	font-size: 15px;
	position: absolute;
}
dt {
	background-repeat: repeat-x;
	text-align: center;
	background-position: center center;
	background-image: url(../images/leftmenubg_over.jpg);
	padding-top: 3px;
	padding-bottom: 3px;
	height: 100%;
	width: 100%;
	margin-top: 1px;
	margin-bottom: 1px;
}
dt a {
	padding-right: 50px;
	padding-left: 50px;
}

dt.bg {
	background-repeat: repeat-x;
	text-align: center;
	background-position: center center;
	background-image: url(../images/leftmenubg.jpg);

}
dd {
	width: 100%;
	margin-top: 3px;
	margin-bottom: 3px;
}
.dismenu {
	text-align: center;
	line-height: 24px;
	vertical-align: middle;
	width: 120px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

dd.disable {
	display: none;
}
.menu a {
	color: #FF0000;
}

a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
}

#menu li {
	color: #999999;
	list-style-image: url(../images/li_icon.gif);
	list-style-position: outside;
	background-position: left center;
}
