﻿#pad {height:140px;}
/* ================================================================ 
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-top:140px; margin-left: 0px; list-style:none;}
#menu li {float:left; margin-left:0px; padding-top:7px;}
#menu li a {display:block;  height: 38px;line-height: 38px;   padding:0px 20px 0px 0px; float:left;}
#menu li a b {display:block; height: 38px; float:left; padding:0px 0px 0px 20px;}

#menu li a:hover
{background-position:right -51px; margin-top:-7px; height:45px;line-height:45px;}
#menu li a:hover b
{background-position:left -51px; height:45px; line-height:45px; color: blue;text-decoration:underline;}

.activea
	{font-family: Arial, Helvetica, sans-serif; font-size: 1.1em; color: navy;  background: url('../background/tab_a_active_orange_flat.gif') no-repeat right top; text-decoration:none;}
.activeb
	{background: url('../background/tab_b_active_orange_flat.gif') left top; cursor:pointer;}
	
.idlea
	{font-family: Arial, Helvetica, sans-serif; font-size: 1.1em; color: white;  background: url('../background/tab_a_idle.gif') no-repeat right top; text-decoration:none;}
.idleb
	{background: url('../background/tab_b_idle.gif') left top; cursor:pointer;}













