﻿#menu {padding:0; margin:0 0 0 270px; list-style:none; height:50px; background:url(http://www.scrcs.net/ulback.gif) repeat-x;}
/* ================================================================ 
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 li {float:left;}
#menu li a {display:block; height:50px; line-height:25px; padding:0 20px 0 0; float:left; color:#ddd; background:url("http://www.scrcs.net/images/tab_a.gif") no-repeat right -25px; text-decoration:none;}
#menu li a b {
	font: small Tahoma;
	display: block;
	height: 50px;
	float: left;
	padding: 0 0 0 20px;
	background: url("http://www.scrcs.net/images/tab_b.gif") no-repeat left -25px;
	cursor: pointer;
	color: #FFFFFF;
}
{background:url("http://www.scrcs.net/images/tab_a.gif") no-repeat right -10px; line-height:50px; color:#fff;}
#menu li a:focus
{background:url("http://www.scrcs.net/images/tab_a.gif") no-repeat right -10px; line-height:50px; color:#fff;}
#menu li a:active
{background:url("http://www.scrcs.net/images/tab_a.gif") no-repeat right -10px; line-height:50px; color:#fff;}
#menu li a:hover
{background:url("http://www.scrcs.net/images/tab_a.gif") no-repeat right -10px; line-height:50px; color:#fff;}
{background:url("http://www.scrcs.net/images/tab_b.gif") no-repeat left -10px; line-height:50px;}
#menu li a:focus b
{background:url("http://www.scrcs.net/images/tab_b.gif") no-repeat left -10px; line-height:50px;}
#menu li a:active b
{background:url("http://www.scrcs.net/images/tab_b.gif") no-repeat left -10px; line-height:50px;}
#menu li a:hover b
{background:url("http://www.scrcs.net/images/tab_b.gif") no-repeat left -10px; line-height:50px;}


