/* VERTICAL MENUS*/ .VerticalMenuRollover dl { width: 120px; margin: 0px; padding: 0px; } .VerticalMenuRollover dl dd { /* ONLY FOR TEXT WITHOUT 'A' TAG */ padding: 0px; margin: 0px; } .VerticalMenuRollover dl dd a { cursor: pointer; text-align: left; display: block; width: 120px; height: 28px; padding: 4px 0px 10px 30px; margin: 0px 0px; color: #EEEEEE; text-decoration: none; white-space:nowrap; font-size:12px; font-style: normal; font-weight: bold; background: url('http://www.serioussoftball.com/teams/2008/buttons/4/btn.gif') no-repeat; } .VerticalMenuRollover dl dd a:visited { color: #CCCCCC; } .VerticalMenuRollover dl dd a:hover { color: #000000; background: url('http://www.serioussoftball.com/teams/2008/buttons/4/btn_o.gif') no-repeat; } /* HORIZONTAL MENUS*/ .HorizontalNavContainer dl { height: 40px; text-align: center; margin:0px; } .HorizontalNavContainer dl dd { display: inline; height: 40px; margin:0px; } .HorizontalNavContainer dl dd a { cursor: pointer; float: left; width: 120px; height:40px; position: static; padding: 4px 0px 0px 0px; color: #EEEEEE; text-decoration: none; font-size:12px; font-style: normal; font-weight: bold; background: url('http://www.serioussoftball.com/teams/2008/buttons/4/btn.gif') no-repeat; } .HorizontalNavContainer dl dd a:visited { color: #CCCCCC; } .HorizontalNavContainer dl dd a:hover { float: left; width: 120px; height: 40px; margin: 0; position: static; padding: 4px 0px 0px 0px; color: #000000; font-size:12px; font-style: normal; font-weight: bold; background: url('http://www.serioussoftball.com/teams/2008/buttons/4/btn_o.gif') no-repeat; }