.ddsmoothmenu{
font-family:"Trebuchet MS", Arial;  font-size:12px;
float:left;
background:none; /*background of menu bar (default state)*/
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
background:none;
padding:0px;
margin:0 4px 0 0; font-size:0px; font-weight:bold;
}

/* main menu style */
.ddsmoothmenu ul li.home_menu{ background:url(../images/menu_btn_all.jpg) no-repeat left top; width:116px; height:24px; }
.ddsmoothmenu ul li.home_menu a { width:116px; height:24px; display:block; }
.ddsmoothmenu ul li.home_menu a:hover { width:116px; height:24px; display:block; }

.ddsmoothmenu ul li.players_menu{ background:url(../images/menu_btn_all.jpg) no-repeat -120px top; width:116px; height:24px; }
.ddsmoothmenu ul li.players_menu a { width:116px; height:24px; display:block; }
.ddsmoothmenu ul li.players_menu a:hover { width:116px; height:24px; display:block; }

.ddsmoothmenu ul li.bar_owners_menu{ background:url(../images/menu_btn_all.jpg) no-repeat -239px top; width:116px; height:24px; }
.ddsmoothmenu ul li.bar_owners_menu a { width:116px; height:24px; display:block; }
.ddsmoothmenu ul li.bar_owners_menu a:hover { width:116px; height:24px; display:block; }

.ddsmoothmenu ul li.find_a_game_menu{ background:url(../images/menu_btn_all.jpg) no-repeat -359px top; width:116px; height:24px; }
.ddsmoothmenu ul li.find_a_game_menu a { width:116px; height:24px; display:block; }
.ddsmoothmenu ul li.find_a_game_menu a:hover { width:116px; height:24px; display:block; }

.ddsmoothmenu ul li.ranking_menu{ background:url(../images/menu_btn_all.jpg) no-repeat -479px top; width:116px; height:24px; }
.ddsmoothmenu ul li.ranking_menu a { width:116px; height:24px; display:block; }
.ddsmoothmenu ul li.ranking_menu a:hover { width:116px; height:24px; display:block; }

.ddsmoothmenu ul li.cool_stuff_menu{ background:url(../images/menu_btn_all.jpg) no-repeat -600px top; width:116px; height:24px; }
.ddsmoothmenu ul li.cool_stuff_menu a { width:116px; height:24px; display:block; }
.ddsmoothmenu ul li.cool_stuff_menu a:hover { width:116px; height:24px; display:block; }

.ddsmoothmenu ul li.shop_menu{ background:url(../images/menu_btn_all.jpg) no-repeat -720px top; width:116px; height:24px; }
.ddsmoothmenu ul li.shop_menu a { width:116px; height:24px; display:block; }
.ddsmoothmenu ul li.shop_menu a:hover { width:116px; height:24px; display:block; }

.ddsmoothmenu ul li.franchis_menu{ background:url(../images/menu_btn_all.jpg) no-repeat -840px top; width:116px; height:24px; margin:0; }
.ddsmoothmenu ul li.franchis_menu a { width:116px; height:24px; display:block; }
.ddsmoothmenu ul li.franchis_menu a:hover { width:116px; height:24px; display:block; }
/* main menu style */



.ddsmoothmenu ul li.menu_last { margin:0; }

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background:none; /*background of menu items (default state)*/
color:#ffffff;
padding: 0px 0px 0px 0px;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #ffffff;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:url(../images/menu_bg_hover.jpg) top left;
color: #ffffff;
}

.ddsmoothmenu ul li a:hover{
background:none; /*background of menu items during onmouseover (hover state)*/
color: #ffffff;
padding:0px;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
padding:6px 0px 0px 0px;
margin:0px;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}


.ddsmoothmenu ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:url(../images/bron_bullet.jpg) no-repeat 7px 13px;
background-color: #e6e6e6;
color:#1c1c1c;
}




/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
width: 175px;
margin-left:1px;
padding:0px;
}
.ddsmoothmenu ul li ul li ul li{
display: list-item;
float: none;
}
.ddsmoothmenu ul li ul li ul li a{
font-family:"Trebuchet MS", Arial;
font-size:11px;
font-weight:normal;
color:#ffffff;
padding: 4px 5px 4px 15px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #610529;
background:url(../images/white_bullet.jpg) no-repeat 7px 13px;
background-color: #550122;
}
.ddsmoothmenu ul li ul li ul li a:hover{
font-family:"Trebuchet MS", Arial;
font-size:11px;
line-height:17px;
color:#1c1c1c;
padding: 4px 5px 4px 15px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #610529;
background:url(../images/bron_bullet.jpg) no-repeat 7px 13px;
background-color: #e6e6e6;
}



/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font-family:"Trebuchet MS", Arial;
font-size:11px;
font-weight:normal;
color:#ffffff;
padding: 4px 5px 4px 15px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #610529;
background:url(../images/white_bullet.jpg) no-repeat 7px 13px;
background-color: #550122;
}

.ddsmoothmenu ul li.home_menu ul li a,  .ddsmoothmenu ul li.players_menu ul li a, .ddsmoothmenu ul li.bar_owners_menu ul li a, .ddsmoothmenu ul li.find_a_game_menu ul li a, .ddsmoothmenu ul li.ranking_menu ul li a, .ddsmoothmenu ul li.cool_stuff_menu ul li a, .ddsmoothmenu ul li.shop_menu ul li a,  .ddsmoothmenu ul li.franchis_menu ul li a { width:180px;  }

.ddsmoothmenu ul li ul li a:hover{
font-family:"Trebuchet MS", Arial;
font-size:11px;
line-height:17px;
color:#1c1c1c;
padding: 4px 5px 4px 15px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #610529;
background:url(../images/bron_bullet.jpg) no-repeat 7px 13px;
background-color: #e6e6e6;
}

.ddsmoothmenu ul li.home_menu ul li a:hover,  .ddsmoothmenu ul li.players_menu ul li a:hover, .ddsmoothmenu ul li.bar_owners_menu ul li a:hover, .ddsmoothmenu ul li.find_a_game_menu ul li a:hover, .ddsmoothmenu ul li.ranking_menu ul li a:hover, .ddsmoothmenu ul li.cool_stuff_menu ul li a:hover, .ddsmoothmenu ul li.shop_menu ul li a:hover,  .ddsmoothmenu ul li.franchis_menu ul li a:hover { width:180px;  }

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
/*background: silver;*/
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}
