/**bottom menu**/
.menu_bottom
{
	margin:0; 
	background:#CCCCCC url(images/header_menu_bg.gif) repeat-x;
	height:22px;
	width:100%;
	list-style:none;
	font-size:11px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
        text-align: center;

	padding-top: 5px;
}


/*Links*/
.menu_bottom a
{
	text-decoration:none;
	text-align:center;
}


/*Root items*/
a.menu_bottomu_item
{
	color:#333;
	font-weight:bold;
}

/*Root menu selected*/
a.menu_bottomu_item-selected
{
        background:#272727 url(images/header_menu_select.gif) repeat-x;
	color:#fff;
	font-weight:bold;
}


div.menu-clear-left
{
	clear:left;
}