/******************
	MENU
*******************/
.menu {
	width:950px;
	border:none;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}
.menu td.leftEnd {
	background: url("../images/menu/left.jpg") top left no-repeat;
	height:50px;
	width:11px;
}
.menu td.middle {
	background: url("../images/menu/middle.jpg") top left repeat-x;
}
.menu td.rightEnd {
	background: url("../images/menu/right.jpg") top left no-repeat;
	width:18px;
}
.menu a, .menu a:visited {
	color:#000;
	text-decoration:none;
}
.menu a:hover {
	color:#000099;
	text-decoration:underline;
}