.ddsmoothmenu{
width: 100%;
background-image:url(/images/MenuBg.jpg);
}

.ddsmoothmenu ul{
/*z-index:100;*/
margin: 0;
padding: 0px;
list-style-type: none;
text-align: left;
list-style: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
background-image:url(/images/MenuBg.jpg);
list-style: none;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background-image:url(/images/MenuBg.jpg);
color: white;
padding: 7px 7px;
text-decoration: none;
font-size: 12px;
font-weight: bold;
}

* 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{
text-decoration: none;
color:#FFF;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
text-decoration: none;
color:#FFF;
}

.ddsmoothmenu ul li a:hover{
background-image:url(/images/MenuBgRed.jpg); /*background of menu items during onmouseover (hover state)*/
}

.ddsmoothmenu ul li a.selectedx{
background-image:url(/images/MenuBgRed.jpg); /*background of menu items during onmouseover (hover state)*/
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
width: 200px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 10px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/

}
.ddsmoothmenuHighlight{
background-image:url(/images/MenuBgRed.jpg); /*background of menu items during onmouseover (hover state)*/
}

/*World Cup style */
.ddsmoothmenu_worldcup{
width: 100%;
background:none;
}

.ddsmoothmenu_worldcup ul{
/*z-index:100;*/
margin: 0;
padding: 0px;
list-style-type: none;
text-align: left;
list-style: none;
}

/*Top level list items*/
.ddsmoothmenu_worldcup ul li{
position: relative;
display: inline;
float: left;
background:none;
list-style: none;
}

/*Top level menu link items style*/
.ddsmoothmenu_worldcup ul li a{
display: block;
background:none;
color: #000;
padding: 7px 7px;
text-decoration: none;
font-size: 12px;
font-weight: bold;
}

.ddsmoothmenu_worldcup ul li ul li a{
    background:#fff;
}

.ddsmoothmenu_worldcup ul li ul li{
    background:#fff;    
}

* html .ddsmoothmenu_worldcup ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu_worldcup ul li a:link, .ddsmoothmenu_worldcup ul li a:visited{
text-decoration: none;
color:#000;
}

.ddsmoothmenu_worldcup ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
text-decoration: none;
color:#FFF;
}

.ddsmoothmenu_worldcup ul li a:hover
{
    background:#333;
    color:#fff;
}

.ddsmoothmenu_worldcup ul li a.selectedx
{
    background:#333;
    color:#fff;
/*background-image:url(/images/world_cup_blue_sub_nav.jpg); /*background of menu items during onmouseover (hover state)*/
}

/*1st sub level menu*/
.ddsmoothmenu_worldcup ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu_worldcup ul li ul li{
display: list-item;
float: none;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu_worldcup ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu_worldcup ul li ul li a{
width: 200px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu_worldcup{height: 1%;} /*Holly Hack for IE7 and below*/




/*F1 style */
.ddsmoothmenu_f1{
width: 100%;
background:none;
}

.ddsmoothmenu_f1 ul{
/*z-index:100;*/
margin: 0;
padding: 0px;
list-style-type: none;
text-align: left;
list-style: none;
}

/*Top level list items*/
.ddsmoothmenu_f1 ul li{
position: relative;
display: inline;
float: left;
background:none;
list-style: none;
}

/*Top level menu link items style*/
.ddsmoothmenu_f1 ul li a{
display: block;
background:none;
color:#000 !important;
padding: 7px 7px;
text-decoration: none !important;
font-size: 12px;
font-weight: bold;
}

.ddsmoothmenu_f1 ul li ul li a{
    background:#fff;
	color:#000;
}

.ddsmoothmenu_f1 ul li ul li{
    background:#fff;  
    color:#000;  
}

* html .ddsmoothmenu_f1 ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu_f1 ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
text-decoration: none;
color:#fff !important;
}

.ddsmoothmenu_f1 ul li a:hover
{
    background:#141414;
    color:#fff !important;
}

.ddsmoothmenu_f1 ul li a.selectedx
{
    background:#141414;
    color:#fff !important;
/*background-image:url(/images/world_cup_blue_sub_nav.jpg); /*background of menu items during onmouseover (hover state)*/
}

/*1st sub level menu*/
.ddsmoothmenu_f1 ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu_f1 ul li ul li{
display: list-item;
float: none;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu_f1 ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu_f1 ul li ul li a{
width: 200px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu_f1{height: 1%;} /*Holly Hack for IE7 and below*/

#menu_worldcup_v2 ul li a
{
    font-family:Arial;
    text-transform:uppercase;
    color:#fff;
    padding: 7px 5px;
    font-size:11px;
}
#menu_worldcup_v2 ul li
{
    padding-right:2px;
    background:url(/images/worldcup2010/v2/top_navi_separator.png) no-repeat center right;
}
#menu_worldcup_v2 ul li ul li,
#menu_worldcup_v2 ul li:last-child  
{
     background:none;
}
#menu_worldcup_v2 ul li ul li a 
{
    background:#00a46f;
    padding:5px 3px;       
}
#menu_worldcup_v2 ul li a:hover,
#menu_worldcup_v2 ul li a.selectedx
{
    background:#ececec;
    color:#00a46f;
}