.ddsmoothmenu{
    width: 930px;
    float: left;
    height: 39px;
    border:0px solid red;
}

.ddsmoothmenu ul{
    z-index:10;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border:0px solid red;
    float: left;
}

/*Top level list items*/
.ddsmoothmenu ul li{
    position: relative;
    display: inline;
    float: left;
    height: 28px;
    border:0px solid yellow;
    padding:0px 0px 0px 0px;
    z-index:3;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
    float:left;
    display: block;
    color: #fff;
    text-decoration: none;
    width:auto; height:39px;
    padding:0px 0px 0px 19px;
    margin: 0px 0px 0px -20px;
    border:0px solid yellow;
    background: url(tableft.png) left no-repeat;
}
.ddsmoothmenu ul li a span{
    float:left;
    display: block;
    color: #fff;
    text-decoration: none;
    width:auto; height:25px;
    padding:14px 33px 0px 12px;
    border:0px solid #fff;
    text-align: center;
    background: url(tabright.png) right no-repeat;
}
.ddsmoothmenu ul li a.first{
    float:left;
    display: block;
    color: #fff;
    text-decoration: none;
    width:auto; height:39px;
    margin: 0px -20px 0px 0px;
    border:0px solid green;
    background: url(tabhomeleft.png) left no-repeat;
}
.ddsmoothmenu ul li a.first span{
    float:left;
    display: block;
    color: #fff;
    text-decoration: none;
    width:auto; height:25px;
    padding:14px 60px 0px 25px;
    border:0px solid green;
    text-align: center;
    background: none;
}
.ddsmoothmenu ul li a.last{
    float:left;
    display: block;
    color: #fff;
    text-decoration: none;
    width:auto; height:39px;
    margin: 0px 0px 0px -20px;
    border:0px solid green;
    background: url(tableft.png) left no-repeat;
}
.ddsmoothmenu ul li a.last span{
    float:left;
    display: block;
    color: #fff;
    text-decoration: none;
    width:auto; height:25px;
    padding:14px 50px 0px 15px;
    border:0px solid green;
    text-align: center;
    background: url(contactright.png) right no-repeat;
}




* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
                              display: inline-block;
}

* html .ddsmoothmenu ul li a.last{ /*IE6 hack to get sub menu links to behave correctly*/
                                   display: inline-block;
}

/*FOR SIMPLE RECORD ACTION :SELECTED, CURRENT, HOVER*/
.ddsmoothmenu ul li a.selected,.ddsmoothmenu ul li a.current, .ddsmoothmenu ul li a:hover{
    float:left;
    display: block;
    color: #fff;
    text-decoration: none;
    width:auto; height:39px;
    padding:0px 0px 0px 19px;
    margin: 0px 0px 0px -20px;
    border:0px solid yellow;
    background: url(tableftfocus.png) left no-repeat;
}

.ddsmoothmenu ul li a.selected span,.ddsmoothmenu ul li a.current span,.ddsmoothmenu ul li a:hover span{
    float:left;
    display: block;
    color: #030d90;
    text-decoration: none;
    width:auto; height:25px;
    padding:14px 33px 0px 12px;
    border:0px solid #fff;
    text-align: center;
    background: url(tabrightfocus.png) right no-repeat;
    text-decoration: underline;
    font-weight: normal;
}

/*FOR FIRST RECORD ACTION:SELECTED, CURRENT, HOVER*/
.ddsmoothmenu ul li a.first.selected,.ddsmoothmenu ul li a.first.current,.ddsmoothmenu ul li a.first:hover{
    float:left;
    display: block;
    text-decoration: none;
    width:auto; height:39px;
    margin:0px -20px 0px 0px;
    border:0px solid green;
    background: url(tabhomeleftfocus.png) left no-repeat;
}
.ddsmoothmenu ul li a.first.selected span,.ddsmoothmenu ul li a.first.current span,.ddsmoothmenu ul li a.first:hover span{
    float:left;
    display: block;
    color: #030d90;
    text-decoration: none;
    width:auto; height:26px;
    padding:13px 60px 0px 25px;
    border:0px solid green;
    text-align: center;
    background: none;
    text-decoration: underline;
    font-weight: normal;
}

/*FOR LAST RECORD ACTION:SELECTED, CURRENT, HOVER*/
.ddsmoothmenu ul li a.last.selected,.ddsmoothmenu ul li a.last.current,.ddsmoothmenu ul li a.last:hover{
    float:left;
    display: block;
    text-decoration: none;
    width:auto; height:39px;
    padding:0px 0px 0px -20px;
    border:0px solid green;
    background: url(tableftfocus.png) left no-repeat;
}
.ddsmoothmenu ul li a.last.selected span,.ddsmoothmenu ul li a.last.current span,.ddsmoothmenu ul li a.last:hover span{
    float:left;
    display: block;
    color: #030d90;
    text-decoration: none;
    width:auto; height:26px;
    padding:13px 50px 0px 15px;
    border:0px solid green;
    text-align: center;
    background: url(contactrightfocus.png) right no-repeat;
    text-decoration: underline;
    font-weight: normal;
}




/*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: 12px;
    border:0px solid #ddd;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
    display: list-item;
    float: none;
    border:0px solid #ddd;
}

/*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: 218px; /*width of sub menus*/
    height:auto;
    padding: 5px 0px 8px 20px;
    background:#188534;
    border-bottom: #fff 1px solid;
    border-left: #fff 1px solid;
    border-right: #fff 1px solid;
    text-align:left;
    color: #fff;
    margin: 0px 0px 0px 0px;
}


.ddsmoothmenu ul li  ul li a.selected,.ddsmoothmenu ul li ul li a.current,.ddsmoothmenu ul li ul li a:hover{
    width: 218px; /*width of sub menus*/
    height:auto;
    padding: 6px 0px 7px 20px;
    background:#fcf900;
    border-bottom: #fff 1px solid;
    border-left: #fff 1px solid;
    border-right: #fff 1px solid;
    text-align:left;
    color: #030d90;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
}


/* 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;*/
    margin:8px 0px 0px -11px;
    visibility: hidden;
}

.rightarrowclass{
    position: absolute;
    top: 6px;
    right: 0px;
    visibility: hidden;
}

/* ######### 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;
}