.menu {
	font-family: arial, verdana, sans-serif;
	position: relative;
	left: 50px;
}

.rb_toggle {
    height: 8px;
    line-height: 8px;
    padding: 0 5px 0 0;
}
.rb_toggle span {
	color: #CCCCCC;
	font-size: 11px;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
	cursor: hand;
	cursor: pointer;
}
.rb_toggle span.hover {
	color: #FFFFFF;
}

.rb_menu {
	position:absolute;
	left: 84px;
	top: -1px;
	width: 185px;
	height: 13px;
}

.rb_menu ul,
.rb_menu li {
    list-style-type:none
    padding: 0;
    margin: 0;
}
.rb_menu li {
    float: left;
    height: 10px;
    line-height: 10px;
    padding: 0 5px 0 0;
}
.rb_menu a {
	font-size: 11px;
	font-weight:bold;
	color: #CCCCCC;
	text-decoration: none;
}
.rb_menu a:hover {
	color:#FFFFFF;
}
.rb_menu a.current {
    color: #999;
}


.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 */
