﻿#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.
=================================================================== */
ul#menu
{
  padding: 0;
  margin: 3px auto 0 auto; /* 0 0 0 300px */ 
  list-style: none;
  width: 760px;
  height: 60px;
  background: transparent url(../images/background2.png) no-repeat scroll 0 0;
}
* html #menu
{
  margin: 0;
  background: none;
/*  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background.png', sizingMethod='scale');*/
}

#menu li
{
  position: relative;
  float: left;
  margin: 0 4px;
  padding-top: 4px;
}
#menu li a
{
  display: block;
  height: 26px;
  line-height: 23px;
  padding: 0 20px 0 0;
  float: left;
  color: #ddd;
  text-decoration: none;
  font-family: arial, sans-serif;
  font-size: 14px;
}
#menu li a b
{
  display: block;
  height: 26px;
  float: left;
  padding: 0 0 0 20px;
}

#menu li a:hover, #menu li.active a 
{
  background: url(../images/taba.png) right top;
  cursor: pointer;
  color: #fff;
  line-height: 25px;
}
#menu li a:hover b, #menu li.active a b 
{
  background: url(../images/tabb.png) left top;
  cursor: pointer;
}
