<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#whiteBlock{
width: 180px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #90bade;
color: #333;
}

* html #whiteBlock{ /*IE 6 only */
	w\idth: 150px;
	z-index: 3;
}

#whiteBlock ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: solid white 5px;
	z-index: 3;
}

#whiteBlock li {
	margin: 0;
	z-index: 3;
}

#whiteBlock li a{
	display: block;
	background-color: #FFFFFF;
	color: #333333;
	text-decoration: none;
	width: 100%;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	background-image: url(amenImages3/dogPaw.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 20px;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 3px;
	background-position: left center;
	text-transform: uppercase;
	z-index: 3;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.menuWrap {
	padding: 4px;
	height: auto;
	width: 150px;
	position: absolute;
	left: 14px;
	background-color: #6A0000;
	border: solid white 4px;
	z-index: 3;
	top: 183px;
}


html>body #whiteBlock li a{ /*Non IE6 width*/
	width: auto;
	height: auto;
	z-index: 3;
}

#whiteBlock li a:hover{
	background-color: #FFFFFF;
	color: #000000;
	z-index: 3;
	border-top-color: #6A0000;
	border-bottom-color: #6A0000;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
</style>
