#menubar
{
width:980px;
height:30px;
margin:0 auto;
}

.ddsmoothmenu{
width:980px;
height:30px;
margin:0 auto;
}

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

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
z-index:999;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#fff;
float:left;
padding:8px 1px 0px 0px;
text-decoration:none; /*background of menu items (default state)*/
width:139px;
height:22px;
text-align:center !important;
background:url(../images/menubg.jpg) no-repeat;
}

.ddsmoothmenu ul li a:hover{
display: block;
background:url(../images/menuhover.jpg) no-repeat;
text-decoration:none; /*background of menu items (default state)*/
width:139px;
height:22px;
padding:8px 1px 0px 0px;
color:#000000 !important;
text-align:center !important;
}

.ddsmoothmenu ul li.current_page_item a{
display: block;
background:url(../images/menuhover.jpg) no-repeat;
text-decoration:none; /*background of menu items (default state)*/
width:139px;
height:22px;
padding:8px 1px 0px 0px;
color:#000000 !important;
text-align:center !important;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color:#fff;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
display: block;
color:#000000;
text-decoration:none; /*background of menu items (default state)*/
padding:8px 1px 0px 0px;
text-align:center !important;
border:none;
width:139px;
height:22px;
background:url(../images/menuhover.jpg) no-repeat;
}

#current
{
display: block;
text-decoration:none; /*background of menu items (default state)*/
padding:8px 1px 0px 0px;
text-align:center;
border:none;
width:139px;
height:22px;
color:#000000;
background:url(../images/menuhover.jpg) no-repeat;
}

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

/*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{
text-align:center;
background:#6b4d8a;
text-decoration:none;
color:#fff;
display:block;
padding:8px 11px 0px 11px;
border-bottom:1px solid #eaeaea;
height:22px;
width:118px;
background:url(../images/menubg1.jpg) repeat-x;
}

.ddsmoothmenu ul li ul li a:hover{
text-align:center;
text-decoration:none;
color:#000;
display:block;
border-bottom:1px solid #eaeaea;
padding:8px 11px 0px 11px;
height:22px;
width:118px;
background:url(../images/menuhover1.jpg) repeat-x;
}

.ddsmoothmenu ul li ul li a.selected{
text-align:center;
text-decoration:none;
color:#000;
display:block;
border-bottom:1px solid #eaeaea;
padding:8px 11px 0px 11px;
height:22px;
width:118px;
}
/*dropdown selected iten level 2 */
/* Sub level 2 menu links style */
.ddsmoothmenu ul li.current_page_item ul li a{
text-align:center;
background:#6b4d8a;
text-decoration:none;
color:#fff  !important;
display:block;
padding:8px 11px 0px 11px;
border-bottom:1px solid #eaeaea;
height:22px;
width:118px;
background:url(../images/menubg1.jpg) repeat-x !important;
}

.ddsmoothmenu ul li.current_page_item ul li a:hover{
text-align:center;
text-decoration:none;
color:#000  !important;
display:block;
border-bottom:1px solid #eaeaea;
padding:8px 11px 0px 11px;
height:22px;
width:118px;
background:url(../images/menuhover1.jpg) repeat-x  !important;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/

* html .ddsmoothmenu ul li ul  { /*IE6 hack to get sub menu links to behave correctly*/
display: block;
float:left;
background:#80765a;
text-align:center !important;
}

* html .ddsmoothmenu ul li ul li { /*IE6 hack to get sub menu links to behave correctly*/
display: block;
float:left;
text-align:center !important;

}

* html .ddsmoothmenu ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
width:100%;
float:left;
border-bottom:1px solid #665e49;
text-align:center !important;
}

* html .ddsmoothmenu ul li ul li a:hover{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
width:100%;
float:left;
text-align:center !important;

}

* html .ddsmoothmenu ul li ul li a.selected{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
width:100%;
float:left;
text-align:center !important;

}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 18px;
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:none;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
/*opacity: 0.2;*/
}