#site-bottom-bar {
	background-color: #ffffff ;
	border-top: 1px solid #CCCCCC ;
	bottom: 0px ;
	font-family: verdana, arial ;
	font-size: 11px ;
	height: 40px ;
	position: fixed ;
	width: 950px ;
	z-index: 1000 ;
	}
 
#site-bottom-bar-frame {
	height: 30px ;
	margin: 0px 10px 0px 10px ;
	position: relative ;
	}
 
#site-bottom-bar-content {
	padding: 3px 0px 0px 0px ;
	}
 
.menu-root {
	background-color: #dddddd;
	border: 1px solid #D0D0D0 ;
	display: block ;
	height: 22px ;
	line-height: 22px ;
	text-align: center ;
	padding-left:9px;
	padding-right:9px;
	text-transform:uppercase;
	}
.menu-root a: link, .menu-root a: visited, .menu-root a: active{
	color: #ffffff ;
	text-decoration: none ;
	}
 
.menu-root:hover {
	background-color: #666666 ;
	border-color: #000000 ;
	color: #FFFFFF ;
	}
 
#menu {
	background-color: #E8E8E8 ;
	border: 1px solid #666666 ;
	bottom: 32px ;
	display: none ;
	left: 0px ;
	padding: 5px 5px 1px 5px ;
	position: absolute ;
	}
#menu a {
	background-color: #E8E8E8 ;
	border: 1px solid #FFFFFF ;
	color: #000000 ;
	display: block ;
	margin-bottom: 4px ;
	padding: 5px 0px 5px 5px ;
	text-decoration: none ;
	}
 
#menu a:hover {
	background-color: #666666 ;
	border-color: #000000 ;
	color: #FFFFFF ;
	}
 
/* -------------------------------------------------- */
/* -- IE 6 FIXED POSITION HACK ---------------------- */
/* -------------------------------------------------- */
 
/* To make up for scroll-bar. */
#site-bottom-bar {
	_bottom: -1px ;
	_position: absolute ;
	_right: 16px ;
	}
 
/* To make up for overflow left. */
#site-bottom-bar-frame {
	_margin-left: 26px ;
	}
 
/* To fix IE6 display bugs. */
.menu a {
	_display: inline-block ;
	_width: 99% ;
	}
