#rollmenu	{
	position:relative;
	width:165px;
	left:0px;
	top:1px;
	z-index:1
}

#rollmenu ul {
	margin:0;
	list-style-type: none;
	font-size: 14px;
}

#rollmenu a {
	text-decoration: none;
	font-weight:;
	background-image: url('Option2.gif');
	background-repeat: no-repeat;
	background-position: 0% 50%;
	height: 2em; padding-left:45px; padding-right:2px; padding-top:5px; padding-bottom:5px
}


#rollmenu a:hover, #rollmenu a:active {
	color: #940306;
	background-image: url('Option_Roll2.gif');
}

#rollmenu2	{
	position:relative;
	width:165px;
	left:25px;
	top:1px;
	z-index:1
}

#rollmenu2 ul {
	margin:0;
	list-style-type: none;
	font-size: 12px;
}

#rollmenu2 a {
	text-decoration: none;
	font-weight:;
	background-image: url('SubOption2.gif');
	background-repeat: no-repeat;
	background-position: 0% 50%;
	height: 2em; padding-left:35px; padding-right:2px; padding-top:5px; padding-bottom:1px
}


#rollmenu2 a:hover, #rollmenu a:active {
	color: #940306;
	background-image: url('SubOption_Roll2.gif');
}

#current a:link, #current a:visited,
#current a:hover, #current a:active {
	background-image: url('Option_On2.gif');
}