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

.wireframemenu {
	border: 0px solid #C0C0C0;
	background-color: transparent;
	border-bottom-width: 0;
	width: 200px;
	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;
  font-size:1.0em;
}
.wireframemenu li {
	border-bottom: 0px solid #90BADE;	/*baby blue*/
	margin:1px 2px;			/*was 2 and 15*/
	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: #EBD897;
	color: black;
	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;
}