/* CSS Document */

/* menu styles */
.menu { margin-bottom:0em; clear:both;}
.menu dd {margin:0; padding:0;}

.menu .bb {float:left; padding:2px 0 2px 0; border-bottom:1px solid #000; border-top:1px solid #000; background:#bcd; text-align:center;}

.menu .aa {width:5px; float:left; border-bottom:1px solid #000; background:#bcd;}
.menu .va {width:1px; float:left; border-top:5px solid #fff; background:#000; overflow:hidden;}
.menu .sela {width:5px; float:left; background:#fff; font-size:1em;}
.menu .selb {float:left; padding:2px 0 2px 0; border-top:1px solid #000; background:#fff; color:#f00; font-size:1em; text-align:center;}
.menu .vb {width:1px; float:left; height:1px; background:#ccc; border-top:2px solid #fff; border-bottom:2px solid #000; overflow:hidden;}
.menu .vc {width:1px; float:left; height:1px; background:#ccc; border-top:1px solid #fff; border-bottom:1px solid #000; overflow:hidden;}
.menu .vd {width:2px; float:left; height:1px; background:#000; border-top:1px solid #ccc; overflow:hidden;}

.menu a, .menu a:visited {color:#444; text-decoration:none; font-size:1em; cursor:pointer; background:#c88;}
.menu a:hover {color:#c00; background:#def;}
.menu a:hover .aa, .menu a:hover .bb {background:#def;}

/*END MENU STYLES */
