#sidebar {
width: 210px;
float: left;
margin-left: -10px; 
padding-top: 5px;
display: inline;
}

.menu {
background: transparent;
margin-left: 0; /*25px;*/
padding: 4px 3%;
display: block;
text-decoration: none;
color: #000000;
height: 20px;
cursor: pointer;
border-bottom: 1px dashed #000;
}

a.menu:hover {
background: #7A857A;
}

.submenu {
font-size: .9em;
background: #7A857A;
display: block;
height: 19px;
margin-left: 0; /*25px;*/
padding: 4px 3%;
color: #eee;
border-bottom: 1px solid #000;
}

a.submenu {
padding: 4px 3%;
background: #7A857A; 
color: #eee; 
text-decoration: none;
border-bottom: 1px solid #000;
}

a.submenu:hover {
color: #000; 
background: #959D95; 
}

.first {
margin-top: 2px;
}

.hide {
display: none;
}

.show {
display: block;
} 

/* Bulletins block list */ 
ul.bulletins {
display: block;
margin: 4px 0;
margin-top: 1em;
padding: 0;
width: 90%;
}

.bulletins li {
list-style: none;
cursor: pointer;
cursor: hand;
}

.bulletins li a, .bulletins li a:visited {
color: #000;
display: block;
padding: 4px 3%;
width: 198px; /*94%;*/
text-decoration: none;
border-top: 1px dashed #000;
}

.bulletins li a:hover {
background: #7A857A;
}

.bulletins li.last {
width: 208px;
border-bottom: 1px dashed #000;
}

h3.bulletins {
padding: 8px 0 2px 5px;
font: bold 1.2em arial, helvetica, sans-serif;
}
