@charset "utf-8";
/* CSS Document */

A.dropdown {
  	display: block;
	width:155px;
	padding-top:2px;
	padding-left: 8px;
	padding-bottom:2px;
  	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #AAAAAA;
	background-color:#FFFFFF;
	color:#444;
	font-size: small;
	font-weight:normal;
	text-decoration: none;
	text-align: Left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer;
}

A.dropdown:hover {
  	display: block;
	width:155px;
	padding-top:2px;
	padding-left: 4px;
	padding-bottom:2px;
  	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #666666;
	border-left: 5px solid  #009900;
	background-color: #E0FED3;
	filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity:1.0;
	color:#000;
	font-size: small;
	font-weight:normal;
	text-decoration: none;
	text-align: Left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer;
}