#column-menu {
width: 150px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
/* this width value is also effected by
the padding we will later set on the links.	*/
}

#column-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
}

#column-menu li {
margin: 0px 0px 0px 0px;
}

#column-menu #selected {
padding: 6px 0px 6px 5px;
background: #ffcc00;
border-bottom: 1px solid #fff;
color: #00209f;
}

#column-menu a {
display: block;
width:145px;
padding: 6px 0px 6px 0px;
border-bottom: 1px solid #fff;
background: #e0e0f9;
text-decoration: none; /*lets remove the link underlines*/
}

#column-menu a:link, #column-menu a:active, #column-menu a:visited {
color: #00209f;
padding-left: 5px;
}

#column-menu a:hover {
border-bottom: 1px solid #fff;
background: #ffcc00;
color: #00209f;
}




#column-divider {
width: 145px;
height: 19px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #ffffff;
background: #7d88ca;
border-bottom: 1px solid #fff;
padding: 6px 0px 0px 5px;
}



#column-divider sup{font-size: 60%; vertical-align: super; line-height: 1px;}













#column-menu-single {
width: 150px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
/* this width value is also effected by
the padding we will later set on the links.	*/
}

#column-menu-single ul {
margin: 0; 
padding: 0;
list-style-type: none;
}

#column-menu-single li {
margin: 0px 0px 0px 0px;
}

#column-menu-single #selected {
height: 19px;
padding: 6px 0px 0px 5px;
background: #ffcc00;
border-bottom: 1px solid #fff;
color: #00209f;
}

#column-menu-single a {
display: block;
width:145px;
height: 19px;
padding: 6px 0px 0px 0px;
border-bottom: 1px solid #fff;
background: #e0e0f9;
text-decoration: none; /*lets remove the link underlines*/
}

#column-menu-single a:link, #column-menu-single a:active, #column-menu-single a:visited {
color: #00209f;
padding-left: 5px;
}

#column-menu-single a:hover {
border-bottom: 1px solid #fff;
background: #ffcc00;
color: #00209f;
}













