﻿#pad {height:100px;}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu {padding:0; margin:0; list-style:none; margin-left:34px;margin-top:0;font-size:12px;font-family:Arial;}
#menu li {float:left; margin-left:0px; margin-right:3px;padding-top:10px;}
#menu li a {display:block; height:22px; line-height:22px; padding:0 10px 0 0; float:left; background: url(../_gfx/tabba.png) no-repeat right top; color:#000; text-decoration:none;}
#menu li a b {display:block; height:22px; float:left; padding:0 0 0 10px; background: url(../_gfx/tabbb.png) left top; cursor:pointer;}

#menu li a:hover, 
#menu li a:active,
#menu li a:focus
{background-position:right -22px; line-height:22px; color:#fff;}
#menu li a:hover b,
#menu li a:active b,
#menu li a:focus b
{background-position:left -22px;}


#menu li a.selected b {display:block; height:22px; float:left; padding:0 0 0 10px; background: url(../_gfx/tabbb.png) left top; cursor:pointer;}

#menu li a.selected,
#menu li a.selected:hover, 
#menu li a.selected:active,
#menu li a.selected:focus
{background-position:right -22px; line-height:22px; color:#fff;}


#menu li a b.selected {display:block; height:22px; float:left; padding:0 0 0 10px; background: url(../_gfx/tabbb.png) left top; cursor:pointer;}

#menu li a b.selected ,
#menu li a:hover b.selected ,
#menu li a:active b.selected ,
#menu li a:focus b.selected 
{background-position:left -22px;}
