/*
by Loginstudio di Di Dia Antonino
*/

.navlist a
{
	display: table;
	padding: 3px 3px 3px 10px;
	width: 175px;
	background-color: #F2F2F2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.navlist a:link, a:visited
{
text-decoration: none;
}

.navlist a:hover
{
background-color: #E7E7E7;
}

.subnavlist 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;
}

.subnavlist a:link, a:visited
{
text-decoration: none;
}

.subnavlist a:hover
{
background-color: #D3DAEA;
}
.unnamed1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.unnamed2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
