﻿.worldMenu
{
    margin-left: 270px;
    margin-right: 270px; 
}

div.regionListContainer
{
    float: left;
    width: 222px;
    margin: 5px 0 0 0;
    padding: 0;
    text-align: left;
}

div.regionListContainer ul
{
    margin: 13px 0 0 0;
    padding: 0 25px 0 0;
}

div.regionListContainer ul li
{
    list-style-type: none;
    padding:4px 0 4px 0;
    border-bottom:1px dotted #c0c0c0;
}

div.regionListContainer ul li.bottom
{
    border-bottom: none;
}

div.regionListContainer a
{
    color: #1E0C03;
    display:block;
    text-decoration:none;
    font-size: 12px;
}

div.regionListContainer a:hover
{
    color:#C33;
    font-size: 12px;
}

div.regionPanelContainer
{
    width: 900px;
    height: 250px;
    position: absolute;
    left:0px;
    top:0px;
    text-align: left;
    background-color: #f5f5f5;
    border: 1px solid #505050;
    opacity: .9; 
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)'; 
    filter: alpha(opacity=90);
}

div#regionPanel_1,div#regionPanel_2,div#regionPanel_3,div#regionPanel_4
{
    padding-left:10px;
    height: 250px;
}

div#regionPanel_2
{
    
}

div#regionPanel_3
{
    
}

div#regionPanel_4
{
    
}