/* Menü Shop Einstellungen */

ul.hauptmenue {
	list-style: none;
	margin:0;
	padding: 0;
	margin-left: 7px;
	width: 178px;
	height: 100px;
	background-color: #ffffff;
	border: 1px solid #000000;
}

ul.hauptmenue li {
	float: left;
	display: block;
	width: 178px;
	height: 18px;
	padding-top: 3px;
	background-image: url(../imgs/Kopie-von-layout_07.gif);
	border-bottom: 1px solid #9C9B9B;
}

.hauptmenue a:link, .hauptmenue a:visited  {
	color: #464645;
	font-size: 12px;	
padding-left: 22px;
	text-transform: lowercase;
}

.hauptmenue a:hover{
	font-weight: bold;
	color: #1230AF;
padding-left: 22px;
	text-transform: lowercase;
}

.hauptmenue3 a:link, .hauptmenue3 a:visited, .hauptmenue3 a:hover {
	font-weight: bold;
	color: #1230AF;
	padding-left: 22px;
}

