/* ######### Drop Down DIVs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle div
{
    /*topmost and sub DIVs, respectively*/
    border-bottom-width: 0;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    font: normal 13px Verdana;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    list-style-type: none;
    background: white;
    visibility: hidden;
    z-index: 100;
     border-bottom-color: #CCCCCC;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    -moz-border-bottom-left-radius:10px;
    -moz-border-bottom-right-radius:10px;
}

.ddsubmenustyle ul
{
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    list-style-type: none;
    border: 0px none;
}

.ddsubmenustyle li a
{
    display: block;
    width: 170px; /*width of menu (not including side paddings)*/
    color: #990000;
    background-color: #f2f2f2;
    text-decoration: none;
    padding: 4px 5px;
    border-bottom: 1px solid black;
    font: bold 9pt 'Lucida Grande' , 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
    border-bottom-color: #CCCCCC;
}

* html .ddsubmenustyle li
{
    /*IE6 CSS hack*/
    display: inline-block;
    width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover
{
    background-color: #990000;
    color: #ffffff;
}







.ddsubmenu 
{
    display: block;
    width: 100%; /*width of menu (not including side paddings)*/
    color: #fff;
    background-color: #4E4F33;
    text-decoration: none;
    padding: 4px 5px;
   
    font: bold 9pt 'Lucida Grande' , 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
    border-bottom-color: #CCCCCC;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    -moz-border-bottom-left-radius:10px;
    -moz-border-bottom-right-radius:10px;
    height:"0px"
}
.ddsubmenu table th
{
    font: bold 'Lucida Grande' , 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
    text-transform: capitalize;
    color: #00F2F2;
}

.ddsubmenu table td a
{
    border-style: none;
    
    width: 90%; /*width of menu (not including side paddings)*/
    color: #fff;
    background-color: #4E4F33;
    text-decoration: none;
    padding: 4px 5px;
    font: bold 'Lucida Grande' , 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
}

.ddsubmenu table td a:hover
{
   
   
    color: #f00;
    background-color: #4E4F33;
    text-decoration: none;
    padding: 4px 5px;
   
    font: bold 'Lucida Grande' , 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
   
}

.whiteLink a
{
    color:#fff;
}



/* ######### Neutral CSS  ######### */

.downarrowpointer
{
    /*CSS for "down" arrow image added to top menu items*/
    padding-left: 4px;
    border: 0;
}

.rightarrowpointer
{
    /*CSS for "right" arrow image added to drop down menu items*/
    position: absolute;
    padding-top: 3px;
    left: 100px;
    border: 0;
}

.ddiframeshim
{
    position: absolute;
    z-index: 500;
    background: transparent;
    border-width: 0;
    width: 0;
    height: 0;
    display: block;
}















.ddsubmenustyleblack
{
    /*topmost and sub DIVs, respectively*/
    border-bottom-width: 0;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    list-style-type: none;
    background: #000000;
    color: #ffffff;
    z-index: 100;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.ddsubmenustyleblack a
{
    color: #990000;
    text-decoration: none;
    padding: 4px 5px;
    border-bottom: 1px solid black;
    font: bold 9pt 'Lucida Grande' , 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
    border-bottom-color: #CCCCCC;
}


