.menu li {
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
	color:#000000;
}
.menu li a {
	display:block;
	background: #a6a6a9 url(../images/gloss1.gif) repeat-x;
	float:left;
	height:32px;
	line-height:32px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-family:arial, verdana, sans-serif;
	padding:0 15px 0 15px;
	border-right: solid 1px #CCCCCC;
	cursor:pointer;
	font-weight:bold;
	
}
.menu li a:hover {
	color:#fff;
	text-decoration:none;	
	background: #a6a6a9 url(../images/gloss2.gif) repeat-x;
}
.menu ul{
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.menugamme{
	list-style-type:none;
	margin:0px;
	padding:0px;
	color:#000000;
	height:32px;
	width:auto;
	float:right;
}
.menugamme a:hover {
	color:#fff;
	text-decoration:none;	
	background: #a6a6a9 url(../images/gloss2.gif) repeat-x;
}
.menugamme a {
	display:block;
	float:left;
	background: #a6a6a9 url(../images/gloss1.gif) repeat-x;
	height:32px;
	line-height:32px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-family:arial, verdana, sans-serif;
	padding:0 15px 0 15px;
	border-left: solid 1px #CCCCCC;
	cursor:pointer;
	font-weight:bold;
	
}