﻿.glossymenu
{
	position: relative;
	padding:  0 0 0 320px;
	margin: 0 auto 0 auto;
	background: url(images/glossymenu_bg.png) repeat-x; /*tab background image path*/
	height: 33px;
	list-style: none;
}

.glossymenu li
{
	float: left;
	text-align: center;
	width: 120px;
}

.glossymenu li a
{
	background-image: url(images/glossymenu_menubg.jpg);
	background-repeat: no-repeat;
	width: 120px;
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	/*padding: 0 0 0 10px; Padding to accomodate left tab image. Do not change*/
	height: 33px;
	line-height: 33px;
	text-align: center;
	cursor: pointer;
}

.glossymenu li.first a
{
	background-image: url(images/glossymenu_menubg_before.jpg);
	background-repeat: no-repeat;
	width: 120px;
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	/*padding: 0 0 0 10px; Padding to accomodate left tab image. Do not change*/
	height: 33px;
	line-height: 33px;
	text-align: center;
	cursor: pointer;
}

.glossymenu li.current a
{
	width: 122px;
	color: #fff;
	background: url(images/glossy_current.jpg) no-repeat; /*right tab image path*/
	text-align: center;
}



