/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul
{
    /*topmost and sub ULs, respectively*/
    margin: 0px 0px 0px 0px;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    list-style-type: none;
    background: white;
    
    border-bottom-width: 0;
    visibility: hidden;
    z-index: 100;
    margin-top: -12px;
    margin-left: -7px;
    z-index: 100;
    background-color: Transparent;
}

.ddsubmenustyle li a
{
    font-size:8pt;
    font-family:Arial;
    color:#101010;
    display: block;
    min-width: 120px;
    text-decoration: none;
    text-align: left;
    border: 0px;
    padding:4px 30px 2px 25px;
    border-bottom: 1px solid #C2C2C2;
    height: 15px;
    background: url(../../../images/camozzi/BgSubTopMenu.gif) repeat-x top left;
}

.ddsubmenustyle li a:hover
{
    cursor: default;
    background: url(../../../images/camozzi/BgSubTopMenu_hover.gif) repeat-x top left;
}

.ddsubmenustyle1, .ddsubmenustyle1 ul
{
    /*topmost and sub ULs, respectively*/
    margin: 0px 0px 0px 0px;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    list-style-type: none;
    background: white;
    
    border-bottom-width: 0;
    visibility: hidden;
    z-index: 100;
    margin-top: -12px;
    margin-left: -7px;
    z-index: 100;
    background-color: Transparent;
}

.ddsubmenustyle1 li a
{
    font-size:8pt;
    color:#101010;
    display: block;
    width: 80px;
    font-family:Arial;
    text-decoration: none;
    text-align: left;
    border: 0px;
    padding:4px 30px 2px 25px;
    border-bottom: 1px solid #C2C2C2;
    height: 15px;
    background: url(../../../images/camozzi/BgSubTopMenu.gif) repeat-x top left;
}

.ddsubmenustyle1 li a:hover
{
    cursor: default;
    background: url(../../../images/camozzi/BgSubTopMenu_hover.gif) repeat-x top left;
}


* html .ddsubmenustyle1 li
{
    /*IE6 CSS hack*/
    display: inline-block;
    width: 150px; /*width of menu (include side paddings of LI A*/
}

/* ######### 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;
}

