/*Colors /* CCCCFF ccccffgrean */ /* 333399 blue */ /* FF9900 orange */ /* End Colors */ #dmenu a { /* design */ font-family: Arial, Helvetica, Sans-Serif; font-size: 11px; font-weight:bold; } #dmenu li>ul { top: auto; left: auto; /* design */ } .topmenuul{ list-style-type:none; margin:0; padding:0; /* design */ } .topmenuli{ list-style-type:none; float:left; /* design */ background-color: #333399; padding-right: 15px; padding-left: 16px; cursor: hand; text-indent: 5px; position: relative; } .topmenuli a:link, .topmenuli a:visited { /* design */ color: #FFFFFF; text-decoration: none; } .topmenuli a:hover { /* design */ color: #FF9900; } .topmenutitle{ display:block; /* width: 100px;*/ /* design */ } .submenuul{ list-style-type:none; position:absolute; margin: 0; padding:0; display:none; /* design */ width: 100%; cursor: hand; font-size:11px; font-weight:bold; color: #ffffff; /* border-bottom: white 1px solid;*/ background-color: #333399; } .submenuli a{ display:block; width:225px; height:20px; /* design */ border-top: #FF9900 thin outset; text-decoration: none; white-space:nowrap; padding-top: 2px; background-color: #333399; } .submenuli a:hover{ text-decoration: none; background:#6666cc; color: #FFFFFF; } li:hover ul , li.over ul{ /* lists nested under hovered list items */ display: block; /* design */ }