/** MAIN MENU */

.menu_main_area {
height:					50px;
display:				block;
background: 			url(../images/menus/mainmenu_area_bk.gif) repeat-x left top;
padding:				0px 0px 0px 4px;
}
.menu_main_area_right {
float:					right;
display: 				block;
height: 				50px;
width:					4px;
background: 			url(../images/menus/mainmenu_area_r_bk.gif) no-repeat right top;
}
.menu_main_item {
float:					left;
display: 				block;
height:					35px;
padding:				15px 15px 0px 15px;
font-family:			Georgia, serif;
font-size: 				16px;
color: 					#000;
text-decoration: 		none;
overflow:				visible;
}
.menu_main_item_first {

}
.menu_main_item_last {
float:					right;
}

.menu_main_item:hover,
.menu_main_item:active,
.menu_main_item:focus,
.menu_main_item_sel {
text-decoration:		none;
color:					#fff;
background: 			url(../images/menus/mainmenu_item_sel_bk.gif) no-repeat center top;
}


div.menu_main_spacer {
float:					left;
width:					20px;
}
div.menu_main_lastitem {
display:				block;
text-align:				right;
}
div.menu_main_lastitem  A{
float:					right;
}





/**** SUBMENU  *****/
.menu_sub_area {
display:				block;
padding:				0px;
}
.menu_sub_item {
font-family:			Georgia, serif;
font-size: 14px;
color: #000; /*#00408a;*/
display: block;
padding: 3px 0px 3px 10px;
background: url(../images/menus/submenu_item_bk.gif) no-repeat right center;
text-decoration: none;
border-bottom: 1px solid #fff;
margin-right: 4px;			
}
.menu_sub_item:hover,
.menu_sub_item:active,
.menu_sub_item:focus,
.menu_sub_item_sel {
margin-right: 0px;
color: #fff;
text-decoration: none;
padding: 3px 0px 3px 15px;
background: transparent url(../images/menus/submenu_item_sel_bk.gif) no-repeat right center;
border-bottom: 1px solid #fff;
}



/*BEGIN:	footer_menu		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
DIV.menu_footer_area {
float:					right;
height:					20px;
padding-top:			1px;
font-size: 		12px;
color:		#999999;
}

.menu_footer_item {
color:		#999999;
text-decoration: none;
font-size: 		12px;
padding:	0px 5px 0px 5px;
text-decoration: none;
}

.menu_footer_item:hover,
.menu_footer_item:active,
.menu_footer_item:focus {
color:		#009999;
text-decoration: none;
}
.menu_footer_divider {
margin: 0px 10px 0px 10px;
}

