/* ######### Style for Drop Down Menu ######### */
 
.dropmenudiv{
	position: fixed;
	top: 0;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
/*	border-bottom: 1px solid #2850a1; 
	border: 1px solid #2850a1;*/
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	overflow: visible;
	z-index: 300;


/*Add Shadow in IE. Remove if desired*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); */
}

.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #ccc;
	padding: 2px 0;
	font-weight: normal;
	font: bold 80% Verdana, Arial, sans-serif;
	line-height:18px;
	text-decoration: none;
	color: black;
}

.dropmenudiv a:link{ 
	background-color: white;
	color: black;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #ccc; 
} 
.dropmenudiv a:visited{
	background-color: white;
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

.dropmenudiv a:hover{
	color: black;
	text-decoration: none;
	background-color: #F7FF90;
	background: url("../../img/chromebg-over1.png") center center repeat-x;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}


/* Hauptnavigation */
#MainMenu
{
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #2850a1;
	font: bold 80% Verdana, sans-serif;
}

#MainMenu li
{
	list-style: none;
	margin: 0;
	display: inline;
}

#MainMenu li a
{
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #2850a1;
	border-bottom: none;
	background-color: #cf8;
	background: url("../../img/menu.jpg") center center repeat-x;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#MainMenu li a:link { color: black; }
#MainMenu li a:visited { color: black; }

#MainMenu li a:hover
{
	color: black;
	border: 1px solid #2850a1;
	border-color: #2850a1;
	background: url("../../img/menu_hover2.jpg") center center repeat-x;
}

#MainMenu li a#current
{
	background: white;
	border-bottom: 1px solid white;
}

#MainMenu li a:hover#current 
{
	border-bottom: 1px solid white;
	background-color: white;
	color: #566f00;

}

.chromestyle{
width: auto;
font: bold 80% Verdana, sans-serif;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: auto;
background: url(../../img/chromebg.png) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
border-left: 1px solid #DADADA;
border-bottom: 0px;
color: black;
font-weight: bold;
}
.chromestyle ul li a:visited{border-left: 1px solid #DADADA;font-weight:bold;font-weight: bold;border-bottom: 0px;color: black;}
.chromestyle ul li a:hover{ background: url(../../img/chromebg-over1.png) center center repeat-x; font-weight: bold;border-bottom: 0px;color: black;}
.chromestyle ul li a#current{color: #467893;font-weight: bold;border-bottom: 0px;}
.chromestyle ul li a:hover#current{color: #467893;font-weight: bold;border-bottom: 0px;}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


