/* ************************************* */
/*                                       */
/* .ORG Language Menu                    */
/*                                       */
/* ************************************* */

#langDrop a 
{
    text-indent:5px;
    color:#0951A2;
    text-decoration:none;
    background-color:#FFFFFF;
    display: block;
    width:130px;  /* <---   Change this if language menu items need to be longer. */
}

#langDrop a:hover 
{
    color:#000000;
    text-decoration:none;
    background-color:#FFFFFF;
}

#langDrop, #langDrop ul 
{
    color: #0951A2;
    background-color:#FFFFFF;
    padding: 0;
    margin:0 0 0 20px;
    list-style-image:none;
}

#langDrop li 
{
    list-style: none;
    list-style-image:none;
}

#langDrop li ul 
{
    margin-left:20px;
    width:130px;  /* <---   Change this if language menu items need to be longer. */
}

#langDrop li ul li 
{
    margin-left:0;
    width:130px;  /* <---   Change this if language menu items need to be longer. */
}

#langDrop li ul 
{
    position: absolute;
    width:130px;  /* <---   Change this if language menu items need to be longer. */
    left: -999em;
}

/* IE7+ style for javascript dropdown */
#IEroot #langDrop li:hover ul 
{
    margin-left:-70px;
    top:49px;
}

/* IE6- only style for javascript dropdown */

#langDrop li.sfhover ul 
{  
    left: auto;
    margin-left:-70px;
    padding-top:3px;
    top:49px;
    width:130px;  /* <---   Change this if language menu items need to be longer. */
    border-bottom:1px solid #0951A2;
    border-left:solid 1px #0951A2;
    border-right:solid 1px #0951A2;
}

/* Firefox and other browsers style for javascript dropdown */ 	
#langDrop li:hover ul 
{ 
    left: auto;
    margin-left:30px;
    padding-top:3px;
    width:130px;  /* <---   Change this if language menu items need to be longer. */
    border-bottom:1px solid #969696;	
    border-left:solid 1px #0951A2;
    border-right:solid 1px #0951A2;
}

#langDrop 
{
        display: none; 
}

.macLang 
{ 
        display:block; 
        width:200px;
}

/* commented backslash hack v2 (first line after this comment will not be picked up by mac IE 5) \*/
#langDrop 
{ 
    display:list-item; 
    list-style: none;
}

/* commented backslash hack v2 (first line after this comment will not be picked up by mac IE 5) \*/
.macLang 
{ 
    display: none; 
}