@charset "utf-8";
/* CSS Document */

#sidemenu 
{ 
	text-align : left; 
	width : 142px; 
	font-size : 11px; 
	margin-left : 5px; 
	font-family : Arial, Helvetica, sans-serif; 
} 

/*first set of menus*/

.sidemenu_element 
{ 
	color : #434343; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	position : relative; 
	padding-left : 30px; 
	padding-top : 7px; 
	padding-bottom : 4px; 
	cursor:auto; 
	background : url(../images/button.png) no-repeat left 1%;
	width: 198px;
	height: 16px;
	#height: 27px;
} 

.sidemenu_element a 
{ 
	color : #434343; 
	text-decoration : none; 
} 

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

.sidemenu_element_hover 
{ 
	color : #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	position : relative;
	padding-left : 30px; 
	padding-top : 7px; 
	padding-bottom : 4px;
	cursor : auto; 
	background : url(../images/button_hover.png) no-repeat left 1%;
	width: 198px;
	height: 16px;
	#height: 27px;
} 

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

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

/********************************************second submenu*******************************************************************/

.side_menu1s 
{ 
	position : relative; 
} 

.side_menu1s_container 
{ 
	position : absolute; 
	top : 0; 
	display : none; 
	left : 188px; 
} 

.side_menu1s_element 
{ 
	color : #434343; 
	cursor : pointer; 
	padding-top : 7px; 
	padding-bottom : 4px; 
	padding-left : 30px; 
	background : url(../images/button.png) no-repeat left 1%;
	width: 198px;
	height: 16px;
	#height: 27px;
} 

.side_menu1s_element a 
{ 
	color : #434343; 
	text-decoration : none; 
} 

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

.side_menu1s_element_hover 
{ 
	color : #fff; 
	cursor : pointer; 
	padding-top : 7px; 
	padding-bottom : 4px; 
	padding-left : 30px; 
	background : url(../images/button_hover.png) no-repeat left 1%;
	width: 198px;
	height: 16px;
	#height: 27px;
} 

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

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

/********************************************third submenu*******************************************************************/

.side_menu2s
{ 
	position : relative; 
} 

.side_menu2s_container 
{ 
	position : absolute; 
	top : 0; 
	left : 188px; 
	display : none; 
} 

.side_menu2s_element 
{ 
	color : #434343; 
	cursor : pointer; 
	padding-top : 7px; 
	padding-bottom : 4px; 
	padding-left : 30px; 
	background : url(../images/button.png) no-repeat left 1%;
	width: 198px;
	height: 16px;
	#height: 27px;
} 

.side_menu2s_element a 
{ 
	color : #434343; 
	text-decoration : none; 
} 

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

.side_menu2s_element_hover 
{ 
	color : #fff; 
	cursor : pointer; 
	padding-top : 7px; 
	padding-bottom : 4px; 
	padding-left : 30px; 
	background : url(../images/button_hover.png) no-repeat left 1%;
	width: 198px;
	height: 16px;
	#height: 27px;
}
 
.side_menu2s_element_hover a 
{ 
	color : #fff; 
	text-decoration : none; 
} 

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