div.menu_dropdown {z-index: 100; position: absolute; margin-top: 42px; padding-top: 1ex;
 background: white; border: solid orange 1px;}
div.menu_dropdown ul {padding: 5px 10px; margin: 0;}
div.menu_dropdown ul li {float: none; background: transparent; text-align: left; padding: 0;}
div.menu_dropdown ul li a {float: none; background: transparent; height: 15px; color: Black; padding: 0; margin: 0;}
div.menu_dropdown ul li a:visited {background: transparent; color: Black;}
div.menu_dropdown ul li a:hover {background: transparent; color: #800000; display: block;}
div.menu_dropdown:hover ul {display: block;}
.menu_me {width: 150px;}
.menu_forums {width: 150px;}
.menu_players {width: 150px;}
.menu_tournaments {width: 190px;}
.menu_videos {width: 150px;}
.menu_stages {width: 150px;}
.menu_fun {width: 150px;}
.menu_ladder {width: 150px;}
.menu_comm {width: 150px;}
.menu_media{width: 150px;}
.menu_stadium {width: 150px;}
.menu_home {width: 150px; margin-left: 4px;}
.menu_break {display: block; border-bottom: solid 1px #ECCFB2; margin: 0 0 7px 0; line-height: 50%;}
div.menu_arrow a {padding: 0; margin: 0; background: none;}
.arrow { position: relative;}
.arrow_selected {}
div.menu_arrow {float: left; padding-right: 1ex}
div.menu_arrow a:hover {background: transparent;}

.menu_logout { color: white; margin-right: 1ex; }
.menu_logout a {text-decoration: none; color: White;}
.menu_logout a:hover {text-decoration: underline; color: White;}

ul li div
{
    display: none;
}

ul li:hover div
{
    display: block;
}

.menunew li a.menu_witharrow, .menunew li a:visited.menu_witharrow, 
  .menunew li a:hover.menu_witharrow 
{
    padding-right: 7px; 
}


.menunew li a:hover, .menunew li a.selected, .menunew li a:hover.selected, .menunew li a:visited.selected
  
{ background: #FFF url(orange_menu.png);
  display: block;
  color: #70695A;
} 

.menunew li a.menu_selected_witharrow, .menunew li a:hover.menu_selected_witharrow, 
  .menunew li a:visited.menu_selected_witharrow
{
  background: #FFF url(orange_menu.png);
  color: #70695A;
  padding-right: 7px; 
}

.menunew li a.menu_selected, .menunew li a:hover.menu_selected, .menunew li a:visited.menu_selected 
{
  background: #FFF url(orange_menu.png);
  color: #70695A;
}