/* ######### Wire Frame Menu CSS ######### */
    
.wireframemenu{
font-weight: bold;

/*border: 1px solid gray;
border-width: 1px 0;*/
	background:url(/img/navBG.jpg);
	background-repeat:repeat-x;
	height:33px;
	margin:0 auto;
	padding:0;
	padding:10px 0 0 10px;
	list-style-type:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}

.wireframemenu ul{
padding: 0px 0 0px 0; /*1st and 3rd value should equal 1st and 3rd values of "padding" for link itself (see ul li a)*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.wireframemenu ul li{
display: inline;
}

.wireframemenu li {
float:left;
	padding:0 11px;
	border-right:1px solid #fff;
	}

.wireframemenu ul li a{
color: #fff;
padding: 0px 0px 0px 0px;
margin: 0;
text-decoration: none;
font-size:13;
/*border-left: 1px solid gray;*/
}

.wireframemenu ul li a:hover, .wireframemenu ul li a.selected{
color: #999966;
}