/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 17px;
	margin: 0 auto 0 auto; /*tab background image path*/
	height: 42px;
	list-style: none;
	background-image: url(images/linebutton.png);
	background-repeat: repeat-x;
	background-position: bottom;
	bottom: -2px;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold; /*Padding to accomodate left tab image. Do not change*/
	height: 42px;
	line-height: 42px;
	text-align: center;
	cursor: pointer;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 21px;
}

.glossymenu li a b{
	float: left;
	display: block; /*Padding of menu items*/
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 0px;
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #F7F2D2; /*left tab image path*/
	background-position: left;
	background-image: url(images/endbutton.png);
	background-repeat: no-repeat;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #F7F2D2; /*right tab image path*/
	background-image: url(images/longbutton.png);
	background-repeat: no-repeat;
	background-position: right top;
}
