.menu { background-color:#003868; width:100%; height:26px; z-index:100; font-size:12px; font-family:Tahoma; padding-left:20px; position:relative; margin:0 0 0 -1px;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:auto; w\idth:auto; font-family:Tahoma;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {width:auto; height:auto;padding:0;margin:0;list-style-type:none; }
.menu ul ul {width:auto;}

.menue ul ul li a{border-top: 1px solid #999;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:auto;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:auto; height:26px; padding:0 10px 0 10px; line-height:25px; }
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:150px; w\idth:150px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:26px;left:0; width:auto;}
/* another hack for IE5.5 */
* html .menu ul ul {top:26px;t\op:26px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited { color:#fff; height:auto; line-height:15px; padding:5px 10px; width:150px; }

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:150px;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }


.li_menu_main a:hover{ color:#fff; background-color:#0074D2;}

.li_menue_o a {	background:url(../images/menu_background.png) top repeat-x;}
.li_menue_o a:hover {	background:url(../images/menu_background-a.png) top repeat-x;}

.li_menue_u a {	background:url(../images/menu_background_last.png) bottom no-repeat;}
.li_menue_u a:hover {	background:url(../images/menu_background_last-a.png) bottom no-repeat;}