a.main_menu, a.main_menu:visited, div.main_menu
{
	display: block;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	width: 130px;
	padding: 0;
	margin-top: 10px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica-Normal, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

a.main_menu:hover{
	color: #f3f3f3;
	text-decoration: underline;
}

a.sub_menu, a.sub_menu:active, a.sub_menu:visited, div.sub_menu
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 130px;
	padding: 0;
	margin-top: 2px;
	font-family: Tahoma, Arial, Helvetica-Normal, sans-serif;
	border-bottom: none;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	background-image: url(../images/but_bck_off.png);
	background-repeat: no-repeat;
}
a.sub_menu:hover
{
	text-decoration: none;
	display: block;
	height: 30px;
	line-height: 30px;
	color: #000000;
	width: 130px;
	padding: 0;
	margin-top: 2px;
	font-family: Tahoma, Arial, Helvetica-Normal, sans-serif;
	border-bottom: none;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	background-image: url(../images/but_bck_ovr.png);
	background-repeat: no-repeat;
);
}
