.menu1 {
	margin:0;
	list-style:none;
	background:#fff url(../images/button1.gif);
	position:relative;
	float: right;
	width: 666px;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #444;
	padding-right: 0;
	padding-left: 0;
}
.menu1 li {
	float:right;
	padding-right: 20px;
}
.menu1 li a {
	display:block;
	float:left;
	height:35px;
	color:#aaa;
	text-decoration:none;
	font-size:11px;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
	line-height: 35px;
}
.menu1 li a b {
	float:left;
	display:block;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 10px;
	padding-left: 4px;
}
.menu1 li.current a {color:#fff; background:url(../images/button3.gif);}
.menu1 li.current a b {background:url(../images/button3.gif) no-repeat right top;}
.menu1 li a:hover {color:#fff; background:#000 url(../images/button2.gif);}
.menu1 li a:hover b {background:url(../images/button2.gif) no-repeat right top;}
.menu1 li.current a:hover {color:#fff; background:#000 url(../images/button3.gif); cursor:default;}
.menu1 li.current a:hover b {background:url(../images/button3.gif) no-repeat right top;}

