/* The overall TabsTreeMenu DIV surrounding the entire menu */
.TabsTreeMenu
{
position:relative;
padding-bottom:0px;
padding-right:0px;
padding-left:0px;
font-family:Arial, Helvetica, sans-serif; 
width:176px;

text-decoration:none !important;
z-index:3;
	background-position:left top;           
/*	background-image: url(tburgLogo.gif);*/
	background-repeat:no-repeat;


/*background-position:bottom;           
background-image: url(navBg.jpg);
background-repeat:no-repeat;*/

}

.TabsTreeMenu .TTM_ACTIVE_PARENT_2:link, .TabsTreeMenu .TTM_ACTIVE_PARENT_2:visited, .TabsTreeMenu .TTM_ACTIVE_PARENT_2:hover,
.TTM_LINK_2.TTM_ACTIVE_PARENT:link, .TTM_LINK_2.TTM_ACTIVE_PARENT:visited, .TabsTreeMenu .TTM_LINK_2.TTM_ACTIVE_PARENT:hover 
{
	color:#595959;
}

.TabsTreeMenu .TTM_CONTAINER_2 a:link, .TabsTreeMenu .TTM_CONTAINER_2 a:visited, .TabsTreeMenu .TTM_CONTAINER_2 a:hover
{
	font-weight:normal;	
}

.TabsTreeMenu .TTM_CONTAINER_2 a:link, .TabsTreeMenu .TTM_CONTAINER_2 a:visited, .TabsTreeMenu .TTM_CONTAINER_1 a:hover
{
//	font-weight:bold;
}


/* The custom Collapse/Expand/Blank image to use for Parent-Child menu items*/
.TTM_IMG_1, .TTM_IMG_2, .TTM_IMG_3
{
	position:relative;
	cursor:pointer;
	top:4px;
	margin-right:5px;
	
}

/*
    A seemingly redundant <DIV block surrounding each anchored menu item link
*/
.TTM_MENU_1, .TTM_MENU_2,.TTM_MENU_3
{
color:#FFFFFF;
margin-left:0px !important;z-index:2;

}

/* For those menu items that have children items beneath them.
   ie. "Arts & Culture" has children and "Gardens", on the same level, has no children,
       the style will apply to "Arts & Culture" only. */
.TTM_MENU_HASCHILD_1, .TTM_MENU_HASCHILD_2, .TTM_MENU_HASCHILD_3
{
}

/* All children menu names are contained within the respective 
   levels's TTM_CONTAINER to make it easy to apply styles to the group.  Containers
   may contain other containers to represent the menu system heirarchy
*/
.TTM_CONTAINER_1 
{
padding-top:37px !important;z-index:2;

}

.TabsTreeMenu a:hover, .TabsTreeMenu .TTM_MENU_HASCHILD_2 a:hover
{
	background-color:#f5f5ed;
}

.TabsTreeMenu .TTM_MENU_HASCHILD_2 .TTM_ACTIVE_PARENT:hover
{
	bbackground-color:#f5f5ed;
	bborder-top:1px solid #f5f5ed;
}

.TTM_MENU_HASCHILD_2 .TTM_ACTIVE_PARENT_2, .TTM_MENU_HASCHILD_2 .TTM_LINK_2.TTM_ACTIVE_PARENT
{
	background-color:#a6a77d;
	bborder-top:1px solid black;
	color:#555555;
}

.TTM_CONTAINER_2
{
	background-color:#d1d1b7;
}

.TabsTreeMenu .TTM_CONTAINER_3 a:link, .TabsTreeMenu .TTM_CONTAINER_3 a:visited, .TabsTreeMenu .TTM_CONTAINER_3 a:hover
{
	font-size:11px;
}

.TTM_MENU_4
{
	ppadding-left:20px;
	ppadding-right:5px;
}

.TabsTreeMenu .TTM_CONTAINER_2
{
	padding:0px 2px;
}

.TabsTreeMenu .TTM_CONTAINER_1
{

}

.TabsTreeMenu .TTM_CONTAINER_3
{
	ppadding-left:20px;
}


/* Each menu name shown broken into its respective levels. 
   ie. TTM_LINK_1 represents all menu names at the first level */
.TTM_LINK_1
{	
	font-size:11pt;
	ffont-weight:bold;
	padding-top:15px;
	font-family:Arial, Helvetica, sans-serif
	!important;text-decoration:none !important;z-index:2;

}

.TTM_LINK_2
{	
	font-size:11pt;
	ffont-weight:bold;

		font-family:Arial, Helvetica, sans-serif
		!important;text-decoration:none !important;z-index:2;
}

.TTM_LINK_3
{	
	font-size:11pt;
	ffont-weight:bold;
	font-family:Arial, Helvetica, sans-serif
	!important;text-decoration:none !important;z-index:2; 
}

.TTM_LINK_4
{	
	font-size:11pt;
	ffont-weight:lighter;

	font-family:Arial, Helvetica, sans-serif
	!important;text-decoration:none !important;z-index:2;
}

.TTM_LINK_5
{	
	font-size:11pt;
	ffont-weight:lighter;
	font-family:Arial, Helvetica, sans-serif
	!important;text-decoration:none !important;z-index:2;
}

.TTM_LINK_6
{		ffont-weight:lighter;
	font-size:9.3px;
	font-family:Arial, Helvetica, sans-serif
	!important;text-decoration:none !important;z-index:2;
}

/* The <A> link menu names for each menu level.
   ie. TTM_LINK_1 represents all <A> links at level 1 (root) */
.TTM_LINK_1, .TTM_LINK_2, .TTM_LINK_3, .TTM_LINK_4,.TTM_LINK_5,.TTM_LINK_6
{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	display:block; 
	width:100%;
	padding-left:15px;
	padding-top:6px; 
	padding-bottom:6px
	!important;text-decoration:none;
}

.TTM_LINK_4
{
	padding-left:30px; 
}

.TTM_LINK_5
{
	padding-left:45px; 
}

.TTM_LINK_6
{
	padding-left:60px; 
}




/* Applys this setting to the single menu item that represents the current page */

/*Change color of this to the color of the section */
#TTM_ACTIVE
{
	background-image: url(/DesktopModules/TabsTreeMenu/arrow.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration:none;
	
	background-repeat:no-repeat;
	background-position:left !important;z-index:2;
}


.TabsTreeMenu a:link, .TabsTreeMenu a:visited, .TabsTreeMenu a:hover
{
	text-decoration:none;	
	font-size:12px;
	color:#6f7062;
	font-family:Arial; 	
}