.ddsmoothmenu 
{
    /*font: normal 10px arial, sans-serif;*/
    background: url(../../images/menu/tabright.png) no-repeat right top;
    position: absolute;
    top: 130px;
    left: 0px;
    width: 100%;
    height: 53px;
}

.ddsmoothmenu a span:hover
{
	/*color: #326189;*/
}

.ddsmoothmenu ul
{
    z-index: 500;
    margin: 0;
    padding: 0px 0px 0px 7px;
    list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li
{
    position: relative;
    display: inline;
    float: left;
}

.menu2 li a
{
	float: left;
	background: url(../../images/menu/tableft.png) no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a
{
    display: block;
    background: url(../../images/menu/tableft.png) no-repeat left top;
    padding: 24px 10px;
    text-decoration: none;
}

.ddsmoothmenu ul li:first-child a {
    background: none;
}

.ddsmoothmenu ul li a:hover
{
    color: #326189;
}

* html .ddsmoothmenu ul li a
{ 
    /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
}

* html .ddsmoothmenu ul li a:hover
{ 
    /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
    color: #326189;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited
{
    color: #326189;
}

.ddsmoothmenu ul li a.selected
{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
    color: #326189;
}

.ddsmoothmenu ul li a:hover
{
    color: #326189;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul
{
    background: #D8D9D2;
    background-image: none;
    
    position: absolute;
    left: 0px;

    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
{
    background: #D8D9D2;
    background-image: none;

    display: list-item;
    float: none;
}

.ddsmoothmenu ul li ul li a:hover
{
    background: #CCC;
    color: #FFF;
}

/*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
{
    background: #D8D9D2;
    background-image: none;
    
    font: normal 12px arial, san-serif;
    width: 170px; /*width of sub menus*/
    padding: 5px 5px 5px 5px;
    margin: 0;
    border-top-width: 0;
    /*border-bottom: 1px solid gray;*/
}

.ddsmoothmenu ul li ul li a:hover
{
    
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu
{
    height: 1%;
}

.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;
}