/* --- static menu styles --- note: 1. not all browsers render styles the same way so try out your style sheet on different browsers before publishing; style naming convention: mli|o */ /* all levels inner */ .minner { font: 11px Arial, Verdana, sans-serif; text-decoration : none; padding: 4px; padding-left:10px; color: black; background: url(../images/icon_arrow_right.gif) no-repeat 130px 0px; } .minner2 { font: 11px Arial, Verdana, sans-serif; text-decoration : none; padding: 4px; padding-left:10px; color: black; } /*a:link {color: #a22d34; }*/ .minner_a,a.minner_a:active { font: 11px Arial, Verdana, sans-serif; text-decoration : none; padding: 4px; padding-left:10px; color: #a22d34; font-weight:bold; background: url(../images/icon_arrow_down.gif) no-repeat 130px 0px; } /* all levels outer */ .moout { text-decoration : none; border-bottom : 1px solid #FFFFFF; background: #ffffff; } .moover { text-decoration : none; border-bottom : 1px solid #B0B0B0; background: #DFDFDF; } .active { text-decoration : none; border-bottom : 1px solid #B0B0B0; background: #c0c0c0; } /* all sublevels inner */ .subinner { font: 10px Arial, Verdana, sans-serif; text-decoration : none; padding: 4px; padding-left:10px; border-left: 20px solid #DFDFDF; border-right: 1px solid #DFDFDF; color: black; } .subinner_a { font: 11px Arial, Verdana, sans-serif; text-decoration : none; padding: 4px; padding-left:20px; color: black; } .subinner_current { font: 11px Arial, Verdana, sans-serif; text-decoration : none; padding: 4px; padding-left:20px; color: black; font-weight:bold; } /* all sublevels outer */ .suboout { text-decoration : none; background: #ffffff; } .suboover { text-decoration : none; background: #DFDFDF; } .subactive { text-decoration : none; background: #FFFFFF; } a.subactive:hover {text-decoration :underline;color:#a22d34;} a.subinner_a:hover { text-decoration :none; color:#FF0000;}