a.main_menu, a.main_menu_first, a.main_menu:visited, div.main_menu{
	display: block;
	height: 60px;
	line-height: 60px;
	color: #783A44;
	width: auto;
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none; 
	padding-top: 0px;
	padding-left: 25px;
	padding-right: 25px;
    border-right: 1px solid #ccc;
	font-family: Verdana, Geneva, sans-serif;
}

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

a.main_menu_first:hover{
	color: #fff;
	background-image: url(/images/top_menu_left_div_bg_ovr.jpg);
}



a.sub_menu, a.sub_menu:active, a.sub_menu:visited, div.sub_menu
{
	position:relative;
	z-index:100 !important;
	display: block;
	height: 35px;
	line-height: 35px;
	margin-top: 0px;
	color: #783B44;
	width:auto;
	min-width:120px;
	padding-left: 25px;
	padding-right: 8px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
	background-image: url(/images/sub_menu_bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #f3f3f3;
	border-left-color: #CCC;
}
a.sub_menu:hover{
	color: #000;
	background-image: url(/images/top_menu_ovr.jpg);
	background-position: 20px;
}


a.main_menu_bot, a.main_menu_bot:visited, div.main_menu_bot{
	float:right;
	height: 60px;
	line-height: 60px;
	color: #783A44;
	width: auto;
	padding-right: 30px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}

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

a.main_menu_left, a.main_menu_left:visited, div.main_menu_left{
	display: inline;
	height: 25px;
	line-height: 22px;
	color: #333;
	width: 183px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	clear: left;
	float: left;
	padding-left: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	margin-top:2px;
}

a.main_menu_left:hover{
	color: #76B31C;
	background-color: #111111;
}

