#menu {
	list-style: none;
	width: 200px;
	background: url(images/background.png) no-repeat;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 10px 0px 0px;
}
#menu ul{
	list-style: none;
	font-family: "Trebuchet MS";
	font-size: 14px;
	display:block;
	text-decoration: none;
	font-weight:normal;
}

#menu a:link{
	color: #003399;
}

#menu a:hover{
color: #595959;
}

#menu a:active{
color: #dbdbdb;
}
#menu li {
	background-image: url(img/icon_drop.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 23px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	text-indent: 15pt;
	margin-left: 15px;
}
