
/*<![CDATA[*/


/* remove all list stylings */
.t3PageNavigation-Level1, .t3PageNavigation-Level1 ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.t3PageNavigation-Level1 li{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
	white-space: nowrap;
}


.t3PageNavigation-Level1 li.level1 {
	text-transform:uppercase;
	height:32px;
	border-right:1px solid white;
}

.t3PageNavigation-Level1 li.level1.active,
.t3PageNavigation-Level1 li.level1.current {
	background-color:#585966;
}


.t3PageNavigation-Level1 li.hover a,
.t3PageNavigation-Level1 li:hover a,
.t3PageNavigation-Level1 li.level1.current a,
.t3PageNavigation-Level1 li.level1.active a,
.t3PageNavigation-Level1 li.level1 a:hover {
	color:#FFFFFF;
}

.t3PageNavigation-Level1 li:hover ul li:hover a,
.t3PageNavigation-Level1 li.level1 ul li a,
.t3PageNavigation-Level1 li.level1.current ul li a,
.t3PageNavigation-Level1 li.level1.active ul li a 
{
	color:#000000;
}

.t3PageNavigation-Level1 li.level2{
	text-transform:none;
	padding-left:4px;
	padding-right:20px;
	padding:3px 0px 3px 0px;
}



#pageHeaderBottom .cur_box {
	margin: 0px 0px 0px 0px;
	position:absolute;
	bottom: 30px;
	right:0px;
        left:0px;
	height: 15px;
	background-color:#585966;
	opacity: 0.7;
	filter:alpha(opacity: 70);
}

.t3PageNavigation-Level1 li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
	white-space: nowrap;
}

.t3PageNavigation-Level1 li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.t3PageNavigation-Level1 ul {
	display: none;
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 33px;
}

.t3PageNavigation-Level1 li:hover ul {
	display: block;
}


.t3PageNavigation-Level1 li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	bottom: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.t3PageNavigation-Level1:after, .t3PageNavigation-Level1 ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.t3PageNavigation-Level1, .t3PageNavigation-Level1 ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".t3PageNavigation-Level1 UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.t3PageNavigation-Level1 ul {
	/*padding: 30px 30px 10px 30px;*/
}

.t3PageNavigation-Level1 ul ul {
	padding: 30px 30px 30px 10px;
	margin: 0 0 -30px -10px;

}

ul.t3PageNavigation-Level1 li ul li{
    padding: 5px;
  }

ul.t3PageNavigation-Level1 li ul li:hover {
    background-color:white;
 }

ul.t3PageNavigation-Level1:first {
    background-color:black;
 }


/* - - - ADxMenu: DESIGN styles - - - */

.t3PageNavigation-Level1, .t3PageNavigation-Level1 ul li {
        background-color:#DFDFDF;
        text-align:none;
}

.t3PageNavigation-Level1 ul {

	display:hidden;
	
}


.t3PageNavigation-Level1 a {
	text-decoration: none;
	padding: 10px 12px 2px 12px;
	display: block;
	position: relative;
}

.t3PageNavigation-Level2 a {
	padding: 3px 12px 2px 12px;

}



div#t3Navigation-Main li.level2 {
text-align:left;
font-size:12px;
}

div#t3Navigation-Main li.levelTwo:hover {
 background-color:white;
}


div#t3Navigation-Main li.level1 span :hover {
 background-color:#575965;
}


div#t3Navigation-Main li.level1:hover {
 cursor:pointer;
 background-color:#575965;
}

.t3PageNavigation-Level1 li li {	/* create borders around each item */


}
.t3PageNavigation-Level1 ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.t3PageNavigation-Level1 li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	bottom: 5px;
	left: 90%;
}


/* Fix for IE5/Mac \*//*/
.t3PageNavigation-Level1 a {
	float: left;
}
/* End Fix */


/*]]>*/





