/* CSS Document */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
	width: 170px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #274970;
	border-right-color: #274970;
	border-bottom-color: #274970;
	border-left-color: #C0C0C0;
	border-bottom-width: 0px;
	height: 250px;
}

* 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{
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #274970;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	letter-spacing: 1px;
}

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

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

.wireframemenu a:hover{
color: #FF9900;
}






li {
	color: #595959;
	height: 25px;
}
