/***** menu *****/
#header .menu
{
	font-size: 9px;
	clear: both;
	color: #FFFFFF;
}


#header .menu a
{
	margin: 0;
	padding: 0;
	line-height: 21px;
	height: 21px;
	width: 70px;
	position: relative;
	float: right;
	background-image: url(     '../images/menuBack.png' );
	vertical-align: middle;
	text-align: center;
	background-color: #505050;
	color: #FFFFFF;
	text-transform: uppercase;
}

#header .menu a:hover, #header .menu a.selected
{
	background-color: #AAAAAA;
	text-decoration: none;
	color: #FFFFFF;
}

#header .submenu div
{
	text-align:right;
	white-space: nowrap; /* Don't change this option */
	
}

#header .submenu a
{		
	padding-left: 5px; /* Space at the left of each sub menu item */
	padding-right: 5px; /* Space at the right of each sub menu item */
	font-size: 12px;
	cursor: pointer;
}

