@charset "utf-8";

/******************************** first footer_menu styles **********************************************/
#footer_menu 
{ 
	text-align : left;
} 

.footer_menu1_container 
{ 
	float : left; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
} 

.footer_menu_line
{ 
	color : #898989; 
} 

.footer_menu_element 
{ 
	color : #867A63; 
	cursor : pointer; 
	white-space : nowrap; 
	padding : 1px 5px 1px 5px; 
} 

.footer_menu_element a 
{ 
	color : #867A63; 
	text-decoration : none; 
} 

.footer_menu_element a:hover 
{ 
	color : #564E3F; 
	text-decoration : none; 
} 

.footer_menu_element_hover 
{ 
	color : #564E3F; 
	cursor : pointer; 
	padding : 1px 5px 1px 5px; 
} 

.footer_menu_element_hover a 
{ 
	color : #564E3F; 
	text-decoration : none; 
} 

.footer_menu_element_hover a:hover 
{ 
	color : #564E3F; 
	text-decoration : none; 
} 

/******************************** subfooter_menu styles    ***********************************************/
.footer_menu1s 
{ 
	position : relative; 
	float : left; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
} 

.footer_menu1s_container 
{ 
	position : absolute; 
	top : 0px; 
	left : 0;
	display : none; 
	width : 180px; 
} 

.footer_menu1s_element 
{ 
	color : #000; 
	cursor : pointer; 
	padding-top : 5px; 
	padding-bottom : 5px; 
	padding-left : 22px; 
	width : 180px; 
} 

.footer_menu1s_element a 
{ 
	color : #000; 
	text-decoration : none; 
} 

.footer_menu1s_element a:hover 
{ 
	color : #009345; 
	text-decoration : none; 
} 

.footer_menu1s_element_hover 
{ 
	color : #009345; 
	cursor : pointer; 
	padding-top : 5px; 
	padding-bottom : 5px; 
	padding-left : 22px; 
	width : 180px; 
} 

.footer_menu1s_element_hover a 
{ 
	color : #009345; 
	text-decoration : none; 
} 

.footer_menu1s_element_hover a:hover 
{ 
	color : #009345; 
	text-decoration : none; 
} 

/********************************* subsub footer_menu styles ***********************************************/
.footer_menu2s 
{ 
	position : relative; 
} 
.footer_menu2s_container 
{ 
	position : absolute; 
	top : 0; 
	left : 180px; 
	display : none; 
	width : 180px; 
	white-space : nowrap; 
	border-left : 1px solid white; 
} 

.footer_menu2s_element 
{ 
	color : #000; 
	cursor : pointer; 
	background-image : url(images/footer_menu.png); 
	background-repeat : repeat-x; 
	position : relative; 
	padding-top : 5px; 
	padding-bottom : 5px; 
	width : 180px; 
} 

.footer_menu2s_element a 
{ 
	color : #000; 
	text-decoration : none; 
} 

.footer_menu2s_element a:hover 
{ 
	color : #009345; 
	text-decoration : none; 
} 

.footer_menu2s_element_hover 
{ 
	color : #009345; 
	cursor : pointer; 
	background-image : url(images/footer_menu1.png); 
	background-repeat : repeat-x; 
	padding-top : 5px; 
	padding-bottom : 5px; 
	width : 180px; 
} 

.footer_menu2s_element_hover a 
{ 
	color : #009345; 
	text-decoration : none; 
} 

.footer_menu2s_element_hover a:hover 
{ 
	color : #009345; 
	text-decoration : none; 
} 
