﻿@charset "utf-8";
/* ######### Wire Frame Menu CSS ######### */
    
.wireframemenu{
	font-weight: normal;
	width: 100%;
	margin-left: 8px;
}

.wireframemenu ul{
	padding: 0px; /*1st and 3rd value should equal 1st and 3rd values of "padding" for link itself (see ul li a)*/
	margin: 0px;
	text-align: left;
	/*set value to "left", "center", or "right"*/
}

.wireframemenu ul li{
	display: inline;
}

.wireframemenu ul li a{
	color: #003366;
	margin: 0px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
	height: 28px;
	line-height: 28px;
	display: block;
	float: left;background: url(../images/menu_split.gif) no-repeat right;
}
.wireframemenu ul li a:hover, .wireframemenu ul li a.selected{
	color: #003;
}
