/**************************** Mega Drop Down Menu *****************************/
/*******************************************************************************/

#MegaDDM DIV A.TopLevel{
    position: relative;
    top: 0px;
    display: block;
    margin: 5px 15px 5px 15px;
    /*padding: 0px 15px 0px 15px;*/
    padding: 0px;
    height:18px;  
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    border-bottom:2px solid #7A9DC5; 
    color: #0C315D ; /*DARK BLUE*/
    text-transform:uppercase;
    font-weight: bold;
    font-size:11PT; 

}

/*******************************************************************************/
/*******************************************************************************/

/**************************** Both Drop Down Menus ******************************/
/********************************************************************************/

DIV.SimpleDDM DIV, #MegaDDM DIV{   
    position: absolute;
    visibility: hidden;
    /*margin-top: 1px;*/
    margin-left: -12px;
    background-image: url("/content/dam/ssc/images/MenuShade.jpg"); 
    background-repeat: repeat-x;
    background-position:left top;
    padding-top: 13px;
    padding-bottom: 10px;
    background-color: #6085B2 ;
    z-index: 10000;
   /* border: 1px solid #5F5F5F; /*grey*/
  /*  border-top-width: 0px ;
    /*border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;*/
    /*shadow: X Y blur solid color . repeat*/
   /* -moz-box-shadow: 3px 5px 10px -5px #5F5F5F; /*grey*/
  /*  -webkit-box-shadow: 0px 3px 3px 0px #5F5F5F; /*grey*/
   /* box-shadow: 0px 3px 3px 0px #5F5F5F; /*grey*/
}


#HeaderMenu DIV.SimpleDDM DIV A, #MegaDDM DIV A.SubLevel { 
    position: relative;
    top: 0px;
    display: block;
    margin: 0;
    font-size:9PT;  
    padding: 0px 15px 0px 15px;
    height:19px;  
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    color: WHITE;
}

DIV.SimpleDDM DIV A:hover ,#MegaDDM DIV A:hover{   
   /* background-color: #81A5CF;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;*/
    color: #c2c2c2 !important;
}

/***************************** Sub nav menu style *******************************/
/*******************************************************************************/


/**************************** Sub Mega Drop Down Menu *****************************/
/*******************************************************************************/

#subMegaDDM DIV A.subTopLevel{ 
    position: relative;
    top: 0px;
    display: block;
    margin: 5px 15px 5px 15px;
    /*padding: 0px 15px 0px 15px;*/
    padding: 0px;
    height:18px;  
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    border-bottom:2px solid #7A9DC5; 
    color: #0C315D ; /*DARK BLUE*/
    text-transform:uppercase;
    font-weight: bold;
    font-size:10PT; 

}


/**************************** Both Sub Drop Down Menu ****************************/
/********************************************************************************/

#subSimpleDDM DIV, #subMegaDDM DIV{   
    position: absolute;
    visibility: hidden;
    /*margin-top: 1px;*/
    margin-left: -12px;
    background-image: url("/content/dam/ssc/images/MenuShade.jpg"); 
    background-repeat: repeat-x;
    background-position:left top;
    padding-top: 13px;
    padding-bottom: 10px;
    background-color: #6085B2 ;
    font-size:10PT; 
}


#subSimpleDDM DIV A, #subMegaDDM DIV A.subSubLevel { 
    position: relative;
    top: 0px;
    display: block;
    margin: 0;
    font-size:9PT;  
    padding: 0px 15px 0px 15px;
    height:19px;  
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    color: WHITE;
}

#subSimpleDDM DIV A:hover ,#subMegaDDM DIV A:hover{   
   /* background-color: #81A5CF;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;*/
    color: #c2c2c2 !important;
}
 