/* CSS Document */
.menuOut {cursor:pointer; margin:7px; background-color:#CC99FF; color:#000000; width:140px; border:1px solid #000000; padding:2px; text-align:center; font-weight:bold;}
.menuOver {cursor:pointer; margin:7px; background-color:#000000; color:#CC99FF; width:140px; border:1px solid #CC99FF; padding:2px; text-align:center; font-weight:bold;}
.submenu {width:170px; font-family:Verdana; font-size:12px; padding-left:25px;}
.submenu a {color:#336699; text-decoration:none; font-weight:normal;}
.submenu a:hover {color:#CC99FF; text-decoration:none; font-style:oblique; font-weight:normal;}
