<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
border: 1px solid #dddddd;
background-color: #eeeeee;
border-bottom-width: 0;
width: 200px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 200px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
	font: bold 12px Verdana;
	padding: 8px 8px;
	padding-left: 15;
	display: inherit;
	width: 220; /*Define width for IE6's sake*/
	color: #eeeeee;
	text-decoration: none;
	border-top: 0px solid #f9f9f9;
	background-image:url(../images/rightmenu1.png);
	background-repeat:no-repeat;
	text-align:left;
}

.wireframemenu a:visited{
font: bold 12px Verdana;
color: #eeeeee;
text-decoration: none;
font: bold 12px Verdana;
text-align:left;
}

.wireframemenu a:hover{
font: bold 12px Verdana;
background-image: url(../images/rightmenu2.png);
background-repeat:no-repeat;
color: #000000;
text-decoration:none;
text-align:left;
}

.wireframemenu a:active{
font: bold 12px Verdana;
background-image: url(../images/rightmenu3.png);
background-repeat:no-repeat;
color: #000000;
text-decoration:none;
text-align:left;
}

.thread a{
	font: bold 13px Verdana;
	display: inherit;
	color: #000000;
	text-decoration: none;
	text-align:left;
}

.thread a:visited{
	font: bold 13px Verdana;
	color: #000000;
	text-decoration: none;
	text-align:left;
}

.thread a:hover{
	font: bold 13px Verdana;
	color: #999999;
	text-decoration:none;
	text-align:left;
}

.thread a:active{
	font: bold 13px Verdana;
	color: #000000;
	text-decoration:none;
	text-align:left;
}

td.off {
background:#FFF2AA;
}

td.on {
background:#FFFCCE;
}

td.leftoff {
background:#FFF2AA;
}

td.lefton {
background:#FFFCCE;
}

</style>
