/* CSS Document */
#menu
{
	width:170px;
	background-color:#fff;
}
.menu{
width:160px;
margin: 0;
margin-left:5px;
list-style-type: none;
margin-bottom: 10px;
padding: 0;
}
.menu li{
padding-bottom: 2px;
}
.menu li a{
color: #aa2716;
background: url(arrowbullet.png) no-repeat center left;
display: block;
padding: 2px 0;
padding-left: 19px;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 11px;
}
.menu li a:visited{
color: #aa2716;
}
.menu li a:hover{
color: #000;
}

.title
{
	font-weight: bold;
	background: black url(title.jpg) repeat-x top left;
	color: white;
	border-bottom: 1px solid #7b9bc4;
	margin: 3px 0;
	text-align:center;
	width:160px;
	margin-left:5px;
}
