#menu{
	position: absolute;
	top: 0;
	left: 149px;
}
#menu ul{
	float:left;
	background: url(../images/but_separator.gif) repeat-x;
}
#menu li{
	list-style: none;
	display: inline;
	float:left;
	padding-left:1px;
}
#menu #first{
	padding-left:3px;
	background: url(../images/menu_left.gif) left no-repeat;
}
#menu #last{
	padding-right:3px;
	background: url(../images/menu_right.gif) right no-repeat;
}
#menu a{
	float:left;
	display:block;
	padding:9px 20px 10px 20px;
	background: url(../images/but_bg_normal.gif) repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	text-decoration: none;
}
#menu a:hover{
	background: url(../images/but_bg_hover.gif) repeat-x;
}


