/* CSS Document */ .menulist li { display:block; width:145px;  margin:-2px 0px 0px 0px;  padding:0px; /*background:url(theme_dotted_line_green.gif) repeat-x scroll bottom left;*/ clear:both; } .menulist li a:link, .menulist li a:active, .menulist li a:visited, .menulist li a:hover{ color : #000000; text-decoration : none; display:block; padding: 3px; margin: 0; width:131px; float:left; clear:left; /*line-height:15px; height:19px;*/ /*background: url(bg_navsecw.gif) scroll no-repeat top left;*/ } .menulist li a:active { color : #000000; } .menulist li a:hover { /*background: url(bg_navsec.gif) scroll no-repeat top left;*/ color: #000000; text-decoration:underline; } .menulist li a:visited { color:#000000; } .menulist1 ul { margin:0; padding:0; } .menulist1 li { display:block; background:#F0E2F8; width:145px; } .menulist2 li { display:block; background:#DCCEE4; width:145px; } .menulist3 li { display:block; background:#C8BAD0; width:145px; } .menulist li ul { float:left; clear:both; } .menulist li img { display:block; float:left; clear:right; width:8px; margin:0; padding:0; line-height:0; font-size:0; } .clearboth { clear:both; line-height:0; font-size:0; } .menulist4 li { display:block; background:#B5A3BF; width:145px; } 