/* CSS Document */

/* top_menu */
#top_menu{
	position: relative;
	width: 960px;
	height: 35px;
	overflow:hidden
}

#top_menu #section{
	position: relative;
}

#top_menu #section .title{
	cursor:pointer;
	float:left;
	text-align:center;
	height: 34px;
	width: 319px;
	border-bottom: 1px solid #D3D1D2;
	border-right: 1px solid #D3D1D2;
	overflow:hidden;
	background:url(../images/menu-bg.gif) no-repeat;
}
#top_menu #section .title_open{
	float:left;
	text-align:center;
	height: 34px;
	width: 319px;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #D3D1D2;
	overflow:hidden;
	background:url(../images/menu-bg-open.gif) no-repeat;
}
#top_menu #section .title:hover{
	background:url(../images/menu-bg-hi.gif) no-repeat;
	color:#007d57;
}
/*#top_menu #section .title table, #top_menu #section .title_open table{
	width: 318px;
	height: 34px;
	cursor:pointer;
}*/
#top_menu #section .title a{
	/*background:url(../images/menu-bg.gif) no-repeat;*/
	line-height: 34px;
	color:#4F4F4F;
	text-decoration:none;
	font-size: 14px;
	font-weight:bold;
}
#top_menu #section .title a:hover{
	/*background:url(../images/menu-bg-hi.gif) no-repeat;*/
	color:#007D58;
}
#top_menu #section .title_open a{
	/*background:url(../images/menu-bg-open.gif) no-repeat;*/
	line-height: 34px;
	color:#4F4F4F;
	text-decoration:none;
	font-size: 14px;
	font-weight:bold;
}
#top_menu #section .title_open a:hover{
	color:#007D58;
}

/* section_menu */
#section_menu{
	position:relative;
	clear:both;
	text-align:left;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color:#FFF;
	/*width: 960px;*/
	height: 182px;
}

.section_menu_width{
	width:960px;
}

.section_menu_width_fix_safari{
	width:975px;
}
#section_menu .menu_group{
	background:url(../images/section-menu-bg.gif) no-repeat;
	width: 960px;
	height: 162px;
	padding-top:10px;
	padding-bottom:10px;
}

#section_menu .level1, #section_menu .level2, #section_menu .level3{
	float:left;
	width: 303px;
	padding-left: 8px;
	padding-right: 8px;
	height: 162px;
}

#section_menu .level1{
	width: 303px;
}
#section_menu .level2{
	width: 303px;
	border-left: 1px solid #CACACA;
	display:none;
}
#section_menu .level3{
	width: 300px;
	border-left: 1px solid #CACACA;
	display:none;
}
.padding_fix_ie{
	padding-top: 2px;
	padding-bottom: 2px;
}



/*  Navigation Tabs
----------------------------------------------------------------------*/
#navigation_tabs {
    background: #FFF url(../images/section-menu-bg.gif) left 39px no-repeat;
    position: relative;
    overflow: hidden;
    margin: 0 0 10px 2px;
    padding: 0;
    left: 0;
    bottom: 0;
	height: 300px;
}
    #navigation_tabs LI {
        display: block;
        float: left;
        width: 319px;
        line-height: 34px;
        font-size: 14px;
        text-align: center;
        font-weight: normal;
        text-transform: uppercase;
        border-right: 1px solid #D3D1D2;
    }
    #navigation_tabs LI a span{
		visibility: hidden;}
	
    #navigation_tabs LI.active {
        cursor: pointer;
    }
    
        #navigation_tabs LI A:link, #navigation_tabs LI A:visited {
            background: #F5F3F4 url(../images/menu-bg.gif) left top no-repeat;
            display: block;
            width: 100%;
            height: 100%;
            border-bottom: 1px solid #D3D1D2;
        }
			#navigation_tabs LI#nav-first A:link, #navigation_tabs LI#nav-first A:visited {
			background: #F5F3F4 url(../images/nav_off_visiting.gif) left top no-repeat;
		}
		#navigation_tabs LI#nav-second A:link, #navigation_tabs LI#nav-second A:visited {
			background: #F5F3F4 url(../images/nv_off_buying.gif) left top no-repeat;
		}
		#navigation_tabs LI#nav-third A:link, #navigation_tabs LI#nav-third A:visited {
			background: #F5F3F4 url(../images/nav_off_discovering.gif) left top no-repeat;
		}
        #navigation_tabs LI A:hover,
        UL#navigation_tabs LI.active A
        {
            background-image: url(../images/menu-bg-hi.gif);
            color:#999;
            outline: none;
            text-decoration:none;
        }

        #navigation_tabs LI#nav-first A:hover, UL#navigation_tabs LI#nav-first.active A {
            background-image: url(../images/nav_on_visiting.gif);}
        #navigation_tabs LI#nav-second A:hover, UL#navigation_tabs LI#nav-second.active A {
            background-image: url(../images/nav_on_buying.gif);}
        #navigation_tabs LI#nav-third A:hover, UL#navigation_tabs LI#nav-third.active A {
            background-image: url(../images/nav_on_discovering.gif);}								
        UL#navigation_tabs A{
            color:#656565;
        }
		

        #navigation_tabs LI.active A:link,
        #navigation_tabs LI.active A:visited,
        #navigation_tabs LI.current_tab a:link,
        #navigation_tabs LI.current_tab a:visited
        {
            background-image: url(../images/menu-bg-open.gif);
            border-bottom: none;
            outline: none;
        }
        #navigation_tabs LI#nav-first.active A:link,
        #navigation_tabs LI#nav-first.active A:visited,
        #navigation_tabs LI#nav-first.current_tab a:link,
        #navigation_tabs LI#nav-first.current_tab a:visited
        {
            background-image: url(../images/nav_active_visiting.gif);
        }
        #navigation_tabs LI#nav-second.active A:link,
        #navigation_tabs LI#nav-second.active A:visited,
        #navigation_tabs LI#nav-second.current_tab a:link,
        #navigation_tabs LI#nav-second.current_tab a:visited
        {
            background-image: url(../images/nav_active_buying.gif);
        }
        #navigation_tabs LI#nav-third.active A:link,
        #navigation_tabs LI#nav-third.active A:visited,
        #navigation_tabs LI#nav-third.current_tab a:link,
        #navigation_tabs LI#nav-third.current_tab a:visited
        {
            background-image: url(../images/nav_active_discovering.gif);
        }						
		
        #navigation_tabs LI.current_tab a:link,
        #navigation_tabs LI.current_tab a:visited {
            color: #007D57;
        }
    #navigation_tabs LI UL {
        position: absolute;
        top: 34px;
        width: 1000px;
        margin-left: 0;
        padding-left: 0;
        padding-top: 16px;
        display: none;
        list-style-type: none;
	left: 0;
    }
    #navigation_tabs LI#nav-first UL {
	left: 0;
    }
    #navigation_tabs LI#nav-second UL {
	left: 319px;
    }
    #navigation_tabs LI#nav-third UL {
	left: 638px;
    }	
    #navigation_tabs.js_on LI UL {
        display: none;
    }
    #navigation_tabs.js_on LI.active UL {
        display: block;
    }

    #navigation_tabs LI:hover UL,
    #navigation_tabs.js_on LI.active:hover UL
    {
        display: block;
    }
    #navigation_tabs.js_on LI:hover UL {
        display: none;
    }
    
    #navigation_tabs LI:hover UL LI UL {
        display: none;
    }	

    #navigation_tabs LI UL LI {
            border: none;
            display: block;
            clear: left;
            height: 1em;
            line-height: normal;
            /*text-transform: none;*/
            text-align: left;
            font-size: 11px;
            height: auto;
            overflow: hidden;
            margin-left: 0;
            padding-left: 6px;
            width: 312px;
	    border-right: 1px solid #CACACA;
        }	

	#navigation_tabs LI#nav-first UL LI a{
		background: none !important;}
	#navigation_tabs LI#nav-second UL LI a{
		background: none !important;}
	#navigation_tabs LI#nav-third UL LI a{
		background: none !important;}				

	#navigation_tabs LI#nav-second UL LI {
	    border-left: 1px solid #CACACA;	
	}
	
	#navigation_tabs LI#nav-second UL LI UL LI {
	    border-right: none;
	    border-left: none;
	}
	
	#navigation_tabs LI#nav-third UL LI {
	    border-left: 1px solid #CACACA;
	    border-right: none;
	}			

        #navigation_tabs LI UL LI A:link,
        #navigation_tabs LI UL LI A:visited,
        #navigation_tabs LI.active UL LI A:link,
        #navigation_tabs LI.active UL LI A:visited
		{
            background-color: #F5F3F4;
            background-image: none;
            border-bottom: 1px solid #E4E4E4;
            color: #656565;
            line-height: 1em;
            display: block;
            padding: 6px 0 6px 8px;
            width: 298px;
        }	
		
		#navigation_tabs LI UL LI.section-link A:link,
        #navigation_tabs LI UL LI.section-link A:visited,
        #navigation_tabs LI.active UL LI.section-link A:link,
        #navigation_tabs LI.active UL LI.section-link A:visited
		{
            background: #858585 !important;
			color: #fff !important;
		}
		#navigation_tabs LI UL LI.section-link A.current_page:hover,
        #navigation_tabs LI.active UL LI.section-link A.current_page:hover
		{
            background: #858585 !important;
			color: #fff !important;
		}		
		#navigation_tabs LI#nav-first UL LI.section-link A:link,
        #navigation_tabs LI#nav-first UL LI.section-link A:visited,
        #navigation_tabs LI#nav-first.active UL LI.section-link A:link,
        #navigation_tabs LI#nav-first.active UL LI.section-link A:visited
		{
            background: #858585 !important;
			color: #fff !important;
		}
		#navigation_tabs LI#nav-first UL LI.section-link A:hover,
        #navigation_tabs LI#nav-first UL LI.section-link A:active,
        #navigation_tabs LI#nav-first.active UL LI.section-link A:hover,
        #navigation_tabs LI#nav-first.active UL LI.section-link A:active
		{
            background: #00B299 !important;
			color: #fff !important;
		}
		#navigation_tabs LI#nav-second UL LI.section-link A:link,
        #navigation_tabs LI#nav-second UL LI.section-link A:visited,
        #navigation_tabs LI#nav-second.active UL LI.section-link A:link,
        #navigation_tabs LI#nav-second.active UL LI.section-link A:visited
		{
            background: #858585 !important;
			color: #fff !important;
		}
		#navigation_tabs LI#nav-second UL LI.section-link A:hover,
        #navigation_tabs LI#nav-second UL LI.section-link A:active,
        #navigation_tabs LI#nav-second.active UL LI.section-link A:hover,
        #navigation_tabs LI#nav-second.active UL LI.section-link A:active
		{
            background: #00B299 !important;
			color: #fff !important;
		}
		#navigation_tabs LI#nav-third UL LI.section-link A:link,
        #navigation_tabs LI#nav-third UL LI.section-link A:visited,
        #navigation_tabs LI#nav-third.active UL LI.section-link A:link,
        #navigation_tabs LI#nav-third.active UL LI.section-link A:visited
		{
            background: #858585 !important;
			color: #fff !important;
		}
		#navigation_tabs LI#nav-third UL LI.section-link A:hover,
        #navigation_tabs LI#nav-third UL LI.section-link A:active,
        #navigation_tabs LI#nav-third.active UL LI.section-link A:hover,
        #navigation_tabs LI#nav-third.active UL LI.section-link A:active
		{
            background: #00B299 !important;
			color: #fff !important;
		}		
        
        #navigation_tabs LI UL LI A.current_page:link,
        #navigation_tabs LI UL LI A.current_page:visited,
        #navigation_tabs LI UL LI.inside_sub_level UL LI A.current_page:link,
        #navigation_tabs LI UL LI.inside_sub_level UL LI A.current_page:visited
        {
            background: #DDD none !important;
            color: #656565 !important;
        }
        #navigation_tabs LI#nav-first UL LI A.current_page:link,
        #navigation_tabs LI#nav-first UL LI A.current_page:visited,
        #navigation_tabs LI#nav-first UL LI.inside_sub_level UL LI A.current_page:link,
        #navigation_tabs LI#nav-first UL LI.inside_sub_level UL LI A.current_page:visited
        {
            background: #DDD none !important;
            color: #656565 !important;
        }
        #navigation_tabs LI#nav-second UL LI A.current_page:link,
        #navigation_tabs LI#nav-second UL LI A.current_page:visited,
        #navigation_tabs LI#nav-second UL LI.inside_sub_level UL LI A.current_page:link,
        #navigation_tabs LI#nav-second UL LI.inside_sub_level UL LI A.current_page:visited
        {
            background: #DDD none !important;
            color: #656565 !important;
        }
        #navigation_tabs LI#nav-third UL LI A.current_page:link,
        #navigation_tabs LI#nav-third UL LI A.current_page:visited,
        #navigation_tabs LI#nav-third UL LI.inside_sub_level UL LI A.current_page:link,
        #navigation_tabs LI#nav-third UL LI.inside_sub_level UL LI A.current_page:visited
        {
            background: #DDD none !important;
            color: #656565 !important;
        }				


        #navigation_tabs LI UL LI.sub_level A.current_page:link,
        #navigation_tabs LI UL LI.sub_level A.current_page:visited,
        #navigation_tabs LI UL LI.inside_sub_level A.current_page:link,
        #navigation_tabs LI UL LI.inside_sub_level A.current_page:visited
        {
            background: #DDD url(../images/menu-arrow-current.gif) 288px center no-repeat !important;
        }
        #navigation_tabs LI#nav-first UL LI.sub_level A.current_page:link,
        #navigation_tabs LI#nav-first UL LI.sub_level A.current_page:visited,
        #navigation_tabs LI#nav-first UL LI.inside_sub_level A.current_page:link,
        #navigation_tabs LI#nav-first UL LI.inside_sub_level A.current_page:visited
        {
            background: #DDD url(../images/menu-arrow-current.gif) 288px center no-repeat !important;
        }
        #navigation_tabs LI#nav-second UL LI.sub_level A.current_page:link,
        #navigation_tabs LI#nav-second UL LI.sub_level A.current_page:visited,
        #navigation_tabs LI#nav-second UL LI.inside_sub_level A.current_page:link,
        #navigation_tabs LI#nav-second UL LI.inside_sub_level A.current_page:visited
        {
            background: #DDD url(../images/menu-arrow-current.gif) 288px center no-repeat !important;
        }
        #navigation_tabs LI#nav-third UL LI.sub_level A.current_page:link,
        #navigation_tabs LI#nav-third UL LI.sub_level A.current_page:visited,
        #navigation_tabs LI#nav-third UL LI.inside_sub_level A.current_page:link,
        #navigation_tabs LI#nav-third UL LI.inside_sub_level A.current_page:visited
        {
            background: #DDD url(../images/menu-arrow-current.gif) 288px center no-repeat !important;
        }						
        
        #navigation_tabs LI UL LI.sub_level A:link,
        #navigation_tabs LI UL LI.sub_level A:visited
        {
            background: #F5F3F4 url(../images/menu-arrow.gif) 288px center no-repeat !important;
        }
        #navigation_tabs LI#nav-first UL LI.sub_level A:link,
        #navigation_tabs LI#nav-first UL LI.sub_level A:visited
        {
            background: #F5F3F4 url(../images/menu-arrow.gif) 288px center no-repeat !important;
        }
        #navigation_tabs LI#nav-second UL LI.sub_level A:link,
        #navigation_tabs LI#nav-second UL LI.sub_level A:visited
        {
            background: #F5F3F4 url(../images/menu-arrow.gif) 288px center no-repeat !important;
        }				
	
	#navigation_tabs LI#nav-third UL LI A:link,
        #navigation_tabs LI#nav-third UL LI A:visited {
	    padding-left: 20px;
	}
	
	#navigation_tabs li#nav-third ul li ul li a:link,
	#navigation_tabs li#nav-third ul li ul li a:visited {
	    padding-left: 6px;
	}
	
        #navigation_tabs LI#nav-third UL LI.sub_level A.current_page:link,
        #navigation_tabs LI#nav-third UL LI.sub_level A.current_page:visited,
        #navigation_tabs LI#nav-third UL LI.inside_sub_level A.current_page:link,
        #navigation_tabs LI#nav-third UL LI.inside_sub_level A.current_page:visited
        {
            background: #DDD url(../images/menu-arrow-current-left.gif) 5px center no-repeat !important;           
        }
	
        #navigation_tabs LI#nav-third UL LI.sub_level A:link,
        #navigation_tabs LI#nav-third UL LI.sub_level A:visited
        {
            background: #F5F3F4 url(../images/menu-arrow-left.gif) 5px center no-repeat !important;
        }	
        
        #navigation_tabs LI UL LI.inside_sub_level UL LI A:link,
        #navigation_tabs LI UL LI.inside_sub_level UL LI A:visited
        {
            background: none !important;
            color: #656565 !important;
        }
        #navigation_tabs LI#nav-first UL LI.inside_sub_level UL LI A:link,
        #navigation_tabs LI#nav-first UL LI.inside_sub_level UL LI A:visited
        {
            background: none !important;
            color: #656565 !important;
        }
        #navigation_tabs LI#nav-second UL LI.inside_sub_level UL LI A:link,
        #navigation_tabs LI#nav-second UL LI.inside_sub_level UL LI A:visited
        {
            background: none !important;
            color: #656565 !important;
        }
        #navigation_tabs LI#nav-third UL LI.inside_sub_level UL LI A:link,
        #navigation_tabs LI#nav-third UL LI.inside_sub_level UL LI A:visited
        {
            background: none !important;
            color: #656565 !important;
        }						
        
        #navigation_tabs LI UL LI A:hover,
        #navigation_tabs LI UL LI A:active,
        #navigation_tabs LI.active UL LI A:hover,
        #navigation_tabs LI.active UL LI A:active,
        #navigation_tabs LI.active UL LI.active UL LI A:hover,
        #navigation_tabs LI.active UL A.current_page:hover,
        #navigation_tabs LI.active UL A.current_page:active
        {
            background-color: #00B299 !important;
            color: #FFF !important;
        }
        #navigation_tabs LI#nav-first UL LI A:hover,
        #navigation_tabs LI#nav-first UL LI A:active,
        #navigation_tabs LI#nav-first.active UL LI A:hover,
        #navigation_tabs LI#nav-first.active UL LI A:active,
        #navigation_tabs LI#nav-first.active UL LI.active UL LI A:hover,
        #navigation_tabs LI#nav-first.active UL A.current_page:hover,
        #navigation_tabs LI#nav-first.active UL A.current_page:active
        {
            background-color: #00B299 !important;
            color: #FFF !important;
        }
        #navigation_tabs LI#nav-second UL LI A:hover,
        #navigation_tabs LI#nav-second UL LI A:active,
        #navigation_tabs LI#nav-second.active UL LI A:hover,
        #navigation_tabs LI#nav-second.active UL LI A:active,
        #navigation_tabs LI#nav-second.active UL LI.active UL LI A:hover,
        #navigation_tabs LI#nav-second.active UL A.current_page:hover,
        #navigation_tabs LI#nav-second.active UL A.current_page:active
        {
            background-color: #00B299 !important;
            color: #FFF !important;
        }
        #navigation_tabs LI#nav-third UL LI A:hover,
        #navigation_tabs LI#nav-third UL LI A:active,
        #navigation_tabs LI#nav-third.active UL LI A:hover,
        #navigation_tabs LI#nav-third.active UL LI A:active,
        #navigation_tabs LI#nav-third.active UL LI.active UL LI A:hover,
        #navigation_tabs LI#nav-third.active UL A.current_page:hover,
        #navigation_tabs LI#nav-third.active UL A.current_page:active
        {
            background-color: #00B299 !important;
            color: #FFF !important;
        }				


		
        #navigation_tabs LI UL LI.sub_level A:hover,
        #navigation_tabs LI UL LI.sub_level A:active,
        #navigation_tabs LI UL LI.active A:link,
        #navigation_tabs LI UL LI.active A:visited,
        #navigation_tabs LI UL LI.active A.current_page:link,
        #navigation_tabs LI UL LI.active A.current_page:visited
        {
            background: #00B299 url(../images/menu-arrow-active.gif) 288px center no-repeat !important; 
            color: #FFF;
        }

        #navigation_tabs LI#nav-first UL LI.sub_level A:hover,
        #navigation_tabs LI#nav-first UL LI.sub_level A:active,
        #navigation_tabs LI#nav-first UL LI.active A:link,
        #navigation_tabs LI#nav-first UL LI.active A:visited,
        #navigation_tabs LI#nav-first UL LI.active A.current_page:link,
        #navigation_tabs LI#nav-first UL LI.active A.current_page:visited
        {
            background: #00B299 url(../images/menu-arrow-active.gif) 288px center no-repeat !important; 
            color: #FFF !important;
        }
		
        #navigation_tabs LI#nav-second UL LI.sub_level A:hover,
        #navigation_tabs LI#nav-second UL LI.sub_level A:active,
        #navigation_tabs LI#nav-second UL LI.active A:link,
        #navigation_tabs LI#nav-second UL LI.active A:visited,
        #navigation_tabs LI#nav-second UL LI.active A.current_page:link,
        #navigation_tabs LI#nav-second UL LI.active A.current_page:visited
        {
            background: #00B299 url(../images/menu-arrow-active.gif) 288px center no-repeat !important; 
            color: #FFF !important;
        }				
        
        #navigation_tabs LI#nav-third UL LI.sub_level A:hover,
        #navigation_tabs LI#nav-third UL LI.sub_level A:active,
        #navigation_tabs LI#nav-third UL LI.active A:link,
        #navigation_tabs LI#nav-third UL LI.active A:visited,
        #navigation_tabs LI#nav-third UL LI.active A.current_page:link,
        #navigation_tabs LI#nav-third UL LI.active A.current_page:visited
        {
            background: #00B299 url(../images/menu-arrow-active-left.gif) 5px center no-repeat !important; 
            color: #FFF !important;
        }      
        
        #navigation_tabs LI UL LI UL {
            width: 319px;
            background-image: none !important;
            position: absolute;
            display: none;
            top: 10px;
            /*height: 160px;*/
            height: 220px;
            padding-top: 6px;
        }
	
	#navigation_tabs LI#nav-first UL LI UL,
	#navigation_tabs LI#nav-second UL LI UL {
	    left: 319px;
	}
	
	#navigation_tabs LI#nav-third UL LI UL {
	    left: -319px;
	}
        
        #navigation_tabs.js_on LI.active UL LI UL,
        #navigation_tabs.js_on LI.active:hover UL LI UL
        {
            display: none;
        }
        
        #navigation_tabs.js_on LI.active UL LI.active UL,
        #navigation_tabs LI UL LI.sub_level:active UL,
        #navigation_tabs LI UL LI:hover UL
        {
            display: block;
        }

        
        #navigation_tabs LI UL LI.sub_level UL LI A:link,
        #navigation_tabs LI UL LI.sub_level UL LI A:visited,
        #navigation_tabs LI UL LI.inside_sub_level UL LI A:link,
        #navigation_tabs LI UL LI.inside_sub_level UL LI A:visited,
		#navigation_tabs LI#nav-first UL LI.sub_level UL LI A:link,
        #navigation_tabs LI#nav-first UL LI.sub_level UL LI A:visited,
        #navigation_tabs LI#nav-first UL LI.inside_sub_level UL LI A:link,
        #navigation_tabs LI#nav-first UL LI.inside_sub_level UL LI A:visited,

		#navigation_tabs LI#nav-second UL LI.sub_level UL LI A:link,
        #navigation_tabs LI#nav-second UL LI.sub_level UL LI A:visited,
        #navigation_tabs LI#nav-second UL LI.inside_sub_level UL LI A:link,
        #navigation_tabs LI#nav-second UL LI.inside_sub_level UL LI A:visited,
		
		#navigation_tabs LI#nav-third UL LI.sub_level UL LI A:link,
        #navigation_tabs LI#nav-third UL LI.sub_level UL LI A:visited,
        #navigation_tabs LI#nav-third UL LI.inside_sub_level UL LI A:link,
        #navigation_tabs LI#nav-third UL LI.inside_sub_level UL LI A:visited
        {
            color: #656565 !important;
            background: transparent !important;
            background-image: none !important;
            background-position: 288px center;
            background-repeat: no-repeat;
        }
		
		

        #navigation_tabs LI#nav-third UL LI.inside_sub_level UL LI A.current_page,
		#navigation_tabs LI#nav-third UL LI.inside_sub_level UL LI A.current_page:visited
        {
            background-color: #ccc !important;
            background-image: none !important;
            color: #FFF ;
        }
        
        #navigation_tabs LI UL LI.sub_level UL LI A:hover,
        #navigation_tabs LI UL LI.sub_level UL LI A:active,
        #navigation_tabs LI UL LI.inside_sub_level UL LI A:hover,
        #navigation_tabs LI UL LI.inside_sub_level UL LI A:active,
        #navigation_tabs LI UL LI.inside_sub_level UL LI A.current_page:hover,
        #navigation_tabs LI UL LI.inside_sub_level UL LI A.current_page:active,
		#navigation_tabs LI#nav-first UL LI.sub_level UL LI A:hover,
	    #navigation_tabs LI#nav-first UL LI.sub_level UL LI A:active,
        #navigation_tabs LI#nav-first UL LI.inside_sub_level UL LI A:hover,
        #navigation_tabs LI#nav-first UL LI.inside_sub_level UL LI A:active,
        #navigation_tabs LI#nav-first UL LI.inside_sub_level UL LI A.current_page:hover,
        #navigation_tabs LI#nav-first UL LI.inside_sub_level UL LI A.current_page:active,

		#navigation_tabs LI#nav-second UL LI.sub_level UL LI A:hover,
	    #navigation_tabs LI#nav-second UL LI.sub_level UL LI A:active,
        #navigation_tabs LI#nav-second UL LI.inside_sub_level UL LI A:hover,
        #navigation_tabs LI#nav-second UL LI.inside_sub_level UL LI A:active,
        #navigation_tabs LI#nav-second UL LI.inside_sub_level UL LI A.current_page:hover,
        #navigation_tabs LI#nav-second UL LI.inside_sub_level UL LI A.current_page:active,
				
		#navigation_tabs LI#nav-third UL LI.sub_level UL LI A:hover,
	    #navigation_tabs LI#nav-third UL LI.sub_level UL LI A:active,
        #navigation_tabs LI#nav-third UL LI.inside_sub_level UL LI A:hover,
        #navigation_tabs LI#nav-third UL LI.inside_sub_level UL LI A:active,
        #navigation_tabs LI#nav-third UL LI.inside_sub_level UL LI A.current_page:hover,
        #navigation_tabs LI#nav-third UL LI.inside_sub_level UL LI A.current_page:active
        {
            background-color: #00B299 !important;
            background-image: none !important;
            color: #FFF;
        }

	    
        
        #navigation_tabs LI UL LI.sub_level UL LI,
        #navigation_tabs LI UL LI.inside_sub_level UL LI
        {
            border-right: none;
        }
        #navigation_tabs LI UL LI.sub_level UL LI A:link,
        #navigation_tabs LI UL LI.sub_level UL LI A:visited {
            background-image: none !important;
            
        }
		
        #navigation_tabs LI UL LI.sub_level UL LI  {
            margin-left: 0px;
        }
	
	#navigation_tabs LI UL LI.sub_level UL LI.sub-sub-first  {
            padding-top: 24px;
        }

/* DEBUGGING CLEAR FIX */
 #navigation_tabs:after,
 #navigation_tabs LI UL:after
 {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
 }
 
 
		#breadCrumb {
			position: relative;
			top: -25px ;
			left: 49%;
			width: 50%;
			text-align: right;
			font-size: 1em;
			margin: 0;
			padding: 0;
			height: 0px;

		}
		#breadCrumb ul li{
			display: inline;
			/* background: url(../images/list-item.gif) no-repeat left; */
			padding-left: 0;
			padding-right:2px;
			color: #005d41;
			font-weight: normal;
			
		}		
		#breadCrumb ul li div{
			display: inline;}		
		#breadCrumb ul li.none{
			background: none;
		}		
		#breadCrumb ul li a{
			color: #fff;
			font-weight: normal;
		} 
				
