.wireframemenu{
/*border: 1px solid #C0C0C0;*/
background-color: #cccc99;
border-bottom-width: 0;
width: 198px;
margin-top: 130px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 160px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: 14px Georgia;
padding: 4px 3px 3px 35px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #330000;
text-decoration: none;
/*border-bottom: 1px solid #C0C0C0;*/
}

.wireframemenu a:visited{
color: #330000;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
	background-color: #ffffcc;
	color: #330000;
	background-image: url(../images/leaf.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.navBottom {
	background-image: url(../images/navBottom.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
	width: 160px;
	width/**/:/**/ 197px; 
}


