﻿body {
}



.ddsmoothmenu-v ul{
 
margin: 0px;
padding: 0px;
width: 170px; /* Main Menu Item widths */
list-style-type: none;
font: bold 12px Verdana;

 
}

.ddsmoothmenu-v, .ddsmoothmenu-v li ul
{
    list-style-type: none;
    margin: 0px;
    width: 176px; /*WIDTH OF MAIN MENU ITEMS*/
    border: 0px solid black;
}

.ddsmoothmenu-v li
{
    position: relative;
    list-style-type: none;
    
}

.ddsmoothmenu-v li a
{
    list-style-type: none;
    background-image: url(/images/l_nav_tbg.png);
    background-repeat: no-repeat;
    font: bold 12px Verdana, Helvetica, sans-serif;
    color: white;
    display: block;
    width: auto;
    padding: 0px 2px;
    padding-left: 10px;
    padding-right: 3px;
    vertical-align:middle;
    text-decoration: none;
    height: 32px;
    overflow: hidden;
  
}

.ddsmoothmenu-v li ul
{
    /*SUB MENU STYLE*/
    position: absolute;
    width: 176px; /*WIDTH OF SUB MENU ITEMS*/
    left: 0px;
    top: 0px;
    display: inline;
    display: none;
    
}

.ddsmoothmenu-v li ul li
{
    float: left;
}

.ddsmoothmenu-v li ul a
{ 
    width: 166px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
    background: orange;
    margin-left: 0px;
    color:Black;
    
}

.ddsmoothmenu-v .arrowdiv
{
    position: absolute;
    right: 2px;
    margin-top:5px;
    background: transparent url(/images/arrow_right.gif) no-repeat center right;
}

.ddsmoothmenu-v li a:visited
{
    color: white;
    
}

.ddsmoothmenu-v li a:hover
{
   background-image: url(/images/h2.gif);
   background-repeat: repeat-x;
   width: 159px; 
   _width: 151px; 
   color: black;
}

.ddsmoothmenu-v li a:selected
{
    background-image: url(/images/arrow_right.gif);
    background-repeat: no-repeat;
    color: black;
    width: 0px; 
    display: block;
}


.ddsmoothmenu-v li ul li a:active
{
    background: #50575a;
    color:Black;
}


.ddsmoothmenu-v li ul li a:hover
{
    background: #50575a;
    color: white;
    width:166px;
}


/* Holly Hack for IE \*/
* html .ddsmoothmenu-v li
{
    float: left;
}
* html .ddsmoothmenu-v li a
{
}


.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}


.ddshadow{
position: absolute;
left: 0px;
top: 0px;
width: 0px;
height: 0px;
background: silver;
overflow:hidden;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}