#navcontainer_top {
	height: 10px;
	width: 753px;
	padding: 0;
	margin: -44px 0px 35px 0px;
	background: url(images/navcontainer_bg.png) repeat-x;
	position: relative;
}

#navcontainer_top #current {
	font-weight: bold; 
	background: no-repeat url(images/button_over.png);
}

#navcontainer_top .currentAncestor {
	background: no-repeat url(images/button_over.png);
}

#navcontainer_top #current:hover {
}

#navcontainer_top .currentAncestor {
	font-weight: bold;
	background: no-repeat url(images/button_over.png);
}

/* Parent - Level 0 */

#navcontainer_top ul{
	list-style: none;
	padding: 0;
	margin: 0 0 0 10px;
}

#navcontainer_top li {
	display: inline;
	float: left;
}

#navcontainer_top a{
	width: 130px;
	height: 32px;
	display: block;
	margin: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
	background: no-repeat url(images/button_normal.png);
	color: #666666;
}

#navcontainer_top a:hover {
	font-weight: bold;
	background: no-repeat url(images/button_over.png);
	color: #286ea0;
}

#navcontainer_top a:active {

}

/* Child - Level 1 */

#navcontainer_top ul ul {
	position: absolute;
	left: 0;
	top: 30px;
	margin: 0;
	width: 666px;
	margin-left: 10px;
}

#navcontainer_top ul ul li {
	display: inline;
	float: left;
}

#navcontainer_top ul ul a {
	background: none;
	text-align: center;
}

#navcontainer_top ul ul a:hover {
	background: none;
}

#navcontainer_top ul ul #current {
	background: none;
}

/* Child - Level 2 */

#navcontainer_top ul ul ul {
	display: none;
}

/* media queries ------------------------------------------------- */

@media screen and (max-width: 603px) {

#navbar-menu-off {
	display: none;
}

#navcontainer_top #navbar-menu-off {
	display: none;
}

#navcontainer_top {
	position: fixed;
	top: 0;
	left:0;
	height: 55px;
	width: 100%;
	padding: 0;
	margin: 0px;
	background: none;
	background-color: black;
	z-index: 102;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}

#navcontainer_top #current {
	font-weight: normal;
	background: none;
}

#navcontainer_top .currentAncestor {
	background: none;
}

#navcontainer_top #current:hover {
	font-weight: normal;
}

#navcontainer_top .currentAncestor {
	background: none;
}

#navcontainer_top ul{
	list-style: none;
	padding: 0;
	margin: 0 0 0 5px;
}

#navcontainer_top li {
	display: inline;
	float: left;
	font-weight: normal;
	font-size: 0.75em;
	padding: 9px 2px 0px 0px;
}

#navcontainer_top a{
	width: 100%;
	height: 30px;
	display: block;
	margin: 0;
	text-align: center;
	text-decoration: none;
	padding: 0px 0px 0px 5px;
	font-weight: normal;
	color: #ffffff;
	background: none;
	text-shadow: none;
}

#navcontainer_top a:hover {
	font-weight: normal;
	color: #666666;
	background: none;
}

#navcontainer_top a:active {
}

#navcontainer_top  .toggle {
	display: block;
	top: 1px;
	left: 15px;
	font-size: 30px;
	padding:0;
	background-color: #000;
	color:#fff;
	position:absolute;
}

}