#menu_background{
	background-image:url(/images/nav_bkgrd.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	height:32px;
}

.menu_container{
	height:32px;
	padding:0 3px;
	background-color:#FFFFFF;
}

.js_menu{
	height:32px;
	width:10px;
}

.extend_menu_first{}

.first_menu_cell {

}

.menu_cell {
}

.last_menu_cell {
}

.extend_menu_background {}

.first_menu_spacer, .menu_spacer{
	background-image:url(/images/nav_divider.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:2px;
	height:32px;
}

a.menu_link {
	color:#FFFFFF;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	height:32px;
	letter-spacing:1px;
	line-height:32px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}

a.menu_link:hover {
	background-image:url(/images/rollover_bkgrd.jpg);
	background-repeat:repeat-x;
	line-height:32px;
	vertical-align:middle;
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}