.nav, .nav * {
	margin:0;
	padding:0;
}

#secondaryMenu{
background:#151515;
height:20px;padding:0; margin:0; padding-left:75%;text-align:right;

}
#secondaryMenu a {
	display:inline;
	float: none;
	padding:0;
	text-align:left;
	width:0;
	
}


.nav {
	background: #bbb;
	padding-bottom:25px;
	height:25px;
	width:100%;
	margin:0;
	border-bottom: 1px solid #fff;
	line-height:1.0;
	position:relative;
}
.nav ul {
	background:#bbb; /*IE6 needs this*/
	float: : none;
	position:relative;
}
.nav li {
	background:#bbb;
	border-left:10px solid #151515;
	float: left;
	list-style:none;
	z-index:999;
}
.nav li.current ul {
	z-index: 999;
}
.nav li.sfHover ul,
ul.nav li:hover ul {
	z-index: 1000;
}
.nav li li {
	background:#eee;
	border-left-color: #eee;
}
.nav a {
	color: #13a;
	display:block;
text-align: center;
	float: left;
	padding: 5px;
	text-decoration:none;
	width:100px;
}
.nav li ul {
	left:0;
	top:-999em;
	background:#bbb;
	position:absolute;
	width:100%;
}
.nav li:hover,
.nav li.sfHover,
.nav li.current,
.nav a:focus, .nav a:hover, .nav a:active {
	background:#eee;
}
.nav li.sfHover a,
.nav li.current a,
.nav a:focus, .nav a:hover, .nav a:active {
	//border-bottom: 1px solid #f00;
}
.nav li li.current a {
	font-weight: bold;
}
.nav li li:hover,
.nav li li a:focus, .nav li li a:hover, .nav li li a:active {
background-color: #ff8;
background-image: url('public/shared/images/icons/menu/menu_marker.gif');
background-repeat: no-repeat;
background-attachment:fixed;
//background-position: 50px 100px;
}








.nav li:hover ul, /* pure CSS hover is removed below */
body .nav li.current ul, /* this must be more specific than the .superfish override below */
ul.nav li.sfHover ul {
	top:21px;
}

.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul, /* pure CSS hover is removed below */
ul.nav li li.sfHover ul {
	top:2px;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}