/* STYLESHEET SECTIONS
   CSS Flags marked with [=]
	 
	 MAIN MENU STYLES 
	 MAIN MENU ITEM STYLES
	 POPUP MENU STYLES - TIER 1
	 POPUP MENU STYLES - TIER 2
	 POPUP MENU STYLES - TIER 3
	 	 
	 ....................................... */

/* =MAIN MENU STYLES 
	 ....................................... */
ul#ul_NavBar,
ul#ul_NavBar ul {
	margin:0px;
	padding:0px;
	font-family:Arial,Helvetica,sans-serif;
}
ul#ul_NavBar {
	margin: 0 0 0 0;
    width:778px;
	height:34px;
	background:transparent url(../fw/nav.jpg) no-repeat top center;
	position:relative;
	top:15px;
	padding:4px 0 0 10px;
}
ul#ul_NavBar li {	
	position:relative;	
	float:left;
	list-style:none;
	margin:0 1px 0 0;
	width:122px;
	height:33px;
}
ul#ul_NavBar li.Explore_by_business {	
 	width:153px;
} 
/* =MAIN MENU ITEM STYLES
	 ....................................... */
ul#ul_NavBar li a {
	background:#A35700 url(../fw/tab.jpg) no-repeat 0 0;
	text-decoration:none;
	color:#FFFFFF;
    display:block;
    font-size:13px;
    font-weight:bold;
    height:33px;
    line-height:33px;
    text-align:center;
    width:122px;
}
ul#ul_NavBar li.Explore_by_business a {
	background:#A35700 url(../fw/tab_Explore_by_business.jpg) no-repeat 0 0;
	text-decoration:none;
	color:#FFFFFF;
    display:block;
    font-size:13px;
    font-weight:bold;
    height:33px;
    line-height:33px;
    text-align:center;
    width:153px;
}
ul#ul_NavBar li a:hover {
	background:#45442A url(../fw/tab.jpg) no-repeat 0 -33px;
	height:50px;
}
ul#ul_NavBar li.Explore_by_business a:hover {
	background:#45442A url(../fw/tab_Explore_by_business.jpg) no-repeat 0 -33px;
	height:50px;
}
ul#ul_NavBar a {
	/* Styles */
	display: block;
	text-decoration:none;
}
ul#ul_NavBar a:hover {
	text-decoration:none;
}

/* =POPUP MENU STYLES - TIER 1
	 ....................................... */
ul#ul_NavBar ul, ul#ul_NavBar li.Explore_by_business ul {
	/* Relative Positioning */
	left: 0px;
	top: 22px;
	/* Styles */
	font-size: 11px;
	width: 122px;
	background-color: #535233;
	background-image:none;
	margin:27px 0 0 0;
	padding:0;
	background-image:none;
	text-align:left;

}

ul#ul_NavBar li.Explore_by_business ul {
	width: 153px;
    text-align:left;
}
ul#ul_NavBar ul li,ul#ul_NavBar li.Explore_by_business ul li {
	float: none;
	background-image:none;
	border-bottom:1px solid #535233;
	text-align:left;
	display:block;
    font-size:11px;
    font-weight:normal;
    height:22px;
    line-height:22px;
    padding:0 0 10px 0;
    margin:0;
    
}

ul#ul_NavBar ul a, ul#ul_NavBar li.Explore_by_business ul a {
	background-image:none;
    padding:0;
	margin: 0;
	float: none;
	height:22px;
	width:122px;
	font-size: 11px;
	color: #FBF0A5;
	font-weight: normal;
	text-decoration:none;
	background-color:#45442A;
	text-align:left;
} 	
ul#ul_NavBar li.Explore_by_business ul a {
width:153px;
}
ul#ul_NavBar ul a:hover, ul#ul_NavBar li.Explore_by_business ul a:hover {
	background-color: #A35700;
	text-decoration:none;
	background-image:none;
	height:22px;
}

ul#ul_NavBar ul li.Last, ul#ul_NavBar li.Explore_by_business ul li.last {
	background-color:#45442A;
	padding:0;
	height:22px;
    border:none;
    background: url(../fw/sub-menu.jpg) repeat-x scroll center bottom;
    width:auto;
}
/* =POPUP MENU STYLES - TIER 2
	 ....................................... */
ul#ul_NavBar ul ul {
	left: 122px; /* Same as width of "ul#ul_NavBar ul" */
	top: -9px;  /* Positioning vertically*/
	font-size:11px;
}
ul#ul_NavBar li.Explore_by_business ul ul {
	left: 153px; /* Same as width of "ul#ul_NavBar ul" */
	top: -26px;  /* Positioning vertically*/
	font-size:11px;

}
ul#ul_NavBar ul ul a, ul#ul_NavBar li.Explore_by_business ul ul a { 
	background:#6d6b42 url(../fw/arrow.jpg) no-repeat top left;
	text-align:left;
	text-indent:30px;
	font-weight:normal;
	color:#FBF0A5;
	font-size:11px;
	display:block;
	padding:0 0 0 0px;
	width:auto;
	height:22px;
	line-height:22px;
}
ul#ul_NavBar ul ul a:hover, ul#ul_NavBar li.Explore_by_business ul ul a:hover { 
	background:#6d6b42 url(../fw/arrow2.jpg) no-repeat top left;
	text-align:left;
	text-indent:30px;
	font-weight:normal;
	color:#FBF0A5;
	font-size:11px;
	display:block;
	padding:0 0 0 0px;
	width:auto;
	height:22px;
	line-height:22px;
}

/* =POPUP MENU STYLES - TIER 3
	 ....................................... */
ul#ul_NavBar ul ul ul {
}
ul#ul_NavBar ul ul ul a {
}
ul#ul_NavBar ul ul ul a:hover { 
}