/********************************************
* CSS code for the menu bar
********************************************/

#mainmenu ul {
list-style: none;
margin: 0;
padding: 0;
width: 175px;
float: left;
}

#mainmenu ul h2 a { border: 0px none; padding: 0px;  }
#mainmenu ul h2 img { border: 0px none; padding: 0px;  }

#mainmenu a, #mainmenu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
margin: 0;
padding: 2px 3px;
border-style: solid;
border-width: 0px 3px 1px 3px;
border-color: rgb(250,230,188);
}

#mainmenu h2 {
color: #fff;
text-transform: uppercase;
}

#mainmenu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#mainmenu a:hover {
color: #a00;
background: #fff;
}

#mainmenu li {position: relative;}

#mainmenu ul ul {
position: absolute;
z-index: 500;
}

#mainmenu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#mainmenu ul ul,
div#mainmenu ul li:hover ul ul,
div#mainmenu ul ul li:hover ul ul
{display: none;}

div#mainmenu ul li:hover ul,
div#mainmenu ul ul li:hover ul,
div#mainmenu ul ul ul li:hover ul
{display: block;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

