﻿#menuBar
{
	width: 808px;
	margin-left: auto;
	margin-right: auto; 
	height: 24px;
	background-image:url(/images/template/background_menu.jpg);
	text-align: center;
} 

#menu
{
	margin-right: 50px;
}

#menu ul
{
	list-style-type: none;
	display: block;
	margin-top: 2px;
	text-decoration: none;
	float: left;
	margin-left: 4px;
	margin-right: 4px;
	padding-left: 4px;
	padding-right: 4px;
}

#menuCell a
{
	text-decoration: none;
	color:#336699;
}

#menuCell ul
{
}

#menuCell li
{
	list-style-type: none;
}

#menuCell a:visited
{
	color:#336699;
}

#menuCell a:hover
{

}

#menu a:hover
{
}

.submenu
{
	display: none;
}