.main_menu_table
{
	margin:0 auto;
	width:898px;
	text-align: center;
}

#main_menu_cont
{
	height:40px;
	background:url(../../img/main_menu_bg.jpg) repeat-x center bottom;
	position:absolute;
	width: 900px;
	left: 22px;
	bottom: 0px;
}

.main_menu_item,
.main_menu_item_active
{
	/*height:39px;*/
	background: url(../../img/main_menu_item_bg.jpg) repeat-x scroll 0 5px;
	padding:6px 10px 0 10px;
}

.main_menu_item_sep
{
	height:39px;
	border-right:1px solid #5d5d5d;
	width: 1px;
	margin-right: 1px;
}

.main_menu_item_active
{
	background: url(../../img/main_menu_item_active_bg.jpg) repeat-x scroll 0 5px;
}

#last_main_menu_item
{
	border-left:none;
}

a.main_menu_link, a.main_menu_link:hover, a.main_menu_link_active
{
	font: bold 16px Arial;
	line-height: 20px;
	color:#fafcfc;
	text-decoration:none;
	text-transform:lowercase;
}
a.main_menu_link:hover
{
	color:#e3e4e4;
}

a.main_menu_link_active
{
	color: #070707;
}