/*Menu links*/
.submenu ul {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.submenu li {
	margin-top: 0px;
	margin-left:0px;
	margin-bottom:1px;
	padding-left:0px;
	list-style:none;
	background-color: #EEEEEE;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.submenu {
	padding: 0px;
}
.submenu a {
	display: block;
	margin: 0;
	height: 1%; /*Damit in IE ganzer Link anklickbar ist*/
	padding-top:2px;
	padding-bottom:2px;
	margin-left:-7px;
}
.submenu a:link, .submenu a:visited {
	color: #666666;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 10px;
	line-height: 16px;
	font-weight: normal;
}
.submenu a:hover {
	color:#000000;
	background-color: transparent;
	background-image: url(../images/link-icon-box.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.submenu .activ a:link, .submenu .activ a:visited { 	
	color:#990000;
	background-color: transparent;
	background-image: url(../images/link-icon-box.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.submenu .activ a:hover {
	color:#000000;
	background-color: transparent;
}
