#left_nav 
{
	width:2px;
	background-image:url('/images/cms/presentation/menu/menu_left.gif');
	height:32px;
	float:left;
}
#right_nav 
{
	width:2px;
	background-image:url('/images/cms/presentation/menu/menu_left.gif');
	height:32px;
	float:left;
}
.menu_spacer 
{
	float:left;
	width:2px;
}
#nav_item_no_highlight { float:left; height:32px; padding:0px 10px; }
#nav_item_highlight { float:left; height:32px; padding:0px 10px; background-image:url('/images/cms/presentation/menu/menu_highlight_bg.gif'); background-repeat:repeat-x; }
#nav_item_end_no_highlight { float:left; height:32px; padding:0px 10px; }
#nav_item_end_highlight { float:left; height:32px; padding:0px 10px; background-image:url('/images/cms/presentation/menu/menu_highlight_bg.gif'); background-repeat:repeat-x; }

* html #nav_item_no_highlight { width:100px; padding:0px 2px; }
* html #nav_item_highlight { width:100px; padding:0px 2px; }
* html #nav_item_end_no_highlight { width:100px; padding:0px 2px; }
* html #nav_item_end_highlight { width:100px; padding:0px 2px; }

#menu a { display:block; height:24px; padding-top:8px; color:#FFFFFF; text-decoration:none; }

.spacer { float:left; width:2px; height:32px; background-image:url('/images/cms/presentation/menu/menu_spacer.gif'); background-repeat:no-repeat; background-position:right top; }
.spacer_highlight { float:left; width:2px; height:32px; background-image:url('/images/cms/presentation/menu/menu_spacer_highlight.gif'); background-repeat:no-repeat; background-position:right top; }
