#menu
{
position:absolute;
background:url(../images/menubg.png); height:21px;
width:100%;
text-align:left;
margin: 40px 0px 0px 0px;
z-index:4999;
border:0px solid #ffffff;
}

#menubar
{
height:27px;
width:762px;
/*width:962px; */
margin-left:15%; margin-right:auto;
border:0px solid #ffffff;
/*margin: 40px 10px 0px 0px;*/
}

.ddsmoothmenu{
font: bold 12px Arial, Helvetica, sans-serif;
/*background:url(../images/menubg.png);  background of menu bar (default state)*/
width: 100%;
z-index:5000;
}

.ddsmoothmenu ul{
z-index:5000;
margin: 0 0 0 30px;
padding: 0;
list-style-type: none;
}


/*Top level list items*/
.ddsmoothmenu ul li
{
z-index:5000;
position: relative;
display: inline;
float: left;
/* width:170px; */
width:100px;
border:0px solid #ffffff;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
/*background: #3a3939; background of menu items (default state)*/
padding: 2px 10px;
text-transform:uppercase;
text-decoration: none;
color: #BAB979;
}

.ddsmoothmenu ul li a:hover{
background:url(../images/menubg1.png);
color: #FFFFFF;
}


.ddsmoothmenu ul li ul{
position: absolute; 
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
text-align:left;
z-index:5000;
}


/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
z-index:5000;
width:auto;
}


.ddsmoothmenu ul li ul li a{
font: normal 12px Arial, Helvetica, sans-serif;
width: 170px; /*width of sub menus*/
padding: 2px 10px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid white;
background:url(../images/menubg.png);
z-index:5000;
}

.ddsmoothmenu ul li ul li a:hover{
background:url(../images/submenu_bg_o.png) repeat-x;
color: #EC2227;
}


/*1st sub level menu*/

/*All subsequent sub menu levels vertical offset after 1st level sub menu */


/* Sub level menu links style */

/* Sub Level Menu with PnG background added later 
.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited{
color: white;
}
.ddsmoothmenu ul li ul li a:selected{
background:url(../images/submenu_bg_o.png) repeat-x;
color: #EC2227;
}
.ddsmoothmenu ul li ul li a:hover{
background:url(../images/submenu_bg_o.png) repeat-x;
color: #EC2227;
}
/* Sub Level Menu with PnG background END */

/* 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: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### 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: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}
/* ### Second Level Menubar ### */
.ddsmoothmenu1{
font: bold 12px Arial;
/*background: #000000; background of menu bar (default state)*/
width: 100%;
}


/* ### Second Level Menubar END ### */