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