/* CSS Document */
body	{margin:0px; padding:0px; background-color:#FFFFFF;}
.menu1	{font-family:Haettenschweiler; font-size:22px; color:#FFFFFF; }
.menu1	a{font-family:Haettenschweiler; font-size:22px; color:#FFFFFF; text-decoration:none; }
.menu1	a:hover{font-family:Haettenschweiler; font-size:22px;  color:#EE3A43; text-decoration:none;   }

.text	{font-family:Verdana ; font-size:15px; color:#373E94; font-style:italic }
.b_text	{font-family:Verdana ; font-size:14px; color:#000000; font-weight:bold }
.c_text	{font-family:Verdana ; font-size:15px; color:#023D96; font-weight:bold;  }
.c_text	 a{font-family:Verdana ; font-size:15px; color:#023D96; font-weight:bold }
.c_text	 a:hover{font-family:Verdana ; font-size:15px; color:#FFFFFF; font-weight:bold }
.left_text{ font-family:Verdana; font-size:13px; color:#333333; text-transform:none; font-weight:normal; text-decoration:none;}
.more{ font-family:arial; font-size:11px; color:#13310A; text-transform:none; font-weight:normal; text-decoration:underline; font-weight:bold}
.bot	{font-family:Verdana ; font-size:12px; color:#FFFFFF;  }
.bot	a{font-family:Verdana ; font-size:12px; color:#FFFFFF; text-decoration:none;   }
.bot	a:hover{font-family:Verdana ; font-size:12px; color:#EE3A43; text-decoration:none;  }
.t	{font-family:Arial; font-size:20px; color:#FFFFFF; font-style:italic; font-weight:bold }
.tex	{font-family:Arial; font-size:15px; color:#FFFFFF; font-style:italic ; font-weight:bold}
.te	{font-family:Arial; font-size:20px; color:#FFFFFF; font-style:italic; font-weight:bold ;  }
.h	{font-family:Plumbers Gothic; font-size:22px; color:#000000; font-weight:bold ; font-style:italic }
.b_h	{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; color:#000000;  font-weight:bold ;  }




.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/

margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;

border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
}


.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{
display: block;
width: 100px;  /*width of menu (not including side paddings)*/
color: black;
background: #1E2866;
border-bottom: 0px solid black;
text-decoration: none;
font-family:Haettenschweiler; padding-left:20px; 
font-size:22px; 
color:#FFFFFF;
background-image:url(img/n.gif);
 
}

* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 100px; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
background: #2A398C;
}

