/* // ToggleMenu Stylesheet // */

#productlistMenuRoot {
}

.menu, .menu ul {
	margin:0;
	padding:0;
	list-style:none;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.menu {
	margin:0;
}
.menu li{
	padding:0;
	margin:0 10px 0 0;
	background-repeat: no-repeat;
	background-position: center top;
	float:left;
	display:block;
	width:180px;
}
li.currentli   {
	background-repeat: no-repeat;
	background-position: right 5px;
}

.menu a {
	background:#ffde00;
	display:block;
	padding:5px 10px;
	width:158px;
	border:1px solid #e8cd16;
	text-decoration:none;
}
.menu a:hover {
	font-weight: normal;
	background: #e8cd16;
	color:#000;
}
.menu ul li {
	border-bottom: dotted 1px #666666;
	background-color: #333333;
	margin: 0;
	padding: 0;
}

.menu ul li:hover {
	background-color: #444444;
}
.menu ul a {
	font-size: 1.2em;
	font-weight: normal;
	padding: 5px 10px;
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	display: block;
}

.menu ul a:hover {
	color: #FFDE00;
}
.hidden {
	display:none;
}
