.ddsmoothmenu{ /*background of menu bar (default state)*/
width: 100%;
}

.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;
border-right:#000000 1px solid;
}
 
.ddsmoothmenu ul li span{ display:none; }

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block; /*background of menu items (default state)*/
color:#194900;
height:32px;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
height:30px;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color:#194900;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color:#194900;
}

.ddsmoothmenu ul li a:hover{
 /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
margin-top:1px;
background-image:none;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
background:#f5d750;
color:#194900;
background-image:none;
border-bottom:1px solid #0c2300;
}

/*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{
font-sixe:12px;
font-family:Arial, Helvetica, sans-serif;
width: 180px; /*width of sub menus*/
padding:5px 15px;
margin: 0;
color:#194900;
height:20px;
background-image:none;
}

.ddsmoothmenu ul li ul li a:hover { background:url(../images/sub-nav-bg.gif) repeat-x top; color:#ffffff; }


/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{ display:none;}

.rightarrowclass{
position: absolute;
top: 10px;
right: 5px;
display:block;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
/*position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: #fef7eb;*/
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
/*opacity: 0.1;*/
}


#menu .ddsmoothmenu ul li a.mnuHome{ background:url(../images/navigation/home.gif) no-repeat center center; width:78px; }
#menu .ddsmoothmenu ul li a.mnuHome:hover{ background:url(../images/navigation/home-hover.gif) no-repeat center center;}

#menu .ddsmoothmenu ul li a.mnuAboutMccain{ background:url(../images/navigation/about-mccain.gif) no-repeat center center; width:140px;}
#menu .ddsmoothmenu ul li a.mnuAboutMccain:hover{ background:url(../images/navigation/about-mccain-hover.gif) no-repeat center center;}

#menu .ddsmoothmenu ul li a.mnuRetail{ background:url(../images/navigation/retail.gif) no-repeat center center; width:87px;}
#menu .ddsmoothmenu ul li a.mnuRetail:hover{ background:url(../images/navigation/retail-hover.gif) no-repeat center center;}

#menu .ddsmoothmenu ul li a.mnuFoodService{ background:url(../images/navigation/food-services.gif) no-repeat center center; width:135px;}
#menu .ddsmoothmenu ul li a.mnuFoodService:hover{ background:url(../images/navigation/food-services-hover.gif) no-repeat center center;}

#menu .ddsmoothmenu ul li a.mnuExports{ background:url(../images/navigation/exports.gif) no-repeat center center; width:95px;}
#menu .ddsmoothmenu ul li a.mnuExports:hover{ background:url(../images/navigation/exports-hover.gif) no-repeat center center;}

#menu .ddsmoothmenu ul li a.mnuRecipes{ background:url(../images/navigation/recipes.gif) no-repeat center center; width:98px;}
#menu .ddsmoothmenu ul li a.mnuRecipes:hover{ background:url(../images/navigation/recipes-hover.gif) no-repeat center center;}

#menu .ddsmoothmenu ul li a.mnuWhatson{ background:url(../images/navigation/whatson.gif) no-repeat center center; width:112px;}
#menu .ddsmoothmenu ul li a.mnuWhatson:hover{ background:url(../images/navigation/whatson-hover.gif) no-repeat center center;}

#menu .ddsmoothmenu ul li a.mnuDiduknow{ background:url(../images/navigation/diduknow.gif) no-repeat center center; width:169px;}
#menu .ddsmoothmenu ul li a.mnuDiduknow:hover{ background:url(../images/navigation/diduknow-hover.gif) no-repeat center center;}

#home #menu .ddsmoothmenu ul li a.mnuHome{ background:url(../images/navigation/home-hover.gif) no-repeat center center; }
#menuAbout #menu .ddsmoothmenu ul li a.mnuAboutMccain{ background:url(../images/navigation/about-mccain-hover.gif) no-repeat center center; }
#menuRetail .ddsmoothmenu ul li a.mnuRetail{ background:url(../images/navigation/retail-hover.gif) no-repeat center center; }
#menuDidUknow #menu .ddsmoothmenu ul li a.mnuDiduknow{ background:url(../images/navigation/diduknow-hover.gif) no-repeat center center; }
#menuExports #menu .ddsmoothmenu ul li a.mnuExports{ background:url(../images/navigation/exports-hover.gif) no-repeat center center; }
#menuRecipes .ddsmoothmenu ul li a.mnuRecipes{ background:url(../images/navigation/recipes-hover.gif) no-repeat center center; }
#menuWhatsOn .ddsmoothmenu ul li a.mnuWhatson{ background:url(../images/navigation/whatson-hover.gif) no-repeat center center; }
#menuFood .ddsmoothmenu ul li a.mnuFoodService{ background:url(../images/navigation/food-services-hover.gif) no-repeat center center;}
