#DEPMenu{
	margin-left:20px;
	position:absolute;
	top:150px
}
a:link {
	color: #bda157;
	text-decoration: none;
}
a:visited {
	color: #bda157;
	text-decoration: none;
}
a:hover {
	color: #bb131a;
	text-decoration: underline;
}
a:active {
	color: #bb131a;
	text-decoration: underline;
}
body {
	background-color:#000000;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
th {
	font-family: Arial, Helvetica, sans-serif;
}
.footer {
	background-color:#000000;
	color:#FFFFFF;
	font-size:10px;
	height:40px;
}
.footlinks {
	background-color:#FFFFFF;
	font-size:10px;
	height:40px;
}
.menu {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	width:130px;
}
.menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	width:130px;
	z-index: 500
}
.menu li {
	background-image:url(images/button-off.png);
	background-repeat:repeat
}
.menu table {
	margin-top: -1px;
	position: absolute;
	z-index: 400
}
.menu a {
	color: #000000;  
	display: block;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	height: 22px;
	padding-top: 3px;
	text-decoration: none;
	text-transform: none;
	vertical-align: text-bottom;
	width:130px;
}
.menu a:active {
	background-image:url(images/button-on.png);
	background-repeat:no-repeat;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: none
}
.menu a:visited {
	color: #000000;  
	display: block;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	height: 22px;
	padding-top: 3px;
	text-decoration: none;
	text-transform: none;
	vertical-align: text-bottom;
	width:130px;
}
* html .menu a:hover {
	background-image:url(images/button-on.png);
	background-repeat:no-repeat;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	position: relative;
	text-decoration: none;
	text-transform: none
}
.menu li:hover {
	position: relative
}
.menu a:active {
	background-image:url(images/button-on.png);
	background-repeat:no-repeat;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: none
}
.menu a:focus {
	background-image:url(images/button-on.png);
	background-repeat:no-repeat;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: none
}
.menu li:hover > a {
	background-image:url(images/button-on.png);
	background-repeat:no-repeat;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: none
}
