/* ######### Left Menu ######### */

#leftbar{
width: 165px;
/*background-color: white;*/
}

#leftbar a:hover{
/*color: #FF8000;*/
}

.categorylinks{
list-style-type: disk;
list-style-image: url('heart.png');
padding: 0; margin-left:3px; margin-right:auto; margin-top:5px; margin-bottom:10px
}

.categorylinks li{
padding-bottom: 1px;
}

.categorylinks li a{
margin-left: -3px;
padding: 2px 1px;
font-size: 12px;
display: block;
color: #ffffff;
text-decoration: none;
font-weight: bold;
}

.categorylinks a:visited{color: #ffffff; }
.categorylinks a:hover {	color: #000066;	background: #FED33A; text-decoration: none;}

.diffpointer{
list-style-image: url('arrow.png');
}

#leftbar .headers{
color: white;
font: bold 110% Arial;
background-color: #008000;
padding: 0px;
text-align: center;
}

#footer a{
text-decoration: none;
}


a:link {
	color: #000066;
	font-family: Verdana;
	text-decoration: none;

}
a:visited {
	color: #000066;
	font-family: verdana;
	text-decoration: none;

}
a:hover {
	color: #6E0507;
	text-decoration: underline;	
}