/* mod_accordionmenu */
#mod_accordionmenu {
	position:relative;
	top:0;
	width:192px;
	overflow:hidden;
	border-top:1px solid #b3b3b3;
	background:#E6E6E6;
}
div.element {
	background:#fff;
}
.menuitem {
	padding:0;
	margin:0;
	line-height:1px;
	cursor:pointer;
	line-height:1px;
	border-bottom:1px dashed #b3b3b3;
}
.submenuitem {
	background:url('../images/arrow.gif') 20px center no-repeat;
	padding:0;
	margin:0;
	padding-left:35px;
	cursor:pointer;
	font-size: 1em;
	font-family:Arial, Verdana, sans-serif;
	line-height: 1.8em;
}
.submenulink {
	color:#666;
	padding:0;
	margin:0;
	text-decoration:none;
}

.menuitem.shop {
	background: #E6E6E6;
	padding: 3px 0 2px 8px;
	display: block;
	line-height: 1.5em;
	border: none;
	color: #333;
	text-transform: uppercase;
	font-size: 1.05em;
	font-weight: lighter;
}

.menuitem.shop a:hover {
	text-decoration: none;
}

