/*
by Loginstudio di Di Dia Antonino
*/

.barlist a
{
	display: table;
	width: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	height: 10px;
	padding: 0px;
	margin: 0px;
}

.barlist a:link, a:visited
{
text-decoration: none;
}

.barlist a:hover
{
background-color: #AA0000;
}

.subbarlist a
{
	padding: 3px 3px 3px 10px;
	width: 165px;
	background-color: #E0E7F5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	display: block;
	height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.subbarlist a:link, a:visited
{
text-decoration: none;
}

.subbarlist a:hover
{
background-color: #D3DAEA;
}
