#menulinks {
	width: 200px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #990000;
}
#bookmarks {
	float: left;
	width: 170px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	padding: 9px 0 0 30px;
}



#menulinks ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menulinks li a {
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	
}

#menulinks li a:link, #menulinks li a:visited{
	background-image: url(../images/buttongrau.gif);
	background-repeat: no-repeat;
	color: #666;
	padding: 9px 0 0 30px;
	display: block;
}

#menulinks li a:hover{
	background-image: url(../images/buttonhover.gif);
	background-repeat: no-repeat;
	color: #333;
	text-decoration: underline;
	padding: 9px 0 0 30px;
}

#menulinks li a:active{
	background-image: url(../images/buttonhover.gif);
	background-repeat: no-repeat;
	color: #333;
	text-decoration: underline;
	padding: 9px 0 0 30px;
}

#menulinks #buttoncurrent {
	background-image:url(../images/buttoncurrent.gif);
	color: #FFF;
  }
#menulinks #buttoncurrent a {
	background-image:url(../images/buttoncurrent.gif);
	color: #FFF;
  }
