#whiteMenu {
list-style: none;
width: 150px;
padding-top: 35px;
height: 214px;
padding-left: 50px;
background: url(whiteMenuImages/background.jpg) no-repeat;
}
#whiteMenu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#whiteMenu a:link{
color: #b8b8b8;
font-family: Trebuchet MS;
font-size: 14px;
height: 23px;
display:block;
text-decoration: none;
padding: 8px 0 0 0px;
font-weight:normal;
vertical-align:middle;
border-bottom:1px solid silver;
width: 110px;
}

#whiteMenu a:visited{
color: #b8b8b8;
font-family: Trebuchet MS;
font-size: 14px;
height: 23px;
display:block;
text-decoration: none;
padding: 8px 0 0 0px;
font-weight:normal;
vertical-align:middle;
border-bottom:1px solid silver;
width: 110px;
}

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

#whiteMenu a:active{
color: #dbdbdb;
}
