#dropmenudiv
{
	position:absolute;
	border:1px solid #F0F0F0;
	border-bottom-width: 0;
	font:normal 11px Arial;
	line-height:18px;
	z-index:100;
	text-align : left;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	color :red;
	text-indent: 3px;
	border-bottom: 1px solid #F0F0F0;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
	color : red;
	background-color: #F0F0F0; 
}

#menu {
	border : none;
	height : 20px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 0px;
}

#menu a {
	border : none;
	color : #fff;
	margin-left : 10px;
	font-style : none;
	font-size : 11px;
	font-weight : bold;
	font-family : Arial;
	text-decoration : none;
	display : inline;
	padding-top : 4px;
	padding-bottom : 5px;
	height : 100%;
	padding-left : 4px;
	padding-right : 6px;
	margin-top : 0px;
	margin-left : 2px;
}

#menu a:hover {
	color : red;
	background-color: white;
}
	

