#lh-col p { /* sets the height of the <p> line break */ 
 margin-top: 0;
 margin-bottom: 1em;
}

.menuOut {
 cursor: pointer; 
 font-size: 13px; 
 padding-left: 8px;
 background-color: #012348; 
 color: #FFFFFF; 
 width: 140px; 
 text-align: left; 
 font-weight: bold;
}

.menuOut a{
 color: #FFFFFF; 
 text-decoration: none; 
}

.menuOver {
 cursor: pointer; 
 font-size: 13px; 
 padding-left: 8px;
 background-color: #012348; 
 color: #FFCC00; 
 width: 140px; 
 text-align: left; 
 font-weight: bold;
}

.menuOver a{
 color: #FFCC00; 
 text-decoration: none; 
}

.submenu {
 width: 130px; 
 font-size: 12px; 
 line-height: 190%;
 padding-left: 20px;
 margin-top: -0.4em;
 margin-bottom: 0.8em;
}

.submenu a {
 color: #C4D7E8; 
 text-decoration: none; 
}

.submenu a:hover {
 color: #FFCC00; 
 text-decoration: none; 
}



