﻿#list-menu {
width: 180px;
visibility:hidden; 
position:absolute; 
top:0px; 
left:0px; 
z-index:2;
}

#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 12px;
}

#list-menu li {
margin: 0 0 0 0;
margin-bottom:0px; margin-top:0px;
} 

#list-menu.luz a{
display: block;
width:180px;
height:10px;
padding: 7px 7px 7px 7px;
margin: 0px 0px 0px 0px;
border: none;
background: #dcdcdc;
text-decoration: none; /*lets remove the link underlines*/
}

#list-menu.ie a{
display: block;
width:180px;
height:10px;
padding: 7px 7px 7px 7px;
margin: -2px -2px -2px -2px;
border: none;
background: #dcdcdc;
text-decoration: none; /*lets remove the link underlines*/
}


#list-menu a:link, #list-menu a:visited {
color: white;
display: block;
background: url(menu.gif);
}

#list-menu a:active{
color: white;
background: url(menu.gif) 0 -64px;	
}

#list-menu a:hover {
color: white;
background: url(menu.gif) 0 -32px;
}