@charset "utf-8";

/******************************** first menu styles **********************************************/
#menu 
{ 
	text-align : left;
	font-family:Georgia, "Times New Roman", Times, serif;
} 

.menu1_container 
{ 
	float : left; 
	font-size:13px;	
} 

.menu_element 
{ 
	color : #fff; 
	cursor : pointer; 
	padding-left:2px; 
	padding-right:2px;
	height:20px;
	white-space:pre
} 

.menu_element a 
{ 
	color : #fff; 
	text-decoration : none; 
} 

.menu_element a:hover 
{ 
	color: #C1D56C; 
	text-decoration : none; 
} 

.menu_element_hover 
{ 
	color : #C1D56C; 
	cursor : pointer;
	padding-left:2px; 
	padding-right:2px	;
	height:20px;	
	white-space:pre
} 

.menu_element_hover a 
{ 
	color : #C1D56C; 
	text-decoration : none; 
} 

.menu_element_hover a:hover 
{ 
	color : #C1D56C; 
	text-decoration : none; 
} 

/******************************** submenu styles    ***********************************************/
.menu1s 
{ 
	position : relative; 
	float : left; 
	padding-left:4px; 
	padding-right:4px;
} 

.menu1s_container 
{ 
	position : absolute; 
	top : 20px; 
	left : 0px; 
	display : none; 
	width : 204px; 
	border-bottom:1px solid #ddd; 
	border-top:1px solid #ddd; 
} 

.menu1s_element 
{ 
	color : #867A63; 
	cursor : pointer; 
	background: #fff;
	border-left:1px solid #ddd; 
	border-right:1px solid #ddd; 
	padding-top : 5px; 
	padding-bottom : 5px; 
	padding-left : 22px; 
	width : 180px; 
} 

.menu1s_element a 
{ 
	color : #867A63; 
	text-decoration : none; 
} 

.menu1s_element a:hover 
{ 
	color : #0CA5AA; 
	text-decoration : none; 
} 

.menu1s_element_hover 
{ 
	color : #0CA5AA; 
	cursor : pointer; 
	background: #F3F3F3;
	border-left:1px solid #ddd; 
	border-right:1px solid #ddd; 
	padding-top : 5px; 
	padding-bottom : 5px; 
	padding-left : 22px; 
	width : 180px; 
} 

.menu1s_element_hover a 
{ 
	color : #0CA5AA; 
	text-decoration : none; 
} 

.menu1s_element_hover a:hover 
{ 
	color : #0CA5AA; 
	text-decoration : none; 
} 

/********************************* subsub menu styles ***********************************************/
.menu2s 
{ 
	position : relative; 
} 
.menu2s_container 
{ 
	position : absolute; 
	top : 0; 
	left : 204px; 
	display : none; 
	width : 181px; 
	white-space : nowrap; 
	border-left : 1px solid white; 
} 

.menu2s_element 
{ 
	color : #867A63; 
	cursor : pointer; 
	background: #fff;
	border:1px solid #ddd; 
	position : relative; 
	padding-top : 5px; 
	padding-bottom : 5px; 
	width : 180px; 
} 

.menu2s_element a 
{ 
	color : #867A63; 
	text-decoration : none; 
} 

.menu2s_element a:hover 
{ 
	color : #0CA5AA; 
	text-decoration : none; 
} 

.menu2s_element_hover 
{ 
	color : #0CA5AA; 
	cursor : pointer; 
	background: #F3F3F3;
	border:1px solid #ddd; 
	padding-top : 5px; 
	padding-bottom : 5px; 
	width : 180px; 
} 

.menu2s_element_hover a 
{ 
	color : #0CA5AA; 
	text-decoration : none; 
} 

.menu2s_element_hover a:hover 
{ 
	color : #0CA5AA; 
	text-decoration : none; 
} 
