#menu {
/*width: 100%;*/
width: 774px;
float: left;
}

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


#menu a, #menu h2 {
font: 14px/14px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #7A8CA3 #B2A653 #B2A653 #bbb;
margin: 0px;
padding: 4px 4px;
}

/*
#menu h2 {
color: #FFF;
background: #666;
text-transform:uppercase;
}
*/

#menu a {
color: #DAD6B6;
background: #7A8CA3;
text-decoration: none;
}

#menu a:hover {
color: #999;
background: #C0CBDA;
}

#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 li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;
}


/* OTHER PAGE ATTRIBUTES BELOW */
html, body {
/*background-color:#333;*/
background-color:#2E3E52;
/*background-image:url(img/fbu_gr1.png);*/
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
margin-top:0px;
margin-bottom:0px;
}

a {
color:#2E3E52;
text-decoration: none;
}

a:hover {
color: #999;
text-decoration: none;
}

.style1 {
	font-size: 22px;
	color: #524A1D;
}


