﻿.topMenu
{
	margin: 0 auto;
	position: relative;
	float: right;
	padding: 0;
	height: 25px;
	width: 750px;
	display: block;
	background: url( 'images/topMenuImages.png' ) repeat-x;
}
.topMenu li
{
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}
.topMenu li a
{
	float: left;
	padding-left: 8px;
	display: block;
	color: #fff;
	text-decoration: none;
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url( 'images/topMenuImages.png' ) 0px -30px no-repeat;
	outline: none;
	cursor: pointer;
}

.topMenu li a span
{
	line-height: 25px;
	float: left;
	display: block;
	padding-right: 8px;
	background: url( 'images/topMenuImages.png' ) 100% -30px no-repeat;
}

.topMenu li a:hover
{
	background-position: 0px -60px;
	color: #fff;
}

.topMenu li a:hover span
{
	background-position: 100% -60px;
}

.topMenu li a.active,
.topMenu li a.active:hover
{
	line-height: 25px;
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url( 'images/topMenuImages.png' ) 0px -90px no-repeat;
	color: #000;
}
.topMenu li a.active span,
.topMenu li a.active:hover span
{
	background: url( 'images/topMenuImages.png' ) 100% -90px no-repeat;
	text-align: center;
}