#menu
{
	background-image: url('../images/interface/menu_bg.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #eaeaec;

	width: 970px;
	height: 25px;
}


#menuItemText A:link, #menuItemText A:active, #menuItemText A:visited
{
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
#menuItemTextSelected A:link, #menuItemTextSelected A:active, #menuItemTextSelected A:visited
{
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

#menuItemText A:hover, #menuItemTextSelected A:hover
{
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}


#menuItem{
	background-image: url('../images/interface/menu_bg.jpg');
	background-repeat: repeat-x;
	background-position: top left;

	color: #000000;

	width: auto;
	height: 25px;
	
	padding-left: 5px;
	padding-right: 5px;
	
	float: left;
}
#menuItemText, #menuItemText a, #menuItemText A{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: inherit;

	text-transform: uppercase;

	width: auto;
	
	padding-top: 5px;
}


#menuItemSelected{
	background-image: url('../images/interface/menu_highlight.jpg');
	background-repeat: repeat-x;
	background-position: top left;

	color: #FFFFFF;

	width: auto;
	height: 25px;
	
	padding-left: 5px;
	padding-right: 5px;
	
	float: left;
}
#menuItemTextSelected, #menuItemTextSelected a, #menuItemTextSelected A{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;

	text-transform: uppercase;

	width: auto;
	
	padding-top: 5px;
}