/** MAIN MENU */

.menu_main_area {
height:					44px;
display:				block;
background: 			url(../images/menus/mainmenu_area_bk.gif) repeat-x left top;		
}
.menu_main_item {
float:					left;
display: 				block;
height:					39px;
margin:					4px 0px 0px 0px;
font-size: 				16px;
color: 					#333;
text-decoration: 		none;
background: 			url(../images/menus/mainmenu_item_divider.gif) repeat-y right top;	
overflow:				visible;
}
.menu_main_item_first {
margin:					4px 0px 0px 0px;
}
.menu_main_item_last {
float:					right;
background: 			url(../images/menus/mainmenu_item_divider.gif) repeat-y left top;
}

.menu_main_item:hover,
.menu_main_item:active,
.menu_main_item:focus,
.menu_main_item_sel {
height:					43px;
margin:					0px;
padding:				0px 0px 0px 0px;
background:				url(../images/menus/mainmenu_item_sel_bk.gif) repeat-x left top;
color: #fff;
text-decoration:		none;
}
.menu_main_item .menu_main_item_l{
display: block;
float:left;
height:					34px;
margin:					0px 0px 0px 0px;
padding:				9px 0px 0px 20px;
}

.menu_main_item_sel .menu_main_item_l,
.menu_main_item:hover .menu_main_item_l,
.menu_main_item:active .menu_main_item_l,
.menu_main_item:focus .menu_main_item_l {
display: block;
float:left;
height:					43px;
margin:					0px 0px 0px 0px;
padding:				13px 0px 0px 20px;
background:				url(../images/menus/mainmenu_item_left_sel.gif) no-repeat left top;
}
.menu_main_item .menu_main_item_r {
float:left;
height:					43px;
width:					20px;
margin:					0px 0px 0px 0px;
}
.menu_main_item:focus .menu_main_item_r,
.menu_main_item:hover .menu_main_item_r,
.menu_main_item:active .menu_main_item_r,
.menu_main_item_sel .menu_main_item_r{
display: block;
float:left;
height:					43px;
width:					20px;
margin:					0px 0px 0px 0px;
background:				url(../images/menus/mainmenu_item_right_sel.gif) no-repeat right 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_item {
font-size: 14px;
color: #fff;
font-weight: normal;
display: block;
padding: 3px 0px 3px 20px;
background: transparent url(../images/content/link_arrow_white_n.gif) no-repeat 0px 8px;
text-decoration: none;
border-bottom: 1px solid #666;

}
.menu_sub_item:hover,
.menu_sub_item:active,
.menu_sub_item:focus {
color: #fff;
text-decoration: none;
background: #2b2c7c url(../images/content/link_arrow_white_n.gif) no-repeat 0px 8px;
}



/*BEGIN:	footer_menu		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
DIV.menu_footer_area {
float:					left;
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:		#2b2c7c;
text-decoration: none;
}
.menu_footer_divider {
margin: 0px 10px 0px 10px;
}



