body {
	background-color: #000000;
}
.letrasmenu {
	font-family: Verdana;
	font-size: xx-small;
	color: #CCCCCC;
}
.linksmenus {
	font-family: Verdana;
	font-size: xx-small;
}
.letrasmenupreto {
	font-family: Verdana;
	font-size: xx-small;
	color: #000000;
}


#list-menu {
width: 100px;
}
#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
font-family: verdana;
font-size: 10px;
} 
#list-menu li {
margin: 1px 0 0;
} 
#list-menu a {
display: block;
width:130px;
padding: 2px 2px 2px 10px;
border: 0px solid #886D5A;
background: #540002;
text-decoration: none; /*lets remove the link underlines*/
} 
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}
#list-menu a:hover {
border: 1px solid #000000;
background: #333333;
color: #ffffff;
} 

#list-menu-parties {
width: 120px;
}
#list-menu-parties ul {
margin: 0; 
padding: 0;
list-style-type: none;
font-family: verdana;
font-size: 10px;
} 
#list-menu-parties li {
margin: 3px 0 0;
} 
#list-menu-parties a {
display: block;
width:160px;
padding: 2px 2px 2px 10px;
border: 1px solid #000000;
background: #F18008;
text-decoration: none; /*lets remove the link underlines*/
} 
#list-menu-parties a:link, #list-menu-parties a:active, #list-menu-parties a:visited {
color: #000000;
}
#list-menu-parties a:hover {
border: 1px solid #000000;
background: #333333;
color: #ffffff;
} 