/* CSS Document */
#navlist2 {
	position: absolute;
	left: 2px;
	top: 130px;
	visibility: visible;
	width:110px;
}
#navlist2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#navlist2 li {
	margin: 0 0 3px 0;
	list-style-type: none;
}
#navlist2  a {
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid #FF9C00;
	width: 110px;
	background-image:url(../Images/Navnew/up.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#navlist2  a:link, #navlist a:visited {
	color: #EEE;
	color: #EEE;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#navlist2  a:hover {
	border: 1px solid #333;
	background-color: #FFFFFF;
	background-image:  url(../Images/Navnew/down.gif);
	color: #000000;
	text-decoration: none;
