/*菜单样式-链接样式*/
.dh        {FONT-SIZE: 14px;color: #000; TEXT-DECORATION: none;}
.dh:link   {FONT-SIZE: 14px;color: #000; TEXT-DECORATION: none;}
.dh:visited{FONT-SIZE: 14px;color: #000; TEXT-DECORATION: none;}
.dh:hover  {color:#993333;TEXT-DECORATION: none;}

ul.menu {height:30px;margin:0px;padding:0px; width:990px; background:url(../images/menu-bg.jpg) repeat-x; line-height:30px;}
ul.menu a {color:#000; font-size:13px; }
ul.menu li {position:relative; float:left; height:26px;list-style-type:none; padding:0px;margin:0;text-align:center;}
ul.menu ul {position:absolute; top:28px; left:0; background:#f4f5fc; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative; border:1px solid #aaa; border-top:none; width:122px; margin:0;FONT-SIZE: 12px;text-align:center;}

ul.menu ul li a:link    {height:26px; line-height:26px;}
ul.menu ul li a:visited {height:26px; line-height:26px}
ul.menu ul li a:hover   {background:#f4f5fc url(../images/icon.gif) 5px center no-repeat;height:26px; line-height:26px;color:#993333;}
ul.menu ul li a:active  {height:26px; line-height:26px}
/**.m_li ul a    {font-weight:normal}*/
.menu_iframe{position:absolute; visibility:inherit;top:0px;left:0px; width:125px; z-index:-1; filter: Alpha(Opacity=0);}