#sbpc_menu{
padding: 0px;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 5px;
font: 18px Comic Sans MS;
}

#sbpc_menu a{
text-decoration: none;
padding: 3px 2.5em;
margin-left: -4px;
margin-right: -4px;
border: 2px solid #778;
background: lightyellow;
color: navy;
}

#sbpc_menu a:hover{
background: yellow;
font-weight: normal;
text-decoration: none;
color: blue;
}


#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}
