
/*============================
Menu block - base style
============================*/
.nav_spacer{
	height: 30px;
}
/* Parent - Level 0 */
.navcontainer {
	/*padding-top: 10px;*/
	margin: 10px 0 0 4px;
	position: absolute;
	z-index: 4000;
	line-height:36px;
	height: 36px;
	white-space: nowrap;
}
.navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height:36px;
}

.navcontainer li {
	z-index: 40;
	position: relative;
	display: inline;
	float: left;
	vertical-align:middle;
	white-space: normal;
}

.navcontainer a {
	display: inline;
	/*margin: 0.5em 1em 1em 0;
	padding: 0em 1em 0 0;*/
	text-decoration: none;
	border-right: 1px solid transparent;
	padding: 0 17px 0 0;
	margin: 0 17px 0 0;
}
rb_wrapper .navcontainer a, .rb_wrapper .navcontainer a:hover, .rb_wrapper .navcontainer li:hover{
	background-color: transparent!important;
}

.menuWrap{
position: absolute;
bottom: 0;
}

/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */
.navcontainer ul ul {
	position: absolute;
	top: 36px;
	left: -27px;
	padding: 0;
	display: none;
	z-index: -5;
	font-size: 80%;
	background: no-repeat bottom left;
	width: 176px;
	line-height: normal!important;
	overflow: hidden;
}

.navcontainer ul ul li {
	display: block;
}

.navcontainer ul ul a {
	padding:  0;
	margin: 0;
	border:  none;
	display: block;
	padding: 10px 0 0px 1em;/*need to use px as mootools struggles with ems*/
	margin: 0 9px 0 8px;
	width: 176px;
}

.navcontainer ul ul a:hover {
}

/*Turns off level three and byond*/
.navcontainer ul ul ul{
visibility: hidden!important;
display: none!important;
}

/*================
CSS navigation
==================*/
.nav_css .navcontainer ul ul a {
padding: 5px 0 0 0;
margin: 0;
line-height: normal;
}
.nav_css .navcontainer {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 92px;
}
.nav_css .navcontainer a {
	padding: 0;
	margin: 0 0 0 0;
	border: none;
	border-bottom: 0px solid black;
}
html>body .nav_css .navcontainer a{
	height: 1.5em;/*this style is not IE6's friend*/
}
.nav_css .navcontainer ul ul {
	top: 3em;
	left: 20px;
	padding-right: 30px;
	margin: 0;
	background-color: blue;
}
.nav_css .navcontainer ul ul a {
	border-bottom: 0px solid;
	margin: 0.5em 0 0.5em 0;
	padding-left: 0;
}


/*=================
For blog
===================*/
.throbber {
	width: 100%;
	height: 50px;
	background: url(throbber.gif) no-repeat top center;
}

/*================
For Stacks
==================*/
.hiddenText{
display: none;
}