@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333;
	line-height: 150%;
}
.Stil2 {
	color: #00A1F1;
	font-weight: bold;
}
.Stil5 {
	color: #333;
	font-weight: bold;
}
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #05143F;
}
a:active {
	text-decoration: none;
	color: #333;
}
#box {
    box-shadow: 0px 0px 5px #FFD700;
}
#menu {

background: #fff;
float: left;
}

#menu ul {
list-style: none;
margin: 0px;
padding: 5px;
width: ;
float: left;
}

#menu a, #menu h2 {
font: 14px verdana, arial, helvetica, sans-serif;
line-height: 22px;
display: block;
border-width: 0px;
border-style: solid;
border-color: #fff #fff #fff #fff;
margin: 0;
padding: 1px 5px;
}

#menu h2 {
color: #333;
background: #fff;
text-transform: ;
}

#menu a {
color: #333;
background: #05143F;
text-decoration: none;
}

#menu a:hover {
color: #05143F;
background: #fff;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
background: #fff;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
background: #fff ;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
