#ocmenu {
width: 197px;
margin-top: 21px;
margin-right: 30px;
font-family: verdana;
font-weight: bold;
font-size: 80%;
text-transform: uppercase;
}

#ocmenu a {
display: block;
color: #5A6265;
text-decoration: none;
line-height: 190%;
}

#ocmenu a:hover {
color: white;
font-weight: bold;
border-left: 0;
background: #79A0C7;
text-decoration: none;
}

#ocmenu ul {
list-style: none;
text-align: center;
margin: 0;
padding: 0;
}

#ocmenu ul li {
display: block;
color: #5A6265;
padding-top: 2px;
padding-bottom: 3px;
font-size: 125%;
}

#ocmenu ul ul {
list-style: none;
text-align: center;
margin: 0;
margin-bottom: 5px;
padding: 0;
}

#ocmenu ul ul li {
font-size: 100%;
font-weight: normal;
padding-top: 0;
padding-bottom: 0;
}