@charset "utf-8";
/* CSS Document */


/* ////////   for the menu  ////////////// */
div#hmenu 
{
	width:810px;
}
div#hmenu table
{
	height:33px;
	
}

.level1 
{
	color:#00529c;
	padding-top:11px;
	padding-right:6px;
	font-size:11px;
}

.level2 
{
	color:#00529c;
	padding-top:11px;
	padding-right:10px;
	font-size:11px;


}


.sublevel1 table  
{

	background-image: url(images/nav_bg-copy.png);
	background-repeat: no-repeat;
	background-position: right top;	

height:33px;
}



.sublevel1 {
direction:rtl;
	background-image: url(images/nav_all_menu_bg.png);
	background-repeat:repeat-x;
	background-position: right top;	

}

.level3 a
{
	

	color:#00529c;
width:160px;
display:block;

}
/*html>body .level3 a
{
width: auto;
min-width:160px;
}*/
table.level3 
{
	height:36px;

		font-size:11px;
	background:none;
	border-bottom:#ccc 1px dotted;

}


.level3 td 
{
	padding:8px 20px 2px 6px;
		
}
.level3 td:hover
{

	background-color:#E2EBF3;
	background-image: url(images/arrow_blue_fill.gif);
	background-repeat: no-repeat;
	background-position: right center;
	Filter: DropShadow(Color=#FF0000, OffX=2, OffY=2, Positive=2);
}
.level3 a:hover
{
	   color:#0099FF;
	font-size:13px;
	
}







.hoverstyle
{
    color:#0099FF;
	
}


   




.sublevel1 img
{
padding-top:8px;

}

/* /////// ENd for the menu   /////////*/
