#dropmenudiv{
	position:absolute;
	border:1px solid #CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-shadow:#000 0px 0px 0px;
}

#dropmenudiv a:link{ /*link color*/
	color: #F00
}

#dropmenudiv a:visited{ /*visited link color*/
	color: #F03
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #CCC
}

#dropmenudiv a:active{ /*active link color*/
	color: #F00
}

#staticcontent{
	position:fixed;
	top: 0px;
	left: 80px
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



