    @font-face {
    font-family: "Alpida Unicode System";
    font-weight: normal;
    src:url('http://www.anatil.org/baxtax.eot'); /* IE */  
    src: local("Alpida Unicode System"), local("UKIJ Tuz Tom"), local("ALKATIP Tor"), url("http://www.anatil.org/aus.ttf") format("TrueType"); /* non-IE */
    }
.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
/*border: 1px solid black;*/
border-bottom-width: 0;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
box-shadow: 3px 3px 8px #818181; /*shadow for CSS3 capable browsers.��Ӱ*/
-webkit-box-shadow: 3px 3px 8px #818181;
-moz-box-shadow: 3px 3px 8px #818181;
}


.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{
display: block;
font-family:"Alpida Unicode System", "UKIJ Tuz Tom", "ALKATIP Tor", TrueType, Arial;font-size:14px;
width: 160px; /*width of menu (not including side paddings)*/
color: black;
background: #cf5e03;
border-bottom: 1px solid black;
/*border-left: 1px solid black;*/
text-decoration: none;
padding: 8px 0 8px 20px;
/*font-family:"Alpida Unicode System", "UKIJ Tuz Tom", "ALKATIP Tor", TrueType, Arial;font-size:14px;
background:#cf5e03;
width: 160px; 
padding: 7px 0 5px 0px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
_border-bottom: 1px solid gray;
overflow:hidden;
display:inline-block;
_height:20px;
height:20px;
clear:both;*/
}

* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 160px; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu li a:link, .flexdropdownmenu li a:visited{
background: #00101c;
color: white;
direction: rtl;
padding-right:8px;
}
.flexdropdownmenu li.selected>a{
background: #094e85;
/*background: #898900;*/
}
.flexdropdownmenu li a:hover{
background:#0f61a2;
}

.rightarrowclass{
position: absolute;
top: 10px;
right: 5px;
}


.ddsmoothmenu{
font-family:"Alpida Unicode System", "UKIJ Tuz Tom", "ALKATIP Tor", TrueType, Arial;font-size:14px;


}

.ddsmoothmenu ul{
z-index:150;
margin: 0;
padding: 0;
list-style-type: none;
width:980px;;

}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: right;

}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #0f4269;
/*background: #002743;*/ /*background of menu items (default state)*/
color: white;
padding: 5px 20px 9px 20px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
height:20px;
font-size:15px;
font-weight:bolder;

}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
text-decoration: none;
vertical-align:bottom;
float:left;

}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:#00101c; 
/*background:#cf5e03;*/ 
color: white;
}

.ddsmoothmenu ul li a:hover{
background:#00101c; /*background of menu items during onmouseover (hover state)*/
color: white;
}

