/* ---------- Menu ---------- */

#menu_wrap {
	float: right;
}
#menu {
	height: 37px;
	float: left;
	padding-top: 2px;
	color: #696969;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background:url(../images/menu_repeat.jpg) repeat-x;
}
#menu li {
	float: left;
	margin: 0px 15px;
}
#menu li a {
	text-decoration: none;
	color: #696969;
}
#menu_left {
	width: 36px;
	height: 24px;
	background: url(../images/menu_left.png) no-repeat ;
	display: block;
	float: left;
}
#menu_right {
	width: 36px;
	height: 24px;
	background: url(../images/menu_right.png) no-repeat ;
	display: block;
	float: left;
}