
.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background-color:#FC0;/*tab background image path*/
	height: 30px;
	width:1167px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color: #006;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #FC0;
	background-image:url(../image/knopka2.gif);
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #FC0;
	background-image:url(../image/knopka2.gif) no-repeat right top; /*right tab image path*/
}

#navcontainer {
	position:absolute;
	width:980px;
	margin-top:0;
}

