#nav_menu_main_home_submenu
{
	background: url(../../img/sub_menu_top.png) no-repeat center top;
	padding: 3px 0;
}

*+html #nav_menu_main_home_submenu
{
	margin-bottom: 3px;
	padding: 3px 0 0 0;
}

.submenu_cont
{
	background: url(../../img/sub_menu_bot.png) no-repeat center bottom;
	padding-bottom:3px;
}

*+html .submenu_cont
{
	padding-bottom:1px;
}

*+html .submenu_bot
{
	padding-bottom:0px !important;
}


.submenu_bot
{
	background: url(../../img/sub_menu_bg.png) repeat-y;
}

.main_submenu_tbl
{
	margin:0 auto;
}

.sub_menu_item,
.sub_menu_item_active
{
	height: 21px;	
	font-size: 14px;
	text-transform: lowercase;
	cursor:pointer;
	text-align: center;
}

.sub_menu_item_active
{
	background: url(../../img/sub_menu_active_item.jpg) no-repeat;
	margin:0 2px;
}

.main_submenu_item
{
	font: 14px Arial;
	text-decoration:none;
}

a.main_submenu_item
{
	color: #cacbc9 !important;
}

.main_submenu_item_active
{
	font: bold 14px Arial;
	color: #fefdff;
	text-decoration:none;
}

.main_submenu_item_active,
.main_submenu_item_active:hover
{
	color: #fefdff;
}