.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	color: #FFFFFF;
	text-transform: uppercase;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.menuanchorclass {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #CCC;
}
.myownclass {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: uppercase;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border-bottom-width: 0;
	line-height: normal;
	z-index: 100;
	width: auto; /* default width for menu */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

.anylinkmenu ul{
	margin: 0;
	list-style-type: none;
	padding: 0;
}

.anylinkmenu ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #333;
}

.column a:link{ /*hover background color*/
	color: white;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.column a:visited{ /*hover background color*/
	color: white;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.column a:hover{ /*hover background color*/
	color: #FF0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.column a:active{ /*hover background color*/
	color: white;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
	position: absolute;
	width: auto;
	left: 0px;
	top: 0px;
	visibility: hidden;
	border: 1px solid #FFF;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	padding: 20px;
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFF;
	margin-top: 30px;
	margin-left: 50px;
	background-image: url(bilder/lemonS.jpg);
}

.anylinkmenucols li{
	padding-bottom: 3px;
}

.anylinkmenucols .column{
	float: left;
	padding: 3px 8px;
	margin-right: 5px;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99; /*zIndex for shadow*/
	background: black;
	visibility: hidden;
	margin-top: 30px;
	margin-left: 50px;
}
