/* ul menu list ------------------------------------------ */
/* ESSENTIAL STYLES */
.CMSListMenuUL, .CMSListMenuUL * {margin:	0; padding: 0;	list-style: none;}
.CMSListMenuUL {line-height: 1.0;}
.CMSListMenuUL ul {position: absolute; top: -999em;
	width: 16em;} /* left offset of submenus need to match (see below) */

.CMSListMenuUL ul li {width: 100%;}
.CMSListMenuUL li:hover {visibility: inherit;} /* fixes IE7 'sticky bug' */
.CMSListMenuUL li {float: left; position: relative;}
.CMSListMenuUL a {display: block; position: relative;}
.CMSListMenuUL li:hover ul,
.CMSListMenuUL li.sfHover ul {left: 0; z-index: 99;
	top: 32px;} /* match top ul list item height */
	

ul.CMSListMenuUL li:hover li ul, ul.CMSListMenuUL li.sfHover li ul {top: -999em;}
ul.CMSListMenuUL li li:hover ul, ul.CMSListMenuUL li li.sfHover ul {top: 0;
	left: 16em;} /* match ul width */
	
ul.CMSListMenuUL li li:hover li ul, ul.CMSListMenuUL li li.sfHover li ul {top: -999em;}
ul.CMSListMenuUL li li li:hover ul, ul.CMSListMenuUL li li li.sfHover ul {top: 0;
	left: 16em;} /* match ul width */
	
/* DEMO SKIN ------------------------------------------- */
#menu { height: 35px; background: url(img/bg_nav.png) repeat-x; 
	clear: both;  padding-left: 20px;  width: 930px;}
#menu h3 { float: right; color: #fff; width: 250px; text-align: right;
	padding: 10px 10px 0 0; font-size: 12px;}
.EditMode #menu h3 {z-index: 100;}
.CMSListMenuUL { margin-bottom: 1.5em; width: auto;  height: 32px; }
.CMSListMenuUL ul {height: auto;}

.CMSListMenuUL a {padding: 9px 25px; font-size: 12px; font-weight: bold; color: #fff; }
body.Gecko3 .CMSListMenuUL a {padding: 8px 25px 9px;}


.CMSListMenuUL li.CMSListMenuHighlightedLI a  {background: url(img/bg_nav_cur.png) repeat-x; 
	 color: #363636; outline: 0;} 
.CMSListMenuUL li.CMSListMenuHighlightedLI li a { background-image: none; color: #fff; } 


.CMSListMenuUL li { } /* level 1 bg */
.CMSListMenuUL li li { background: #66707D;} /* level 2 bg */
.CMSListMenuUL li li a {padding: 7px 20px; }


.CMSListMenuUL li:hover, .CMSListMenuUL li.sfHover,
.CMSListMenuUL a:focus, .CMSListMenuUL a:hover, .CMSListMenuUL a:active {outline: 0; text-decoration: none;
	background: #434e5c; color: #fff;} /* hover color top level */  

.CMSListMenuUL li.CMSListMenuHighlightedLI.sfHover a { }	

/*** arrows **/
.CMSListMenuUL a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute; 
	display:		block; 
	right:			1.05em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(/App_Themes/Global/img/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			0.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
	
}
body.IE8 a > .sf-sub-indicator { top: 1.0em;}
body.IE7 a > .sf-sub-indicator { top: 1.0em;}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

.CMSListMenuUL li.CMSListMenuHighlightedLI .sf-sub-indicator { 
	background-image: url(/App_Themes/Global/img/arrows-ffffff.png);}
.CMSListMenuUL li.CMSListMenuHighlightedLI li .sf-sub-indicator {
	background-image: url(/App_Themes/Global/img/arrows-ffffff.png);}

/* point right for anchors in subs */
.CMSListMenuUL ul .sf-sub-indicator { background-position:  -10px 0; }
.CMSListMenuUL ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.CMSListMenuUL ul a:focus > .sf-sub-indicator,
.CMSListMenuUL ul a:hover > .sf-sub-indicator,
.CMSListMenuUL ul a:active > .sf-sub-indicator,
.CMSListMenuUL ul li:hover > a > .sf-sub-indicator,
.CMSListMenuUL ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}



/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(/App_Themes/global/img/shadow.png) no-repeat 100% 100%;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
 
/* tree menu webpart with cssPrefix of l1;l2;l3;l4 & alternating styles---------------------------- */

table.l1CMSTreeMenuTable {width: 200px; border-collapse: collapse; padding: 0; margin: 0; font-size: 1em;
}
/* all  */
.landing table.l1CMSTreeMenuTable td {padding: 0;}
table.l1CMSTreeMenuTable a {
	color: #fff; text-decoration: none; display: block; 
	padding: 0.5em 0 0.5em 0.5em; border-bottom: 1px solid #a5a8a3;
	font-size: 1.0em; }
/* level 1 */
td.l1CMSTreeMenuItem {}
td.l1CMSTreeMenuItem a {}
td.l1CMSTreeMenuItem a:hover {text-decoration: none;  background: url(img/bg_000_50.png);}
/* alternate style */
td.l1CMSTreeMenuItemAlt {}
td.l1CMSTreeMenuItemAlt a {}
td.l1CMSTreeMenuItemAlt a:hover {}
/* current item style */
td.l1CMSTreeMenuSelectedItem {}
td.l1CMSTreeMenuSelectedItem a { background: url(img/bg_fff_50.png); color: #333;}
td.l1CMSTreeMenuSelectedItem a:hover {text-decoration: none;  background: url(img/bg_fff_50.png);}

/* level 2 */
td.l2CMSTreeMenuItem {  }
td.l2CMSTreeMenuItem a { padding: 0.5em 0.5em 0.5em 20px; font-size: 11px; }
td.l2CMSTreeMenuItem a:hover {text-decoration: none;  background: url(img/bg_000_50.png);}
/* alternate style */
td.l2CMSTreeMenuItemAlt {}
td.l2CMSTreeMenuItemAlt a {}
td.l2CMSTreeMenuItemAlt a:hover {}
/* current item style */
td.l2CMSTreeMenuSelectedItem { }
td.l2CMSTreeMenuSelectedItem a { padding: 0.5em 0.5em 0.5em 20px; background: url(img/bg_fff_50.png); color: #333; font-size: 11px; }
td.l2CMSTreeMenuSelectedItem a:hover {text-decoration: none;  background: url(img/bg_fff_50.png);}

/* level 3 */
td.l3CMSTreeMenuItem {}
td.l3CMSTreeMenuItem a {padding: 0.5em 0.5em 0.5em 40px; }
td.l3CMSTreeMenuItem a:hover {text-decoration: none;  background: url(img/bg_000_50.png);}
/* alternate style */
td.l3CMSTreeMenuItemAlt {}
td.l3CMSTreeMenuItemAlt a {}
td.l3CMSTreeMenuItemAlt a:hover {}
/* current item style */
td.l3CMSTreeMenuSelectedItem {}
td.l3CMSTreeMenuSelectedItem a {padding: 0.5em 0.5em 0.5em 40px; background: url(img/bg_fff_50.png); color: #333;}
td.l3CMSTreeMenuSelectedItem a:hover {text-decoration: none;  background: url(img/bg_fff_50.png);}

/* hide level 4 */
td.l4CMSTreeMenuItem {display: none;}
td.l4CMSTreeMenuItemAlt {display: none;}
td.l4CMSTreeMenuSelectedItem {display: none;}

.TabControlTable {margin-bottom: 10px;}
.TabControlTable a {text-transform: uppercase; font-weight: bold; padding: 5px 30px 5px 0; display: block;}
.TabControlLeft {display: none;}
.TabControlSelectedLeft {display: none;}
.TabControlReft {display: none;}
.TabControlSelectedRight {display: none;}
a.TabControlLink {}
a.TabControlLinkSelected {color: #fff;}
