
   /* -------------------------- ASPxMenu Main -------------------------- */

.box_menu a:link, .box_menu a:visited {
	text-decoration: none;
	color: white;
	font-family: inherit;
	font-weight: normal;
	
}   
.menu_item {
	display: block;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	min-height: 20px;
	font-weight: normal;
	color: white;
	text-decoration: none;
	float: left;
	font-family: Encode Sans Compressed Semibold;
	font-size : 14px;
	line-height: 18px;
}
.menu_item span.dx-vam {
	padding: 0!important;
}
.menu_hover {
   color: white;
   text-decoration: none;
   background-color: #4bb0f8;
   }
.menu_hover a, .menu_hover a:link, .menu_hover a:visited {
	text-decoration: none;
	color: white;
	cursor: pointer;
}
.menu_selected
{
	display: block;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	font-weight: normal;
	text-decoration: none;
	color: white; 
   font-family: Encode Sans Compressed Semibold;
   background-color: #4bb0f8;
   font-size : 14px;
	line-height: 18px;
}

 .sub_menu_item {
 	background-color: white;
 	padding: 7px;
 	font-weight: bold;
 	border-top: 1px solid #4bb0f8;
 	color: #015693;
 	font-size : 14px;
	line-height: 18px;
 }
 .sub_menu_item a, .sub_menu_item a:link, .sub_menu_item a:visited {
 	color: #015693;
 	font-weight: bold;
 }
  .sub_menu_item_hover {
	background-color: #4bb0f8;
	font-weight: bold;
	color: white;
 }
  .sub_menu_item_hover a, .sub_menu_item_hover a:link, .sub_menu_item_hover a:visited {
  	color: white;
  	cursor: pointer;
 }
  .sub_menu_item_selected {
	background-color: #4bb0f8;
	font-weight: bold;
	color: white;
	font-size : 14px;
	line-height: 18px;
 }  


 
   /* -------------------------- ASPxMenu2 Main -------------------------- */
.bg_sub_menu {

}
.box_sub_menu {

}
.box_sub_menu a:link, .box_sub_menu a:visited {
	color: black;
}
.menu2_item {
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	font-weight: bold;
	color: black; 
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
}
.menu2_hover {
   color: black;
   text-decoration: none;
   background-color: #cccccc;
   }
.menu2_hover a, .menu2_hover a:link, .menu2_hover a:hover {
	text-decoration: none;
	color: black;
	cursor: pointer;
}
.menu2_selected
{
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	font-weight: bold;
	text-decoration: none;
	color: black; 
}

 .sub_menu2_item {
 	background-color: white;
 	padding: 7px;
 	font-weight: bold;
 	border-top: 1px solid #cccccc;
 	color: black;
 }
 .sub_menu2_item a, .sub_menu2_item a:link, .sub_menu2_item a:visited {
 	color: black;
 }
  .sub_menu2_item_hover {
	background-color: #cccccc;
	font-weight: bold;
	color: black;
 }
  .sub_menu2_item_hover a, .sub_menu2_item_hover a:link, .sub_menu2_item_hover a:visited {
  	color: black;
  	cursor: pointer;
 }
  .sub_menu2_item_selected {
	background-color: #cccccc;
	font-weight: bold;
	color: black;
 }  




 /* -------------------------- ASPxLeftMenu Container -------------------------- */

.box_left_menu a:link, .box_left_menu a:visited {
	color: black;
	text-decoration: none;
}
.leftmenu_item {
	display: block;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 5px;
	font-weight: bold;
	color: black;  
	text-decoration: none;
	border-bottom: 1px solid #dcdcdc;
}
.leftmenu_hover {
   color: black; 
   text-decoration: none;
  	background-color: #cccccc;
   }
.leftmenu_hover a, .leftmenu_hover a:link, .leftmenu_hover a:visited {
	text-decoration: none;
	color: black;
	cursor: pointer;
}
.leftmenu_selected
{
	display: block;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 5px;
	font-weight: bold;
	text-decoration: none;
	color: black; 
	background-color: #cccccc;
}


.sub_leftmenu_item {
 	background-color: white;
 	padding: 7px;
 	font-weight: bold;
 	border-top: 1px solid #cccccc;
 	color: black;
 }
 .sub_leftmenu_item a, .sub_leftmenu_item a:link, .sub_leftmenu_item a:visited {
 	color: black;
 }
  .sub_leftmenu_item_hover {
	background-color: #cccccc;
	font-weight: bold;
	color: black;
	text-decoration: none;
 }
  .sub_leftmenu_item_hover a, .sub_leftmenu_item_hover a:link, .sub_leftmenu_item_hover a:visited {
  	color: black;
  	cursor: pointer;
 }
  .sub_leftmenu_item_selected {
	background-color: #cccccc;
	font-weight: bold;
	color: black;
 }  

