/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	margin-bottom: 80px;
	text-decoration: none;
}

#navcontainer #current {
	background: no-repeat url(http://www.activeallowance.com/rw_common/themes/RWT-ActiveAllowence2/images/current.png);
	color: #000000;
	display: block;
	text-decoration: none;
}

#navcontainer #current:hover {
	background: url(http://www.activeallowance.com/rw_common/themes/RWT-ActiveAllowence2/images/current.png) no-repeat;
	color: #000000;
	display: block;
	text-decoration: none;
}

#navcontainer .currentAncestor {
	background: no-repeat url(http://www.activeallowance.com/rw_common/themes/RWT-ActiveAllowence2/images/current.png);
	color: #000000;
	display: block;
	text-decoration: none;
}

/* Parent - Level 0 */

#navcontainer ul{
	padding: 0px;
	margin: 0px;
	background: no-repeat;
	text-decoration: none;
}

#navcontainer li {
	text-decoration: none;
}

#navcontainer a {
	color: #ffffff;
	font-size: .9em;
	padding-left: 20px;
	height: 35px;
	line-height: 33px;
	display: block;
	background: no-repeat url(http://www.activeallowance.com/rw_common/themes/RWT-ActiveAllowence2/images/passive.png);
	text-decoration: none;
}

#navcontainer a:hover {
	background: no-repeat url(http://www.activeallowance.com/rw_common/themes/RWT-ActiveAllowence2/images/current.png);
	color: #000000;
	text-decoration: none;
}

#navcontainer a:active {
	color: #000000;
	text-decoration: none;
}

/* Child - Level 1 */

#navcontainer ul ul {
	text-decoration: none;
}

#navcontainer ul ul li {
	text-decoration: none;
}

#navcontainer ul ul a {
	padding-left: 35px;
	background: no-repeat url(http://www.activeallowance.com/rw_common/themes/RWT-ActiveAllowence2/images/passivesub.png);
	color: #000000;
	text-decoration: none;
}

#navcontainer ul ul a:hover{
	color: #000000;
	background: no-repeat url(http://www.activeallowance.com/rw_common/themes/RWT-ActiveAllowence2/images/currentsub.png);
	text-decoration: none;
}

#navcontainer ul ul #current{
	color: #000000;
	background: no-repeat url(http://www.activeallowance.com/rw_common/themes/RWT-ActiveAllowence2/images/currentsub.png);
	text-decoration: none;
}

#navcontainer ul ul #current:hover{
	color: #000000;
	background: no-repeat url(http://www.activeallowance.com/rw_common/themes/RWT-ActiveAllowence2/images/currentsub.png);
	text-decoration: none;
}

#navcontainer ul ul .currentAncestor {
	color: #000000;
	text-decoration: none;
	background: no-repeat url(http://www.activeallowance.com/rw_common/themes/RWT-ActiveAllowence2/images/passivesub.png);
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	text-decoration: none;
}

#navcontainer ul ul ul li {
	text-decoration: none;
}

#navcontainer ul ul ul a{
	text-decoration: none;
	padding-left: 40px;
}

#navcontainer ul ul ul a:hover{
	color: #000000;
	background: no-repeat url(http://www.activeallowance.com/rw_common/themes/RWT-ActiveAllowence2/images/currentsub.png);
	text-decoration: none;
}

#navcontainer ul ul ul #current{
	color: #000000;
	text-decoration: none;
}

/* Child Level 3 */

#navcontainer ul ul ul {
	text-decoration: none;
}

#navcontainer ul ul ul ul li {
	text-decoration: none;
}

#navcontainer ul ul ul ul a{
	padding-left: 45px;
	text-decoration: none;
}

#navcontainer ul ul ul ul a:hover{
	color: #000000;
	background: no-repeat url(http://www.activeallowance.com/rw_common/themes/RWT-ActiveAllowence2/images/currentsub.png);
	text-decoration: none;
}

/* Child Level 4 */

#navcontainer ul ul ul ul {
	text-decoration: none;
}

#navcontainer ul ul ul ul ul li {
	text-decoration: none;
}

#navcontainer ul ul ul ul ul a{
	color: #000000;
	padding-left: 50px;
	text-decoration: none;
}

#navcontainer ul ul ul ul ul a:hover{
	color: #000000;
	background: no-repeat url(http://www.activeallowance.com/rw_common/themes/RWT-ActiveAllowence2/images/currentsub.png);
	text-decoration: none;
}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {
	text-decoration: none;
}

#navcontainer ul ul ul ul ul ul li {
	text-decoration: none;
}

#navcontainer ul ul ul ul ul ul a{
	padding-left: 55px;
	text-decoration: none;
}

#navcontainer ul ul ul ul ul ul a:hover{
	color: #000000;
	background: no-repeat url(http://www.activeallowance.com/rw_common/themes/RWT-ActiveAllowence2/images/currentsub.png);
	text-decoration: none;
}

/*</group>*/