#menu-table {
	margin-top: 10px;
	border: 0px none 0;
	width: 180px;
}
#menu-table table {
	background-image: url(../images/seperator.gif);
	background-repeat: repeat-x;
	width: 100%;
}

#menu {
	list-style: none;
	padding: 0;
	background-color: #5851A1;
	margin: 0;
}

#menu li {
	margin: 0;
	padding: 0;
}
#menu a {
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	text-decoration: none;
	font-weight:normal;
	background-color: #5851A1;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#menu a:hover {
	color: #fff;
	background-color: #2E2B55;
	background-image: url(../images/hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu .first {
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	text-decoration: none;
	font-weight:normal;
	background-color: #5851A1;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
.bl-menu-corner {
	background-image: url(../images/bl-menu-corners.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 27px;
}
.tl-menu-corner {
	background-image: url(../images/tl-menu-corners.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 27px;
}



.br-menu-corner {
	background-image: url(../images/br-menu-corners.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 25px;
	width: 27px;
}
.tr-menu-corner {
	background-image: url(../images/tr-menu-corners.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 25px;
	width: 27px;
}

