a.roll
{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:lighter;
	text-decoration:none;
	width: 118px;
	display:block;
	border-bottom: solid 1px #FFF;
	background-color:#1EA1C2; /*light blue*/
	text-indent:5px;
}


a.roll.sub
{
	background-color:#E6E6E6/*#F00*/; /*white*/
	/*text-indent:5px;*/
	float:right;
	color:#1EA1C2;
	width:118px;
	border-bottom-style:none;
	display:inline;
	/*border-left:thin solid #1EA1C2;
	border-right:thin solid #1EA1C2;*/
}

a.roll.selected
{
	background-color:#86A1C3/* grey *//*#09357A*/;  
	/*text-indent:10px;*/
}

a.roll:hover
{
	background:#09357A; /*dark blue*/
}

a.roll.sub:hover
{
	background:#09357A; /*dark blue*/
}

ul.none{
	display:block;
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:1.5;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#FFFFFF; /*white*/
	font-size:7px;
	font-weight:lighter;
}


a.bg{
	background:#86A1C3;
}
