.top a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	font-style: normal;
	color: #999;
	letter-spacing: 1px;
	display: block;
	height: 18px;
	padding: 5px 10px 0px 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border: 1px solid #f7f7f7;
	border-bottom-width: 0;
	border-top-width: 0;
}

.top a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	font-style: normal;
	color: #999;
	letter-spacing: 1px;
	display: block;
	height: 18px;
	padding: 5px 10px 0px 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border: 1px solid #f7f7f7;
	border-bottom-width: 0;
	border-top-width: 0;
}

.top a:visited{
	color: #999;
}

.top a:active{
	color: #999;
}

.top a:hover{
	background-color: #fff;
	color: #FF6600;
	text-decoration: none;
	border: 1px solid #ccc;
	border-bottom-width: 0;
	border-top-width: 0;
}

.dropmenudiv{
	font-family: Verdana;
	font-size: 10px;
	font-weight:normal;
	color:#999;
	position:absolute;
	top: 0;
	border: 1px solid #ccc;
	border-top-width: 0;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #fff;
	width: 220px;
	visibility: hidden;
}

.dropmenudiv a:link{
	font-family: Verdana;
	font-size: 10px;	
	color: #999;
	font-weight:normal;
	display: block;
	width: 220px;
	text-indent: 10px;
	border-bottom: 1px solid #f7f7f7;
	border-left: 0;
	border-right: 0;
	padding: 2px 0;
	text-decoration: none;
}

.dropmenudiv a:visited{ 
	font-family: Verdana;
	font-size: 10px;	
	color: #999;
	font-weight:normal;
	display: block;
	width: 220px;
	text-indent: 10px;
	border-bottom: 1px solid #f7f7f7;
	border-left: 0;
	border-right: 0;
	padding: 2px 0;
	text-decoration: none;
}

.dropmenudiv a:active{ 
	font-family: Verdana;
	font-size: 10px;	
	color: #999;
	font-weight:normal;
	display: block;
	width: 220px;
	text-indent: 10px;
	border-bottom: 1px solid #f7f7f7;
	border-left: 0;
	border-right: 0;
	padding: 2px 0;
	text-decoration: none;
}

.dropmenudiv a:hover{ 
	width: 220px;
	color: #ff6600;
	font-weight:normal;
	border-bottom: 1px solid #f7f7f7;
	border-left: 0;
	border-right: 0;
	background-color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
	color: #000000;
	width: 100%;
}
