.menu_container{
	width:800px;
}

.js_menu{}

.extend_menu_first{
	background-image:url(/images/menu_left.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:200px;
	background-color:#80B9CA;
}

.first_menu_cell {}

.menu_cell {
	height:25px;
	text-align:center;
}

.last_menu_cell {}

.extend_menu_background{
	background-image:url(/images/menu_right.jpg);
	background-repeat:no-repeat;
	background-position:right;
	width:200px;
	background-color:#80B9CA;
}

a.menu_link {
	display:block;
	height:25px;
	background:#80b9c9;
	text-align:center;
	text-decoration:none;
	font-family:Arial;
	font-size:9pt;
	font-style:normal;
	color:#ffffff;
	line-height:25px;
	padding-left:15px;
	padding-right:15px;
}
a.menu_link:hover {
	background:#80b9c9;
	color:#005480;
	font-style:normal;
	text-decoration:none;
}

.js_menu td.extend_menu_first, .js_menu td.first_menu_cell, .js_menu td.menu_cell, .js_menu td.last_menu_cell, .js_menu td.extend_menu_background{
	padding:0px;
}