.glossymenu{
	position: relative;
	padding: 0 0 0 28px;
	margin: 0 auto 0 auto;
	background: url(../img/menub_bg1.png) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:right;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#cacaca;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 10px; /*Abstand nach links*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 2px 20px 4px 10px; /*Padding of menu items*/
}

.glossymenu li.current a {
	color: #e1c404;
	background: url(../img/menub_hover_left.png) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.not a {
	color: #e6e6e6;
	background: url(../img/menub_hover_left0.png) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li a:hover{
	color: #fff;
	background: url(../img/menub_hover_left1.png) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b {
	color: #e1c404;
	background: url(../img/menub_hover_right.png) no-repeat right top; /*right tab image path*/
}

.glossymenu li.not a b{
	color: #e6e6e6;
	background: url(../img/menub_hover_right0.png) no-repeat right top; /*right tab image path*/
}

.glossymenu li a:hover b{
	color: #fff;
	background: url(../img/menub_hover_right1.png) no-repeat right top; /*right tab image path*/
}
.glossymenu li.not a:hover b{
	color: #fff;
	padding: 0px 20px 6px 10px;
	background: url(../img/menub_hover_right1.png) no-repeat right top; /*right tab image path*/
}
