﻿.secondary_menu
{
	float:left;
	width:100%;
	margin:0px 0px 10px 0px;
}
.secondary_menu .submenupanel
{
	float:left;
	width:960px;
	background:url('../images/submenu_level1_bg.gif') repeat-x;
	padding:0px;
	margin:0px;
	list-style:none;	
	height:32px;
}
.secondary_menu .submenupanel .submenuitem
{
	float:left;	
}
.secondary_menu .submenupanel .childselected
{
	float:left;	
}
.secondary_menu .submenupanel .seperator
{
	background:url('../images/submenu_level1_seperator_bg.gif') no-repeat;
	width:2px;
	height:19px;
	float:left;
	margin:7px 0px 0px 0px;	
}
.secondary_menu .submenupanel div a
{
	font-weight:bold;
	padding:0px 10px;
	line-height:32px;	
	height:32px;
	float:left;
}
.secondary_menu .submenupanel div a:hover,
.secondary_menu .submenupanel div.childselected a
{
	font-weight:bold;
	padding:0px 10px;
	line-height:32px;	
	height:32px;
	float:left;
	background:url('../images/secondarymenu_on.gif') top left repeat-x;
	text-decoration:none;
	
}
.secondary_menu .levelthreemenu
{
	float:left;
	width:960px;/*890px;*/
	background:url('../images/submenu_level2_bg.gif') repeat-x;	
	margin:0px;
	padding:0px;
	list-style:none;	
	height:31px;
}
.secondary_menu .levelthreemenu ul
{
	padding:0px;
	margin:0px;
	list-style:none;	
}
.secondary_menu .levelthreemenu li
{
	padding:0px;
	list-style:none;	
	float:left;
}
.secondary_menu .levelthreemenu li a
{
	font-weight:bold;
	padding:0px 10px;
	line-height:31px;	
	height:31px;
	float:left;
}
.secondary_menu .levelthreemenu li a:hover,
.secondary_menu .levelthreemenu li a.childselected
{
	font-weight:bold;
	padding:0px 10px;
	line-height:32px;	
	height:32px;
	float:left;
	background:url('../images/level3menu_on.gif') top left repeat-x;
	text-decoration:none;
}
.secondary_menu .levelthreemenu li.seperator
{
	background:url('../images/submenu_level2_separator_bg.gif') no-repeat;
	width:2px;
	height:19px;
	float:left;
	margin:7px 0px 0px 0px;	
}