@charset "utf-8";
/* CSS Document */

.sidebar{
	vertical-align:top;
	width:30px;
	background-color:#787b81;
	background-position:top;
	background-repeat:no-repeat;
}

.footer{
	font-family:Arial;
	font-size:12px;
	color:#505050;
}

.menuItem{
	font-family:Arial;
	font-size:14px;
	color:#134b8d;
	text-decoration:none;
}

.menuItemSelected{
	font-family:Arial;
	font-size:14px;
	color:#bcbdbf;
	text-decoration:none;
}