a.main_menu, a.main_menu:visited, div.main_menu
{
	display: block;
	height: 50px;
	line-height: 14px;
	color: #fff;
	width: auto;
	text-align: center;
	font-family: Arial, Helvetica-Normal, serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	padding-top:3px;
	background-image: url(/images/menu_bck.jpg);
	padding-left:12px;
	padding-right:12px;
	border-right: 1px solid #fff;
	background-repeat: repeat-x;
}

a.main_menu:hover{
	color: #fff;
	background-image: url(/images/top_menu_ovr.jpg);
	background-repeat: repeat-x;
}

a.sub_menu, a.sub_menu:active, a.sub_menu:visited, div.sub_menu
{
	position:relative;
	z-index:200;
	display: block;
	height: 25px;
	line-height: 25px;
	margin-top: 2px;
	color: #FFF;
	width: auto;
	min-width:180px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
	font-family: Arial, Helvetica-Normal, serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background-color: #670001;
	border: 1px solid #000;
	margin-top: 2px;
}
a.sub_menu:hover
{
	color: #fff;
	background-color: #00569E;
}


a.main_menu_bot, a.main_menu_bot:visited, div.main_menu_bot{
    float:right;
	height: 30px;
	line-height: 30px;
	color: #ccc;
	width: auto;
	padding-right: 30px;
	text-align: center;
	font-family: Arial, Helvetica-Normal, serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a.main_menu_bot:hover{
	color: #fff;
}

a.main_menu_left, a.main_menu_left:visited, div.main_menu_left{
	display: inline;
	height: 42px;
	line-height: 42px;
	color: #FFF;
	width: 170px;
	text-align: left;
	font-family: Arial, Helvetica-Normal, serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	clear: left;
	float: left;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BE013F;
}

a.main_menu_left:hover{
	color: #ccc;
	background-image: url(/images/left_but_ovr.jpg);
}
