/* CSS Document */

#leftmenu {
	position: relative;
	width:174px;
	height: 300px;
}

#leftbar ul {
	padding: 0;
	margin: 0;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

#leftbar li {
	display: inline;
	padding: 0;
	margin:0;
}

li.sidemenu a{
	width: 174px;
	height: 22px;
	background: rgb(153,187,242);
	display: block;
	float: left;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px
}

li.sidemenu a:visited{
	color: #fff;
	text-decoration: none;
}

li.sidemenu a:hover{
	background: rgb(95,142,207);
	text-decoration: none;
}

li.sideselected p{
	width: 174px;
	height: 22px;
	background: rgb(80,146,239);
	display: block;
	float: left;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}

