/*#menu {
	float: left;
	width: 100%;
	border-style: none;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;

float: left;
}

#menu a, #menu h2 {
font-size: 10px;
font-family: arial;
font-weight: bold;
display: block;
margin: 0;
padding: 2px 5px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
text-decoration: none;
background-color: #042325;
color: #fcd10e;
height: 20px;
padding-top: 7px;
width: 100%;
}

#menu a:hover {

color: #ffe323;
background-color: #7e0c0e;
text-decoration: none;
width: 100%;

}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
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:hover ul{display: block;}

ul.level2 li a{

width: 100%;

}*/