
div.swordhq-top-bar-preview {
background-color:#CFCDC9;
}

div.swordhq-top-bar  {
	height:73px;
	overflow:hidden;
}

.swordhq-top-bar ul {
display:block;
padding: 0px;
margin: 0px;
	height:73px;
}

.swordhq-top-bar ul li
{
list-style-type: none;
/*padding: 0;
margin: 0;*/
display: block;
float: left;
/*height: 45px;*/
/*background-color:#2B2B2B;*/

	font-style:Arial, sans-serif;
	font-size:15px;
	line-height:15px;
	color:#FFFFFF;
/*	font-weight:bold;*/
	text-transform: uppercase;
	white-space:nowrap;
}

.swordhq-top-bar a,
.swordhq-top-bar a:hover
{
	color:#FFFFFF;
	text-decoration: none;
}


.swordhq-top-bar li div {
	height:73px;
	display: block;
	float:left;
}
.swordhq-top-bar li .sub-m {
/*	background: url("bottom-bar-not-sel.png") repeat-x;*/
	padding-top:28px;
/*	padding-top:14px;*/
	padding-left:6px;
	padding-right:7px;
}

/*
.swordhq-top-bar li.list-first .sub-l,
.swordhq-top-bar li.list-first-selected .sub-l,
.swordhq-top-bar li.list-middle .sub-l,
.swordhq-top-bar li.list-middle-selected .sub-l,
.swordhq-top-bar li.list-last .sub-l,
.swordhq-top-bar li.list-last-selected .sub-l*/
.swordhq-top-bar li .sub-l
{
/*Left border*/
	background-image:URL("divider.gif");
	margin-top:21px;
	width:2px;
	height:28px;
}

.swordhq-top-bar li.list-last .sub-r,
.swordhq-top-bar li.list-last-selected .sub-r
{
/*Right border*/
	background-image:URL("divider.gif");
	margin-top:21px;
	width:2px;
	height:28px;
}

.swordhq-top-bar li a:hover {
	cursor: pointer;
}



