/* 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: 38px; padding: 6px 0px 10px 30px; margin: 0px 0px; color: #000000; text-decoration: none; white-space:nowrap; font-size:12px; font-style: normal; font-weight: bold; background: url('http://serioussoftball.com/teams/2009/buttons/2/btn.png') no-repeat; } .VerticalMenuRollover dl dd a:visited { color: #444444; } .VerticalMenuRollover dl dd a:hover { color: #000000; padding-top: 8px; background: url('http://serioussoftball.com/teams/2009/buttons/2/btn_o.png') 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: 8px 0px 0px 0px; color: #000000; font-size:12px; font-style: normal; font-weight: bold; background: url('http://serioussoftball.com/teams/2009/buttons/2/btn.png') no-repeat; } .HorizontalNavContainer dl dd a:visited { color: #111111; } .HorizontalNavContainer dl dd a:hover { float: left; width: 120px; height: 40px; margin: 0; position: static; padding: 10px 0px 0px 0px; color: #222222; font-size:12px; font-style: normal; font-weight: bold; background: url('http://serioussoftball.com/teams/2009/buttons/2/btn_o.png') no-repeat; }