.menu {
	font-family: "Arial", Helvetica, Sans-Serif;
	position: relative;

}

.rb_toggle {
	height: 0px;
	line-height: 11px;
	padding: 0px;
	
	margin: 0px;
}
.rb_toggle span {
	color: #999999;
	font-size: 10px;
	font-weight: bold;
	font-family: "Arial", Helvetica, Sans-Serif;
	
}
.rb_toggle span.hover {
    color: #333333;
	
}

.rb_menu {
	position: absolute;
	left: 95px;
	top: 0px;
}

.rb_menu ul,
.rb_menu li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.rb_menu li {
    float: left;
    height: 20px;
    line-height: 12px;
    padding: 0 10px 0 0;
}
.rb_menu a {
    font-size: 11px;
    font-weight: regular;
    color: #999999;
    text-decoration: none;
}
.rb_menu a:hover {
    text-decoration: underline;
	color: #D32329;
}
.rb_menu a:visited {
    
	color: #333333;
}
.rb_menu a.current {
    color: #999999;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

