html,body {
}
body {
	padding-top: 20px;
	list-style-type: none;
}

#links {
	height:45px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 120px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.links2 {
	float: left;
	vertical-align: middle;
	background-color: #FFFFFF;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-image: url(line.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 2px;
	width: 165px;
	list-style-type: none;
	text-decoration: none;
}
.links2 a {
	width: 150px;
	padding-left: 30px;
	list-style-type: none;
	list-style-image: url(arrow.gif);
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: 6px 6px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #000000;
}
.links2 a:hover {
	background-color: #F6F8E3;
	list-style-type: none;
 }
.linkDIV {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	visibility: hidden;
	width: 100px;
	padding-left: 20px;
}


.linkDIV ul {
	width: 120px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	list-style-type: none;
	height: 12px;
}
	
.linkDIV li {
	width: 140px;
	border-bottom-color: #ECE9D8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-left: 30px;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
}

.linkDIV ul a {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 120px;
	font-size: 11px;
	display: inline;
}
.linkDIV ul a:hover{
	color:#F8583D;
	width: 120px;
}
