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

.wireframemenu {
	border: 0px solid #C0C0C0;
	background-color: transparent;
	border-bottom-width: 0;
	width: 190px;
	background: transparent;
}

* html .wireframemenu { /*IE only rule. Original menu width minus all left/right paddings */
	width: 594px;
}
.wireframemenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	border: none;
	font-weight: bold;
}
.wireframemenu li {
	border-bottom: 0px solid #90BADE;	/*baby blue*/
	margin:2px 15px;
	list-style: none;
	list-style-image: none;
	font-size: 1.0em;
	font-weight:bold;
	text-align:left;
}
.wireframemenu li a {
	display: block;
	padding: 2px 5px 2px 0.5em;
	background-color: #F3B64B;
	color: #fff;
	text-decoration: none;
	width: 100%;
}
.wireframemenu li a:hover {
	/*border-left: 10px solid #1c64d1;
	border-right: 10px solid #1c64d1; */
	background-color: #000000;	/*light blue #2586d7*/
	color: #FF0000;
}
.leftmargin { margin-left:100px; }
html>body .wireframemenu a { /*Non IE rule*/
	width: auto;
}