.glossymenu{
	position: relative;
	background: url(menur_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 95px;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#333333;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 0 12px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer; /*right tab image path*/
	background: url(menur_hover_left_grigio.gif) no-repeat; /*left tab image path*/
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 17px 0 5px; /*Padding of menu items*/
	background: url(menur_hover_right_grigio.gif) no-repeat right top; /*right tab image path*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
	padding:0 0 0 12px; /*Padding to accomodate left tab image. Do not change*/

}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(menur_hover_right.gif) no-repeat right top; /*right tab image path*/
	padding: 0 16px 0 5px; /*Padding of menu items*/
}
.blue{
	background: url(menub_bg.gif) repeat-x; /*tab background image path*/
}

.blue li.current a, .blue li a:hover{
	background: url(menub_hover_left.gif) no-repeat; /*left tab image path*/
}

.blue li.current a b, .blue li a:hover b{
	background: url(menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}

.green{
	background: url(menug_bg.gif) repeat-x; /*tab background image path*/
}

.green li.current a, .green li a:hover{
	background: url(menug_hover_left.gif) no-repeat; /*left tab image path*/
}

.green li.current a b, .green li a:hover b{
	background: url(menug_hover_right.gif) no-repeat right top; /*right tab image path*/
}

.orange{
	background: url(menuo_bg.gif) repeat-x; /*tab background image path*/
}

.orange li.current a, .orange li a:hover{
	background: url(menuo_hover_left.gif) no-repeat; /*left tab image path*/
}

.orange li.current a b, .orange li a:hover b{
	background: url(menuo_hover_right.gif) no-repeat right top; /*right tab image path*/
}

.purple{
	background: url(menupu_bg.gif) repeat-x; /*tab background image path*/
}

.purple li.current a, .purple li a:hover{
	background: url(menupu_hover_left.gif) no-repeat; /*left tab image path*/
}

.purple li.current a b, .purple li a:hover b{
	background: url(menupu_hover_right.gif) no-repeat right top; /*right tab image path*/
}

