#menu1
{
	left: 0;
	height: 105px;
	width: 150px;
	line-height: 20px;
}

#menu1 ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: #fff;
}

#menu1 li
{
	color: #656565;
	font-family: Arial;
	font-size: 8pt;
	position: relative;
	border-bottom: 0;
	border-top: 1px;
	border-left: 0;
	border-right: 0;
	border-style: solid;
	border-color: #fff;
	padding-left: 9px;
}

#menu1 a
{
	color: #fff;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	
}

#menu1 a:link
{
}

#menu1 a:visited
{
}

#menu1 a:hover
{
}

#menu1 a:active
{
}