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

.wireframemenu{
width: 160px;
}

.wireframemenu ul{
	padding: 0;
	list-style-type: none;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:  5px;
	
}

.wireframemenu a{
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size:  .85em;
	font-weight:  bold;
	padding: 3px;
	height:  25px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #000000;
	background-color:  #cccccc;
	text-decoration:  none;
	font-style:  normal;
	margin: 3px;
}


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

.wireframemenu a:hover{
font-family:  Georgia, "Times New Roman", Times, serif;
font-size:  .85em;
font-weight:  bold;
padding: 3px 3px;
height:  25px;
display: block;
width: 100%; /*Define width for IE6's sake*/
text-decoration:  none;
font-style:  normal;
background-color: #000000;
color: #cccccc;
	margin: 3px;
}

.wireframemenu a.visited{
font-family:  Georgia, "Times New Roman", Times, serif;
font-size:  .85em;
font-weight:  bold;
padding: 3px 3px;
height:  25px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #000000;
background-color:  #cccccc;
text-decoration:  none;
font-style:  normal;
	margin: 3px;
}

.wireframemenu a.active{
font-family:  Georgia, "Times New Roman", Times, serif;
font-size:  .85em;
font-weight:  bold;
padding: 3px 3px;
height:  25px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #000000;
background-color:  #cccccc;
text-decoration:  none;
font-style:  normal;
	margin: 3px;
}


#leftnav a{
font-family:  Georgia, "Times New Roman", Times, serif;
font-size:  .85em;
font-weight:  bold;
padding: 3px 3px;
height:  25px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #000000;
text-decoration:  none;
font-style:  normal;
	margin: 3px;
}


html>body #leftnav a{ /*Non IE rule*/
width: auto;
} 

#leftnav a:hover{
font-family:  Georgia, "Times New Roman", Times, serif;
font-size:  .85em;
font-weight:  bold;
padding: 3px 3px;
height:  25px;
display: block;
width: 100%; /*Define width for IE6's sake*/
text-decoration:  none;
font-style:  normal;
color: #cccccc;
	margin: 3px;
}

#leftnav a.visited{
font-family:  Georgia, "Times New Roman", Times, serif;
font-size:  .85em;
font-weight:  bold;
padding: 3px 3px;
height:  25px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #000000;
text-decoration:  none;
font-style:  normal;
	margin: 3px;

}

#leftnav a.active{
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size:  .85em;
	font-weight:  bold;
	padding: 3px 3px;
	height:  25px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #000000;
	text-decoration:  none;
	font-style:  normal;
		margin: 3px;
}

