/* CSS - Syniad Systems - Menu */


}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* Menu position that can be changed at will */
top: 0;
left: 0;
z-index:100;

font-size:11px; 
color:#ffffff;
}


#menu dl {
float: left;
width: 159px;
margin: 0;
padding: 0;
}


#menu dt {
cursor: pointer; margin: 0px 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border-bottom: 1px solid #ffffff;
background:url(../images/nav_arrow1.gif) right bottom no-repeat #717171;
text-align: left;
padding:1px 0px 1px 0px;
margin:0px 0px 0px 0px; 
}

#menu dd {
border: 1px solid #aaaaaa;
display: none;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px; 
}

#menu ul {
text-align: left;

list-style-type:none;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px; 
}

#menu li {
text-align: left;
background: #aaaaaa;
list-style-type:none;
padding:2px 0px 2px 0px;
margin:0px 0px 0px 0px; 
}


#menu li a, #menu dt a {
color: #ffffff;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background:url(../images/nav_arrow2.gif) right bottom no-repeat #8b8b8b;}
