/*
OpenstarTs
Sidebar CSS
$Revision: 1.1.1.1 $
*/





#sidebar {
	position:absolute; 
	top: 0px; 
	left: 10px; 
	width: 167px;
	}

#etichetta {
	position:relative;
	display: block;
	background: #7b8383;
	vertical-align: middle;
	width: 155px;
	color: #ffffff;
	text-align: left;
	padding: 6px;
	font-size: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	}
		
a.navbar1lev:link, a.navbar1lev:visited, a.navbar1lev:active {
	position:relative;
	display: block;
	padding-left: 12px;
	background: #ececec;
	vertical-align: text-bottom;
	width: 150px;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	text-decoration: none;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #c8c8c8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	}
a.navbar1lev:hover, a.navbarhover1lev:visited {
	color: #000000;
	background: #e9f3f8;
	}
	
