﻿.ddsmoothmenu
{
    /* height:38px;     background:url(../../../images/TM_bg.jpg) bottom left repeat-x;     margin:-17px 0 0 0 !important;     #margin:-15px 0 0 0 !important;     padding:0 35px;     z-index:1000;     position:relative;*/
}

.ddsmoothmenu ul
{
    z-index: 1000;
    padding: 0;
    #margin:0px;
    list-style-type: none;
    height: 44px;
    
}

/*Top level list items*/
.ddsmoothmenu ul li
{
    position: relative;
    display: inline;
    float: left;
    margin: 0px;
   
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a
{
    float: left;
    display: block;
    text-transform:uppercase;
  
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    padding: 0 8.5px;
     _padding: 0 7.5px;
    line-height: 44px;
   color: #000;
}
/*
* html .ddsmoothmenu ul li a
{ /*IE6 hack to get sub menu links to behave correctly*/
/*    display: inline-block;
}*/
.topMenuLink
{
     background: url(../images/menu_back.jpg) repeat-x top left;
     color: #000;
}

 

.ddsmoothmenu ul li a:hover
{
    background: url(../images/menu_back_hover.jpg) repeat-x top left;
    color: #fff;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul
{
    position: absolute;
    left: 0;
    width: 235px; /*width of sub menus*/
    #width:235px;
    
    height:auto;
    display: none; /*collapse all sub menus to begin with*/
    visibility: hidden;
    *margin-top:5px;
    _margin-top:0px;
   
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li
{
    display: list-item;
    float: none;
    width: 237px; /*width of sub menus*/
    _width:235px;
    padding:0px;
    margin:0px;
   *margin-top:-11px; /* targets IE6 and 7 */
  _margin-top:0px; /* targets IE6 */
border-bottom: solid 1px #663300;
    
}

/*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: 11px arial;
    text-align:left;
    width: 197px; /*width of sub menus*/
    _width:195px;
    margin: 0;
    color:#fff;
    text-transform:capitalize;
    border-top-width: 0;
    background:none;
    background-color: #b07b2b;
    padding: 8px 20px 8px 20px !important;
    float: none;
    line-height: 16px;
    
}

.ddsmoothmenu ul li ul li a:hover
{
    background:none;
    background-color: #815513;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu
{
    height: 1%;
}
/*Holly Hack for IE7 and below*/

.downarrowclass
{
    position: absolute;
    top: 12px;
    right: 7px;
    display: none;
}

.rightarrowclass
{
    position: absolute;
    top: 6px;
    right: 5px;
    display: none;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow
{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    
}

.toplevelshadow
{
    /*shadow opacity. Doesn't work in IE*/
    opacity: 0.6 !important;
    filter: alpha(opacity=80) !important;
}
