.main_menu_item,
.main_menu_item_active
{
	height:50px;
	padding:15px 10px 0;
}

.main_menu_item_active
{
	background:url(../../img/bsn_main_menu_active_bg.jpg) repeat-x;
}

.main_menu_item a,
.main_menu_item_active a
{
	font:14px "Times New Roman";
	color:#062d8c;
	text-decoration:none;
	text-transform:uppercase;
}

.main_menu_item_active a
{	
	color:#098503;
}

.main_menu_item a:hover
{
	color:#fff;
}

.main_menu_divider
{	width:2px;
	background:url(../../img/bsn_main_menu_divider.jpg) no-repeat;
}


a.main_menu_item, a.main_menu_item:hover, a.main_menu_item_active{
font-size:14px;
color:#184C94;
text-decoration:none;
text-transform:lowercase;
}
a.main_menu_item:hover, a.main_menu_item_active{
color:#EA7C11;
}