div.menu_cell {
       	float:left;
}

div.menu_left_regular, div.menu_left_highlighted {
	background: url(../images/menu/menuleft.png) no-repeat;
	float:left;
	height:25px;
	width:5px;
}

div.menu_middle_regular, div.menu_middle_highlighted {
	background: url(../images/menu/menumiddle.png) repeat-x;
	float:left;
	height:15px;
	padding:5px 10px;
}

div.menu_right_regular, div.menu_right_highlighted {
	background: url(../images/menu/menuright.png) no-repeat;
	float:left;
	height:25px;
	width:5px;
}

div.submenu_bar {
        float:left;
	padding:5px 10px;
}



div.menu_left_selected {
	background: url(../images/menu/menuleft_selected.png) no-repeat;
	float:left;
	height:25px;
	width:5px;
}

div.menu_middle_selected {
	background: url(../images/menu/menumiddle_selected.png) repeat-x;
	float:left;
	height:15px;
	padding:5px 10px;
}

div.menu_right_selected {
	background: url(../images/menu/menuright_selected.png) no-repeat;
	float:left;
	height:25px;
	width:5px;
}




a.menu_link_regular {
	font-size:11px;
	font-family:Tahoma,Verdana,sans-serif;
	color:#000000;
	font-weight:normal;
}

a.menu_link_highlighted {
	font-size:11px;
	font-family:Tahoma,Verdana,sans-serif;
	color:#000000;
	font-weight:normal;
}

a.menu_link_selected {
	font-size:11px;
	font-family:Tahoma,Verdana,sans-serif;
	color:#000000;
	font-weight:normal;
}




a.submenu_link_regular {
	font-size:11px;
	font-family:Tahoma,Verdana,sans-serif;
	color:#FFFFFF;
	font-weight:normal;
}

a.submenu_link_selected {
	font-size:11px;
	font-family:Tahoma,Verdana,sans-serif;
	color:#000000;
	font-weight:normal;
}
