/* CSS Document */


#menu {
z-index:5;
width: 100%;
float: left;
position: relative;
background:#7B9FE0;
 }
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 10em;
float: left;
z-index:10;
}

#menu a, #menu h2 {
font: bold 11px/15px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;


}

#menu h2 {
color: #fff;
background:#7B9FE0;
text-transform: uppercase;
text-align:center;
 }

#menu a {
color: #000;
background:#7B9FE0;
text-decoration: none;

     font-size:10px;
  	color: #ffff00;
	font-weight: bold;
	margin: 0;
	padding: 2px 5px 4px 5px;
	border-left: 1px solid #ADBFE1;
	border-right:1px solid #5C7FC2;
	text-decoration:none;
	line-height:20px;
text-transform: uppercase;

}

#menu ul ul ul  a {
 background:#7AAFCC;
text-decoration: none;

     font-size:10px;
  	color: #ffff66;
	font-weight: bold;
	margin: 0;
	padding: 2px 5px 4px 5px;
	border-left: 1px solid #ADBFE1;
	border-right:1px solid #5C7FC2;
	text-decoration:none;
	line-height:20px;
text-transform: uppercase;

}

#menu a:hover {
color: #fffff;
 
	background:#003366;
	text-decoration: none;

}


/*HORISONTAL MENU*/
 
#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 100%;
}

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;}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 
