#rollmenu	{
	position:relative;
	width:165px;
	left:5px;
	top:22px;
	z-index:1
}

#rollmenu ul {
	margin:0;
	list-style-type: none;
	font-size: 14px;
}

#rollmenu a {
	border-left:0px solid #999999; border-right:0px solid #999999; border-top:0px solid #CCCCCC; border-bottom:0px solid #330099; display: block;
	color:#003399;
	text-decoration: none;
	font-weight:;
	background-image: url('images/Option2.gif');
	background-repeat: no-repeat;
	background-position: 0% 50%;
	height: 2em; padding-left:44px; padding-right:2px; padding-top:3px; padding-bottom:5px
}


#rollmenu a:hover, #rollmenu a:active {
	color: #999999;
	background-image: url('images/Option_Roll2.gif');
}

#current a:link, #current a:visited,
#current a:hover, #current a:active {
	background-image: url('images/Option_On2.gif');
}