﻿.overall_menu
{
	position:relative;	
}

.top_group
{
	z-index: 99;
	position: relative;
}

.default_tab
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	width:124px;
	height:34px;
}

.default_large_tab
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	width:173px;
	height:34px;
}

.default_tab_hover 
{
	font-family:Verdana; 
	font-size:12px; 
	font-weight: bold;
	text-decoration: underline;
	cursor:pointer;
	width:124px;
	height:34px;
	background-image:url(../../../../URQuestGlobalTheme/Images/containers/yqmenu/menu_hover.png);
	background-position:center;
	background-repeat:no-repeat;  
}

.default_large_tab_hover 
{
	font-family:Verdana; 
	font-size:12px; 
	font-weight: bold;
	text-decoration: underline;
	cursor:pointer;
	width:173px;
	height:34px;
	background-image:url(../../../../URQuestGlobalTheme/Images/containers/yqmenu/menu_large_hover.png);
	background-position:center;
	background-repeat:no-repeat;  
}

.selected_tab 
{
	font-family:Verdana; 
	font-size:12px; 
	font-weight: bold;
	cursor:default;
	width:124px;
	height:34px;
	background-image:url(../../../../URQuestGlobalTheme/Images/containers/yqmenu/menu_selected.png);
	background-position:center;
	background-repeat:no-repeat;
}

.selected_large_tab 
{
	font-family:Verdana; 
	font-size:12px; 
	font-weight: bold;
	cursor:default;
	width:173px;
	height:34px;
	background-image:url(../../../../URQuestGlobalTheme/Images/containers/yqmenu/menu_large_selected.png);
	background-position:center;
	background-repeat:no-repeat;
}


.child_tab
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;	
	width:154px;  
	height:22px;
	background-image:url(../../../../URQuestGlobalTheme/Images/containers/yqmenu/menu_bottom_bg.png);
	background-repeat:repeat-x;			
}

.child_tab_hover
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;	
	width:154px;  
	height:22px;
	background-image:url(../../../../URQuestGlobalTheme/Images/containers/yqmenu/menu_bottom_bg.png);
	background-repeat:repeat-x;		
}

ul.nav_menu
{
	list-style-type:none;
	clear:both;
	z-index:2;
}

ul.nav_menu li
{
	list-style-type:none;
	float:left;
}

li.nav_menu_left
{
	width:6px;
	height:34px;
	background-image:url(../../../../URQuestGlobalTheme/Images/containers/yqmenu/menu_top_left.png);
	background-repeat:no-repeat;
}

li.nav_menu_mid
{
	height:34px;
	background-image:url(../../../../URQuestGlobalTheme/Images/containers/yqmenu/menu_top_background.png);
	background-repeat:repeat-x;	
}

li.nav_menu_right
{
	width:6px;
	height:34px;	
	background-image:url(../../../../URQuestGlobalTheme/Images/containers/yqmenu/menu_top_right.png);
	background-repeat:no-repeat;	
}

ul.nav_sub_menu
{
	list-style-type:none;
	clear:left;	
	position:absolute;
	top:34px;
}

ul.nav_sub_menu li
{
	list-style-type:none;
	float:left;	
}

li.nav_sub_menu_left
{
	width:6px;
	height:22px;
	background-image:url(../../../../URQuestGlobalTheme/Images/containers/yqmenu/menu_bottom_left.png);
	background-repeat:no-repeat;	
}

li.nav_sub_menu_mid
{
	height:22px;
	background-image:url(../../../../URQuestGlobalTheme/Images/containers/yqmenu/menu_bottom_bg.png);
	background-repeat:repeat-x;		
}

li.nav_sub_menu_right
{
	width:6px;
	height:22px;
	background-image:url(../../../../URQuestGlobalTheme/Images/containers/yqmenu/menu_bottom_right.png);
	background-repeat:no-repeat;			
}

li.nav_menu_short
{
	width:683px;	
}

li.nav_menu_long
{
	width:943px;	
}

li.nav_menu_master
{
	width:618px;	
}

li.nav_menu_master_sub
{
	width:618px;	
}

div.nav_menu_sub
{
	height:56px;
	position:relative;	
	padding-bottom:5px;
}

div.nav_menu_no_sub
{
	height:28px;
	position:relative;
	padding-bottom:15px;	
}

div.nav_sub_menu_wrapper
{
	width:608px;
	height:22px;
	clear:both;	
}

div.wrapper_sub_menu_left
{
	float:left;
	text-align:left;
}

div.wrapper_sub_menu_right
{
	float:right;
	text-align:right;
}

.cursor_arrow
{
	cursor: default;
}

.cursor_pointer
{
	cursor: pointer;
}