/* main menu */
.cssnavContainer
{	
	width:178px;
	border-left : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
}
.cssnav
{
	position: relative;
	background: url(/shop/images/menu-down.gif) no-repeat;
	font-size:1.1em;
	width: 178px;
	height: 27px;
}

.cssnav a
{
	width: 178px;
	height: 27px;
	color: black;
	text-decoration: none;
}

.cssnav img
{
	width: 178px;
	height: 26px;
}

* html a:hover
{
	visibility:visible;
}

.cssnav a:hover img
{
	visibility:hidden;
}

.cssnav span
{
	position: absolute;
	left: 24px;
	top: 6px;
}
