﻿/* ================================================================ 
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.
=================================================================== */
#listContainer {
	width: 980px; 
	position: absolute; 
	left: 0; 
	overflow: hidden; 
	background: url(images/ulback.gif) 
	repeat-x;
	}
#branchlist {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	height: 40px;
	position: relative;
	left: auto;
}
#branchlist li {
	float: left;
	position: relative;
	right: auto;
	margin: 0 2px;
}
#branchlist  li a {
	display: block; 
  	height: 40px; 
	line-height: 40px; 
	padding: 0 15px 0 0; 
	font-family: arial, sans-serif; 
	font-size: 11px; 
 	float: left; 
	color: #fff; 
	text-decoration: none;
	}
#branchlist li a b {
	display: block; 
	height: 40px; 
	float: left; 
	padding: 0 0 0 15px; 
	cursor: pointer;
	}
#branchlist  li a:hover, 
.austin #branchlist  li#austin a,
.battle #branchlist  li#battle a,
.beowawe #branchlist  li#beowawe a,
.carlin #branchlist  li#carlin a,
.crescent #branchlist  li#crescent a,
.elko #branchlist  li#elko a,
.eureka #branchlist  li#eureka a 
.jackpot #branchlist  li#jackpot a 
.tuscarora #branchlist  li#tuscarora a 
.wells #branchlist  li#wells a 
.wendover #branchlist  li#wendover a {
	background: url(images/button.PNG) no-repeat right top; 
	line-height: 36px;
	}
#branchlist  li a:hover b,
.battle #branchlist  li#battle a b,
.beowawe #branchlist  li#beowawe a b,
.carlin #branchlist  li#carlin a b,
.crescent #branchlist  li#crescent a b,
.elko #branchlist  li#elko a b,
.eureka #branchlist  li#eureka a b,
.jackpot #branchlist  li#jackpot a b,
.tuscarora #branchlist  li#tuscarora a b,
.wells #branchlist  li#wells a b,
.wendover #branchlist  li#wendover a b{
	background: url(images/button.PNG) no-repeat left top; 
	line-height: 36px;
	}
