@charset "utf-8";

/******************************** first menu styles **********************************************/
#menu 
{ 
	text-align : left;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
} 

.menu1_container 
{ 
	float : left; 
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
} 

.menu_element_line
{ 
	color : #444444; 
	padding-left:9px; 
	padding-right:9px;	 
} 

.menu_element 
{ 
	color : #444444; 
	cursor : pointer; 
	padding-left:6px; 
	padding-right:6px;	 
} 

.menu_element a 
{ 
	color : #444444; 
	text-decoration : none; 
} 

.menu_element a:hover 
{ 
	color : #336F87; 
	text-decoration : none; 
} 

.menu_element_hover 
{ 
	color : #336F87; 
	cursor : pointer;
	padding-left:6px; 
	padding-right:6px; 
} 

.menu_element_hover a 
{ 
	color : #336F87; 
	text-decoration : none; 
} 

.menu_element_hover a:hover 
{ 
	color : #336F87; 
	text-decoration : none; 
} 

/******************************** submenu styles    ***********************************************/
.hidden_sub_menu
{
	position:relative;
	white-space:nowrap;
	height:10px;
	border:none;
    width: 180px;
}

.menu1s 
{ 
	position : relative; 
	float : left; 
	padding-left:6px; 
	padding-right:6px;
} 

.menu1s_container 
{ 
	position : absolute; 
	top : 11px; 
	left : 0px; 
	display : none; 
	width : 190x; 
} 

.menu1s_element 
{ 
	color : #444444; 
	cursor : pointer; 
	background: #C9CCCD;
	padding-left : 10px; 
	width : 180px;
	height:30px; 
	line-height:30px;
} 

.menu1s_element a 
{ 
	color : #444444; 
	text-decoration : none; 
} 

.menu1s_element a:hover 
{ 
	color : #fff; 
	text-decoration : none; 
} 

.menu1s_element_hover 
{ 
	color : #fff; 
	cursor : pointer; 
	background: #336F87;
	height:30px; 
	padding-left : 10px; 
	width : 180px; 
	line-height:30px;
} 

.menu1s_element_hover a 
{ 
	color : #fff; 
	text-decoration : none; 
} 

.menu1s_element_hover a:hover 
{ 
	color : #fff; 
	text-decoration : none; 
} 

/********************************* subsub menu styles ***********************************************/
.menu2s 
{ 
	position : relative; 
} 
.menu2s_container 
{ 
	position : absolute; 
	top : 0; 
	left :190px; 
	display : none; 
	width : 181px; 
	white-space : nowrap; 
	border-left : 1px solid white; 
} 

.menu2s_element 
{ 
	color : #444444; 
	cursor : pointer; 
	background: #C9CCCD; 
	position : relative; 
	height:30px;
	line-height:30px;
	width : 180px; 
	padding-left : 10px; 
} 

.menu2s_element a 
{ 
	color : #444444; 
	text-decoration : none; 
} 

.menu2s_element a:hover 
{ 
	color : #fff; 
	text-decoration : none; 
} 

.menu2s_element_hover 
{ 
	color : #fff; 
	cursor : pointer; 
	background: #336F87;
	height:30px;
	line-height:30px;
	width : 180px; 
	padding-left : 10px; 
} 

.menu2s_element_hover a 
{ 
	color : #fff; 
	text-decoration : none; 
} 

.menu2s_element_hover a:hover 
{ 
	color : #fff; 
	text-decoration : none; 
} 
