

body {
	color: #333333;
	font: 0.75em/1.8em Helvetica, Arial, sans-serif;
	margin: 0 20px 20px;
	text-align: center;
	background: repeat url(../../images/bgtopmain.png) top #006666 fixed;
}

#containertop {
	background: right none #006666;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: fixed;
	top: 0px;
	z-index: 100;
	height: 100px;
}

/*<group=Toolbar>*/

/* Toolbar Styles */
#navcontainer {
	z-index: 100;
	height: 80px;
	color: #ffffff;
	position: relative;
	background: repeat-x url(../../images/toolbar.png) transparent;
	border-top: 10px solid #000000;
	padding-left: 20px;
}

#navcontainer #current {
	text-shadow: 0px 1px 1px #666666;
	background: no-repeat url(../../images/button_selected.png);
	color: #006666;
	height: 32px;
}

#navcontainer .currentAncestor {
	text-shadow: 0px 1px 1px #666666;
	background: no-repeat url(../../images/button_selected.png);
	color: #006666;
	height: 32px;
}
/* Parent - Level 0 */

#navcontainer ul {
	padding: 0;
	list-style: none;
	margin: 0px;
	position: absolute;
	top: 5px;
	color: #000000;
	height: 20px;
}

#navcontainer li {
	position: relative;
	width: 115px;
	display: inline;
	float: left;
	color: #ffffff;
	height: 32px;
}

#navcontainer a {
	display: block;
	padding-top: 7px;
	color: #ffffff;
	text-shadow: 1px 1px 2px #333333;
	text-decoration: none;
	width: 115px;
	text-align: center;
	height: 32px;
	background: no-repeat url(../../images/button_normal.png);
}

#navcontainer a:hover { 
	color: #006666;
	text-shadow: 0px 1px 1px #666666;
	text-decoration: none;
	background: no-repeat url(../../images/button_over.png);
	height: 32px;
}

/* Fix IE. Hide from IE Mac \*/
* html #navcontainer ul li { float: left; height: 1%;
	color: #000000;
}
* html #navcontainer ul li a { height: 32px;
	color: #000000;
}

/* Fix IE. */

* html #navcontainer a {

	background: no-repeat url(../../images/button_normal.png);
	color: #000000;
	height: 32px;
}

* html #navcontainer a:hover { 
	color: #006666;
	
	text-decoration: none;
	background: no-repeat url(../../images/button_over.png);
	height: 32px;
}


* html #navcontainer #current {

	background: no-repeat url(../../images/button_selected.png);
	color: #006666;
	height: 32px;
}

* html #navcontainer .currentAncestor {
	
	background: no-repeat url(../../images/button_selected.png);
	color: #006666;
	height: 32px;
}
/* End */

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	left: 0;
	top: 35px;
	display: none;
	z-index: 100;
	color: #ffffff;
	height: 25px;
}

#navcontainer ul ul a { 
	height: 25px;
	padding-top: 7px;
	
	background: repeat #000000;
	text-align: left;
	text-indent: 20px;
	color: #ffffff;
	font: .9em Arial, Helvetica, sans-serif;
}

#navcontainer ul ul a:hover {
	background: repeat  #333333;
	color: #ffffff;
	height: 25px;
}


html>body #navcontainer ul ul a {
	background: repeat  #000000;
	height: 25px;
	color: #ffffff;
}

html>body #navcontainer ul ul a:hover {
	background: repeat  #333333;
	color: #ffffff;
	height: 25px;
}

#navcontainer ul ul #current{
	background: repeat  #333333;
	color: #ffffff;
	height: 25px;
}

html>body #navcontainer ul ul #current{
	background: repeat  #333333;
	color: #ffffff;
	height: 25px;
}

/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	left: 120px;
	top: 0;
	color: #ffffff;
}

#navcontainer ul ul ul ul li {
	color: #ffffff;
}

#navcontainer ul ul ul ul a{
	color: #ffffff;
}

#navcontainer ul ul ul ul a:hover{
	color: #ffffff;
}

div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul{
display:none;
	color: #ffffff;
}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul{
display:block;
	color: #ffffff;
}
/*</group>*/