.menu {
	WIDTH: 980px;
	POSITION: relative;
	HEIGHT: 40px;
	z-index: 1001;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.menu UL {
    PADDING: 0px;
    MARGIN: 0px;
    text-align: center;
}
.menu UL LI {
	FLOAT: left;
	POSITION: relative;
	WIDTH: 80px;
	list-style-type: none;
}
.menu UL LI A {
	DISPLAY: block;
	FONT-WEIGHT: bold;
	COLOR: #08383d;
	LINE-HEIGHT: 40px;
	HEIGHT: 40px;
	TEXT-DECORATION: none;
	font-size: 14px;
}
.menu UL LI A:visited {
	DISPLAY: block;
	FONT-WEIGHT: bold;
	COLOR: #08383d;
	LINE-HEIGHT: 40px;
	HEIGHT: 40px;
	TEXT-DECORATION: none;
	font-size: 14px;
}
.menu UL LI:hover dl {
	DISPLAY: block;
	POSITION: absolute;
}
.menu UL LI dl {
	POSITION: absolute;
	WIDTH: 120px;
	display: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #083a3f;
	border-right-color: #083a3f;
	border-bottom-color: #083a3f;
	border-left-color: #083a3f;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	left:0px;
}
.menu UL LI dl dt {
	WIDTH: 100%;
	font-size: 12px;
	background-color: #FFF;
	font-weight: normal;
	list-style-type: circle;
	text-align: left;
	text-indent: 15px;
}
.menu UL LI dl dt A{
	font-size: 12px;
	background-color: #FFF;
	color: #000;
	font-weight: normal;
	list-style-type: square;
	background-image: url(imagesnav_005.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.menu UL LI dl dt A:hover {
	BACKGROUND: #51b61c; 
	font-size: 12px;
	COLOR: #fff;
	font-weight: normal;
		background-image: url(imagesnav_005_hover.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.menu UL LI dl dt A:visited {
	font-size: 12px;
	font-weight: normal;
}
.menu UL LI dl dt A:active {
	font-size: 12px;
	font-weight: normal;
}

