div.menu
{
	width:173px; height:34px;
	background:url('../images/menu.png');
	margin-top:2px;
	font-size:13px; color:#ffffff; font-weight:bold;
	text-align:left;
	cursor:pointer;
}
div.menu_over
{
	width:173px; height:34px;
	background:url('../images/menu_over.png');
	margin-top:2px;
	font-size:13px; color:#ffffff; font-weight:bold;
	text-align:left;
	cursor:pointer;
}
div.menu_separator
{
	font-size:2px;
	width:17px; height:34px;
	background:url('../images/menu_separator.png') center no-repeat;
}

				
/* sub menu */
td.sub_menu_shadow_top
{
 	font-size:2px;
	width:231px; height:9px;
	background:url('../images/sub_menu_shadow_top.png');
}
td.sub_menu_shadow_left
{
 	font-size:2px;
	width:6px;
	background:url('../images/sub_menu_shadow_left.png') no-repeat;
}
td.sub_menu_shadow_right
{
 	font-size:2px;
	width:6px;
	background:url('../images/sub_menu_shadow_right.png') no-repeat;
}
div.sub_menu{
	width:231px;
	position:relative;
	top:-92px;
	float:left
}

