@charset "UTF-8";
/* CSS Document */

#menua {
position: absolute;
left: 0px;
top:0px;
font-size: 0.7em;
letter-spacing:1px;
z-index:55;
text-transform: uppercase;
}

#menua dl {
float: left;
width: 110px;
z-index:15;
}

#menua li {
margin-left: 30px;
color: #ff9933;
padding-bottom: 3px;
}

#menua li a {
color: #ffffff;
text-decoration: none;
}

#menua li a:hover, #menua dt a:hover, #menua li .resalte {
color: #ff9933;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: -4px 0 0 -35px;
padding: 2px;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
padding: 1px 8px;
border-left-width: 0;
text-decoration: none;
color: navy;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 15px;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
background-color: #000000;
opacity: 0.9;
filter: alpha(opacity=80);
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 130px; width of sub menu levels*/
text-decoration: none;
padding: 1px 5px;
}

.suckertreemenu ul li a:hover{
color: white;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
