/*	===================================
	ALL MAIN NAVIGATION MENUS - BACKGROUND FOR TABS, ACCORDION AND BASIC MENUW
	=========== =========== =========== */
.mainNavBG {
	clear: both;
	margin-bottom: 8px;
	line-height: 125%;
}


.mainNavBG h2.selected {
	background: url('../imgPG/sx_dotArBU4.png') 98% center no-repeat;
}

/* For Group title
***************************/
.mainNavBG h2 {
	font-size: 13px;
	clear: both;
	margin: 5px 0;
	padding: 8px;
	cursor: pointer;
	border: 1px solid #000;
	background: #c00 url('../imgPG/sx_dotArBD6.png') 96% center no-repeat;
	color: #fff;
}
.mainNavBG h2.selected {
	background: #c00 url('../imgPG/sx_dotArBU6.png') 96% center no-repeat;
}

/* Change Group title in basic list
***************************/
.basicListBG h2 {
	cursor: auto;
	margin: 0;
	padding: 0 0 2px 0;
	border: 0;
	background: none;
	color: #C00;
}


/* For category title - accordion
***************************/
.mainNavBG h3 {
	font-size: 12px;
	padding: 1px 0;
	margin: 3px 0;
	border-bottom: 1px solid #000;
}

/* For subcategory title
***************************/
.mainNavBG h4 {
	margin: 0;
	padding: 0;
}
.mainNavBG h4 a {
	padding: 0;
	background: url('../imgPG/sx_dotArR5.png') 98% center no-repeat;
}
.mainNavBG h4 a:hover {
	padding: 0;
	background: url('../imgPG/sx_dotArR4.png') 98% center no-repeat;
}


/* Common Lists (for basic, tabs, accordion and calendar)
************************/
.mainNavBG ul {
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

.mainNavBG li {
	margin: 0;
	padding: 0;
}

.mainNavBG ul.maxHeight {
	max-height: 240px;
	overflow-x: hidden;
	overflow-y: auto;
}

/* Common Links (for basic, tabs, accordion and calendar)
************************/
.mainNavBG a {
	display: block;
	padding: 0 4px 4px 12px;
	background: url('../imgPG/sx_dot5.png') 0 2px no-repeat; 
	color: #000;
}
.mainNavBG a:hover {
	background: url('../imgPG/sx_dot4.png') 0 2px no-repeat; 
	color: #c00;
}

/* Change Links for non-accordion Basic List)
.basicListBG a,
.basicListBG a:hover {background: none;}
************************/

.mainNavBG a.month {
	float:right;
	background: #eee url('../imgPG/sx_dotArR4.png') right center no-repeat !important;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 100%;
	border: 1px solid #ddd;
}
.mainNavBG a.month:hover {
	background: #eee url('../imgPG/sx_dotArR5.png') right center no-repeat !important;
}

/*	===================================
	MAIN NAVIGATION BY ACCORDION - TEXT LISTS
	max-height: 212px;
=========================================*/
.accordion {}
.accordion h3 {cursor: pointer;}
.accordion ul {
	clear: both;
	margin: 5px 0;
	padding: 0;
	list-style: none;
	display: none;
}
.accordion > ul {
	margin-bottom: 10px;
	padding-right: 4px;
	overflow-y: auto;
	overflow-x: hidden;
}
.accordion ul li ul {
	margin: 0 0 2px 12px;
}


/*	===================================
	MAIN NAVIGATION BY TABS
=========================================*/
.tabsList {
	clear: both;
	margin: 0;
	font-family: verdana;
	}
.tabsList ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tabsList ul li {
	float:left;
	border: 1px solid #a3a6a9;
	margin: 0 1px -1px 0;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	}
.tabsList ul li span {
	display: block;
	border: 1px solid #fff;
	padding: 8px 4px;
	}
.tabsList ul li.noSelected{
	background: #a3a6a9 url('../imgPG/grad50WT80.png') left bottom repeat-x; 
	}
.tabsList ul li.selected{
	background: #a3a6a9 url('../imgPG/grad80TW.png') left bottom repeat-x; 
	border-bottom: 1px solid #fff;
	padding-bottom: 2px;
	}

.tabsContent {
	clear: both;
	font-family: verdana;
	font-size: 11px;
	border: 1px solid #a3a6a9;
	background: #fff;
	margin:0;
	}
.tabsContent > ul {
	margin: 0;
	padding: 8px 0 8px 5px;
	list-style: none;
	display:none;
	max-height: 218px;
	overflow: auto;
	}
.tabsContent ul li {
	padding: 0;
	margin: 0;
}

/* END
******************/