#menu a, #menu h2, #menu h3, #menu a.h2 {
font: bold 13px/18px arial, helvetica, sans-serif;
display:block;
border-width: 1px;
border-style: solid;
margin: 0;
padding: 2px 3px;
height: 40;
max-height: 40;
width: 150;
max-width: 190;
vertical-align:center;
}



#menu a.h2 {
color: #1122dd;
background: white;
text-transform: uppercase;
}


#menu a {
color: #000;
background: #11ff33;
text-decoration: none;
}


#menu a:hover {
color: BLACK;
background: #d1e8f8;
}

