/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
	background-color: white;
	width: 160px;
	padding-left: 0px;
	border-top: 0px solid #C0C0C0;
	border-right: 0px solid #C0C0C0;
	border-bottom: 1 solid #C0C0C0;
	border-left: 0px solid #C0C0C0;
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 154px;
}

.wireframemenu ul{
	margin: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #336666;
	padding: 4px 0px;
}

.wireframemenu a{
font: normal 11px/16px Verdana;
padding: 5px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #666666;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
color: #006666;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
	color: #FF0000;
	background-image: url(images/eshot/menu.jpg);
	background-repeat: repeat-x;
}.pad {
	padding-left: 30px;
}
.menuon {
	display: block;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	background-image: url(images/eshot/menu.jpg);
	background-repeat: repeat-x;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #FF3333;
	padding-left: 30px;
}

