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

.dropdowncss{
	position:absolute;
	visibility: hidden;
	margin-top: 4px;
	border:1px solid #333;
	line-height: 16px;
	background-color: #333;
	width: 120px;
}

.dropdowncss a{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #454545;
	text-transform: uppercase;
	text-align: left;
	padding: 3px 2px 3px 8px;
	width: 110px;
	background-color: #CDCDCD;
	border-bottom: 1px dotted white;
}

.dropdowncss a:hover{ /*hover background color*/
	background-color: #1C8BD1;
	color: white;
}
