/*                     
**  General.
*/
a { color: #2b4c0a;}
a:visited {  }
a:hover { color: #666666;}
a img { border: 0; }

p 
{ 
    margin: 0 0 0.6em 0; 
    padding: 0; 
    font-family: Arial;
    color: #303030;
    font-size: 12px;
    line-height: 1.4em; 
}

p.big
{ 
    /*font-size: 16px;*/
}

p.title
{
    font-family: Arial;
    font-size: 12px;
    font-weight: 800;
    line-height: 17px;
    color: #336699;
    margin: 10px 0 0 0;
    padding: 0 0 0 15px;
    background-image: url(images/blue_bullet.gif);
    background-position: 0px 5px;
    background-repeat: no-repeat;
}

h1 { 
    margin: 0 0 20px 0; 
    padding: 0; 

    font-family: Arial black;
    font-size: 30px; 
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 42px;
    color: #336699; 
    font-style: normal;
}

h2 
{ 
    font-size: 20px; 
    font-weight: bold; 
    line-height: 27px;
    margin: 3px 0 3px 0;
    padding: 0;
}

h3 
{ 
    font-size: 14px; 
    font-weight: bold; 
    line-height: 18px;
    margin: 13px 0 0 0;
    padding: 0;
}

ul 
{
    margin: 0.5em 2em 0.5em 2em; 
    padding: 0; 
}

ol li, ul li
{ 
    font-size: 12px;
    line-height: 1.25em; 
    padding-bottom: 0.5em; 
}

ul li li
{ 
    list-style-type: circle; 
}

table td 
{ 
    vertical-align: top; 
}

hr  /* See http://www.sovavsiti.cz/css/hr.html */
{ 
    color: #999; 
    background-color: #999; 
    height: 1px; 
    margin: 10px 0 20px 0;
}

.error 
{ 
    color: #cc0000; 
    font-weight: bold; 
    font-size: 11px;
    font-family: Arial;
    margin-left: 10px;
}

.ok
{ 
    color: green; 
    font-weight: bold; 
}

.message
{ 
    background-color: #fc0;
    color: black; 
    font-weight: bold; 
    padding: 1px 5px;
    
}

.checked
{
    background-image: url(images/checked.png);
    background-position: 0 -3px;
    background-repeat: no-repeat;
    padding-left: 23px;
}

.mandatory-field
{                      
    color: #336699;
    padding: 0 0 0 15px;
    margin: 10px 0 20px 0;
    background-image: url(images/field_bullet.gif);
    background-position: 0px 5px;
    background-repeat: no-repeat;
}

.pages /*pages menu*/
{
    margin: 10px 0 0 0;
    clear: both;
}

    .pages .selected
    {
        font-weight: bold;
    }
    
.fade
{
    color: #888;
}

.link
{
    color: #2b4c0a;
    text-decoration: underline;
    cursor: pointer;
}

.hidden
{
    display: none;
}

.form_hidden_block
{
    display: none;
    border: 1px dotted black;
    margin: 0 0 20px 0;
    padding: 3px 10px;
}


/*
**  Boxes
*/
html 
{ 
    margin: 0; 
    padding: 0; 
}

body
{
    margin: 0; 
    padding: 0; 
    background-color: #d7d7d7;
    font-family: Arial;
    font-size: 12px;
    line-height: 16px;
    color: #303030;

    background-image: url(images/bg_page.jpg);
    background-position: center center;   
    background-repeat: repeat;
}

#BoxLang 
{ 
    width: 803px; 
    margin: 0 0 4px 0; 
    padding: 0;
    height: 27px;

    background-image: url(images/bg_lang.jpg);
    background-position: center center;   
    background-repeat: no-repeat;
}

#BoxPageTop 
{ 
    width: 803px; 
    margin: 0; 
    padding: 0 0 0 0;
    height: 2px;

    background-image: url(images/bg_top.gif);
    background-position: center center;   
    background-repeat: no-repeat;
}

#BoxPageCenter 
{ 
    width: 803px; 
    margin: 0; 
    padding: 0; 
    text-align: left; 
    padding: 15px 0 0 0;

    background-image: url(images/bg_line.gif);
    background-attachment: fixed;   
    background-position: center center;   
    background-repeat: repeat-y;
}

#BoxPageBottom 
{ 
    width: 803px; 
    clear: both; 
    margin: -10px 0 10px 0; 
    padding: 20px 0 15px 0; 

    text-align: center; 
    font-size: 12px;
    color: #003366;

    background-image: url(images/bg_bottom.gif);
    background-position: top center;   
    background-repeat: no-repeat;
}

    #BoxPageBottom a
    { 
        color: #336699;
        font-size: 10px;
        text-decoration: none;
        text-transform: uppercase;
    }

    #BoxPageBottom a:hover
    { 
        font-weight: normal;
        color: #003366;
        text-decoration: underline;
    }

    #BoxPageBottom img.separator
    {
        padding: 0 15px;
    }

    #BoxPageBottom p
    { 
        color: #080049;
        font-size: 11px;
    }

#BoxAskSupport
{
    position: relative;
    bottom: 198px;
    margin: 0 0 0 15px;
    height: 52px;
    width: 740px;
    cursor: pointer;

    background-image: url(images/asksupport.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#BoxTop 
{ 
    width: 100%; 
    margin: 0 0 10px 0; 
    padding: 0;
}

#BoxHeader 
{ 
    padding: 0 0 0 20px;
    margin: 0;
    width: 760px;
    height: 53px; 
}

#BoxHeader #HeaderLogo
{
    float: left;
    width: 200px;
}                    

#BoxHeader #HeaderMemberName
{
    float: right;
    padding: 0;
    margin: 14px 20px 0 0;
    font-size: 12px;
    color: #336699;
}

    #BoxHeader #HeaderMemberName a
    {
        color: #336699;
    }

#BoxHeader #HeaderLogin
{
    float: right;
    padding: 3px 0 0 15px;
    width: 270px;
    
    background-image: url(images/login_line.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

    #BoxHeader #HeaderLogin form input
    {
        width: 100px;
        border: 1px #cecece solid;
        background-color: #ffffff; 
        font-family: Arial;  
        font-size: 11px; 
        color: gray;
        vertical-align: middle;
        padding: 1px 0 0 1px;
        margin: 0 0 5px 0;
    }

    #BoxHeader #HeaderLogin form img.button
    {
        position: absolute;
        margin: -1px 0 0 7px;
        width: 25px;
        height: 25px;
    }

    #BoxHeader #HeaderLogin form a
    {
        font-size: 11px;
        color: #5a9cde;
    }

    #BoxHeader #HeaderLogin form a:hover
    {
        color: #666666;
    }

#BoxTopMenu 
{
    clear : both; 
    margin: 0;
    padding: 0 30px;
}

#BoxMain 
{ 
    margin: 0 15px; 
    padding: 0; 
    clear: both;
    width: 770px;
    min-height: 560px; height:auto !important; height:560px; 

    background-position: center bottom;
    background-repeat: no-repeat;
}

    #BoxMain #BoxJoinNow
    {
        height: 184px;
        margin: -17px 0 -10px 0;
        background-image: url(images/bg_main_top.gif);
        background-position: center top;
        background-repeat: no-repeat;
        text-align: right;
    }

        #BoxMain #BoxJoinNow img
        {
            margin: 2px 0 0 0;
        }

    #BoxMain #BoxMainBody
    {
        min-height: 475px; height:auto !important; height: 475px;
        
        padding: 0 20px 0 20px;
        margin: -139px 0 10px 0;
    }
    
    #BoxMain #BoxMainBody.non-home-page
    { 
        background-image: url(images/bg_main_bottom.gif);
        background-position: center bottom;
        background-repeat: no-repeat;
        
        padding-bottom: 90px;
    }

    #BoxMain .text { width: 600px; }

    #BoxMain #MainMsg
    {
        background-color: #fc0 !important;
        color: black !important;
        font-size: 12px !important;
        padding: 3px 10px 5px 10px;
        margin-bottom: 10px;
    }
    
#BoxHome1
{
    width: 770px;
    height: 230px;
    margin: -49px 0 0 -19px;
    background-image: url(images/homepagebg1.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

#BoxHome2
{
    width: 770px;
    height: 240px;
    margin: 0 0 0 -19px;
    background-image: url(images/homepagebg2.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

#BoxHome3
{
    width: 770px;
    margin: 4px 0 0 -19px;
}

    #BoxHome1 #HomeMaintext
    {
        margin: 0 0 0 43px;
        height: 80px;
        /*border: 1px solid white;*/
    }
    
    #BoxHome1 #HomeMaintext h2
    {
        font-size: 18px;
        line-height: 18px;
        margin: 0 0 10px 0;
        color: white;
    }
    
    #BoxHome1 #HomeMaintext p
    {
        font-size: 16px;
        font-weight: normal;
        font-family: "Lucida Grande" , "Lucida Sans Unicode" ,Arial,Verdana,sans-serif;
        color: white;
        line-height: 20px;
    }

    #BoxHome1 #HomeTextBtns
    {
        margin: 29px 0 0 0;
    }
    
        #BoxHome1 #HomePageJoinLink
        {
            position: relative; 
            top: 80px; 
            left: 530px; 
            width: 240px; 
            height: 90px; 
            cursor: pointer;        
    
            background-image: url(images/joinnowhomepage.gif);
            background-position: 0px 5px;
            background-repeat: no-repeat;
        }

        #BoxHome1 #HomeTextBtns li
        {
            display: block;
            float: left;
            margin: 10px 1px 0 0;
            padding: 3px 0;
            vertical-align: top;
            text-align: center;
            background-color: #003366;
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

        #BoxHome1 #HomeTextBtns a
        {
            font-size: 12px;
            font-weight: bold;
            color: white;
            text-decoration: none;
            cursor: auto;
        }

    #BoxHome2 #BoxStepImgs
    {
        padding: 56px 0 0 34px;
    }
    
        #BoxHome2 #BoxStepImgs img
        {
        }
    

#BoxAffHome1
{
    width: 770px;
    height: 230px;
    margin: -49px 0 0 -19px;
    padding: 0;
    background-image: url(images/affhomepage/homepagebg1.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

#BoxAffHome2
{
    width: 770px;
    height: 240px;
    margin: -8px 0 0 -19px;
    background-image: url(images/affhomepage/homepagebg2.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

#BoxAffHome3
{
    width: 770px;
    margin: 24px 0 0 -19px;
    background-image: url(images/affhomepage/homepagebg3.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

    #BoxAffHome1 h2
    {
        font-size: 16px;
        font-weight: bold;
        color: #082463;
        margin: 0;
        padding: 14px 0 0 43px;
    }

    #BoxAffHome1 #BoxAsTbl
    {
        height: 159px;
        display:table-cell; 
        vertical-align:bottom
    }

        #BoxAffHome1 table
        {
            width: 709px;
            margin: 10px 0 0 25px;
            padding: 0;
            border-collapse: collapse;
            border-spacing: 0;
            empty-cells: show;
            
        }

            #BoxAffHome1 table td
            {
                border: 1px solid #336699;
                padding: 0;
                font-weight: bold;
                color: #426194;  
                text-align: center;
                height: 22px;
                vertical-align: middle;
            }

                #BoxAffHome1 table tr.titlesrow td
                {
                    background: url(images/affhomepage/bg_titles_rows.png) top left repeat;
                    border-top: 0;
                }

                #BoxAffHome1 table td.dark
                {
                    color: #082463;
                }

                #BoxAffHome1 table td.titleleft
                {
                    text-align: left;
                    padding-left: 20px;
                    background: url(images/affhomepage/bg_columns_titles.png) left -1px repeat-x;
                }

                #BoxAffHome1 table td.topleftcorner
                {
                    text-align: left;
                    padding-left: 20px;
                    background: url(images/affhomepage/bg_corner_left.png) top left no-repeat;
                    border: 0;
                }

                #BoxAffHome1 table tr.titlesrow td.leftcorner
                {
                    background: url(images/affhomepage/bg_corner_left.png) top left no-repeat;
                    border: 0;
                }

                #BoxAffHome1 table tr.titlesrow td.rightcorner
                {
                    background: url(images/affhomepage/bg_corner_right.png) top right no-repeat;
                    border: 0;
                }

                #BoxAffHome1 table td.col1
                {
                    background: url(images/affhomepage/bg_column_1.png) top left repeat;
                }

                #BoxAffHome1 table td.col2
                {
                    background: url(images/affhomepage/bg_column_2.png) top left repeat;
                }

                #BoxAffHome1 table td.col3
                {
                    background: url(images/affhomepage/bg_column_3.png) top left repeat;
                }

                #BoxAffHome1 table td.col4
                {
                    background: url(images/affhomepage/bg_column_4.png) top left repeat;
                }

                #BoxAffHome1 table td.col5
                {
                    background: url(images/affhomepage/bg_column_5.png) top left repeat;
                }

                #BoxAffHome1 table td.topleftcell, #BoxAffHome1 table tr.titlesrow td.topleftcell
                {
                    border: 0; 
                    background: none;
                    width: 140px;
                }

    #BoxAffHome2 #BoxAffData
    {
        width: 300px;
        float: left;
        margin: 12px 0 0 43px;
    }

        #BoxAffHome2 #BoxAffData p
        {
            margin: 0 0 2px 0;
            padding: 0;
            color: #10245a;/*#426194;*/
        }

        #BoxAffHome2 #BoxAffData .title
        {
            font-weight: bold;
            color: #426194;
        }

        #BoxAffHome2 #BoxAffData h2, #BoxAffHome2 #BoxAnnouncements h2, #BoxAffHome3 h2
        {
            font-size: 16px;
            font-weight: bold;
            color: #082463;
            margin: 0 0 3px 0;
            padding: 0;
        }

        #BoxAffHome2 #BoxAffData img
        {
            width: 49px;
            height: 60px;
            float: left;
            padding-right: 7px;
        }

        #BoxAffHome2 #BoxAffData #BoxAgentData
        {
            margin: 0 0 0 5px; 
        }

            #BoxAffHome2 #BoxAffData #BoxAgentData p
            {
                font-size: 11px;
            }

    #BoxAffHome2 #BoxAnnouncements
    {                    
        width: 300px;
        height: 200px;
        float: right;
        margin: 5px 40px 0 0;
        overflow: hidden;
    }

    #BoxAffHome2 #BoxAnnouncements p
    {
        color: #426194;
    }

    #BoxAffHome3 #BoxPromoLinks
    {                    
        clear: both;
        width: 700px;
        height: 110px; /*91px is the minimum (background image height)*/
        margin: 0 0 0 30px;
        padding: 6px 0 0 0;
    }

        #BoxAffHome3 #BoxPromoLinks .BoxLink
        {          
            float: left;          
            width: auto;
            padding: 3px 20px 0 0;
            margin: 0 17px 0 3px;
            background-image: url(images/affhomepage/homepage3_line.gif);
            background-position: right top;
            background-repeat: no-repeat;
        }

        #BoxAffHome3 #BoxPromoLinks p
        {                    
            color: #426194;
        }

        #BoxAffHome3 #BoxPromoLinks p.title
        {                    
            font-weight: bold;
            margin: 0;
            padding: 0;
            background-image: none;
        }

        #BoxAffHome3 #BoxPromoLinks a
        {                    
            color: #082c52;
        }

/*
**  Forms.
*/
form 
{ 
    padding: 0; 
    margin: 0; 
    vertical-align: middle; 
    font-size: 12px; 
}

.form label 
{
    float: left;
    clear: both;
    width: 120px;
    padding: 0 10px 0 0;
    text-align: left;
    
    font-family : Arial;
    font-size : 12px;
    font-weight: bold;
    color: #666666;
    
    vertical-align: middle;
    margin-bottom: 12px;
    padding-left: 13px;
    
    background-image: url(images/field_bullet.gif);
    background-position: 0px 5px;
    background-repeat: no-repeat;
}

.form label.blank
{
    background-image: none;
}

.form label img 
{ 
    vertical-align: middle; 
    padding: 0 0 0 8px; 
}

.form label.must-field 
{
}


.form_item 
{ 
    float: left; 
    clear: right; 
    padding: 0 10px 0 0;
}

    .form_item.button
    { 
        width: 160px;
        text-align: right;
    }

    .form_item .button
    { 
        float: right;
    }

    .form_item img 
    { 
        vertical-align: middle; 
        padding: 0 5px 0 5px; 
    }

    .form_item .field-explain 
    { 
        font-size: 12px; 
    }

.form br 
{ 
    clear: both; 
}

.form .comment
{ 
    font-size: 12px; 
    font-weight: normal; 
    color: green;
}

.form_item .error
{ 
    font-size: 12px; 
    font-weight: normal; 
    color: red;
}

input, textarea, select 
{ 
    border: 1px solid #316394; 
    background-color: #e7eff7; 
    font-family: Arial;  
    font-size: 12px; 
    vertical-align: middle;
}

input, select, .field-explain 
{ 
    width: 160px; 
}

textarea 
{ 
    width: 480px; 
    height: 150px;
    margin: 4px 0 10px 0; 
}

.short input
{
    width: 40px;
    margin-right: 10px;
}

.short select
{
    width: 60px;
    margin-right: 10px;
}

input 
{                    
    line-height: 15px;
    height: 16px;
    padding: 1px 0 1px 0;
}

input.cb 
{ 
    border:0; 
    width: 20px; 
    background-color: transparent; 
    vertical-align: middle; 
    margin-left: -3px;
}

button 
{ 
    vertical-align: middle; 
    font-family: "Lucida Grande" , "Lucida Sans Unicode" ,Arial,Verdana,sans-serif;
}

button.big
{ 
    font-size: 25px;
    padding: 3px 10px 5px 10px;
}

.button
{
    height: 43px;
    cursor: pointer;
    display: inline;
}

.button-regular img.regular
{
    display: inline;
}

.button-regular img.hover
{
    display: none;
}

.button-hover img.regular
{
    display: none;
}

.button-hover img.hover
{
    display: inline;
}

    .button img
    {
        float: left;
        margin: 0;
        padding: 0;
    }

    .button .button-center
    {
        float: left;
        margin: 0 0 0 0;
        padding: 11px 17px 0 17px; 
        height: 39px;
        vertical-align: middle;
        
        font-size: 15px;
        font-weight: bold;
        color: white;
        text-transform: uppercase;
        
        background-position: 0px 0px;
        background-repeat: repeat-x;
    }
    
    .button-regular .button-center
    {
        background-image: url(images/button_center.png);
    }

    .button-hover .button-center
    {
        background-image: url(images/button_center_hover.png);
    }

/*
**  Frames.
*/
.frame
{
    background-color: #f6f6f6;    
    border: 2px solid #ccc;
    padding: 5px 10px 5px 10px;
}

.frame h2
{
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.frame h3
{
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0;
}

.frame p
{
    font-size: 12px;
    line-height: 16px;
}

.table-like-header
{
    border: 1px solid #336699; /*ff8410*/
    background-color: #6699cc; /*ffce52*/
    float: left;
    width: 138px; 
    height: 50px; 
    margin-right: 9px;
    padding: 10px;
    text-align: center; 
    font-size: 15px;
}

.table-like-row1, .table-like-row2
{
    width: 500px;
    height: 28px;
    margin: 5px 0 0 0;
    padding-top: 10px;
    background-color: #cbe0f7; /*d6bd94*/
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.table-like-row2
{
    background-color: white;
}

.table-like-row1 div, .table-like-row2 div
{
    float: left;
    width: 164px; 
    text-align: center; 
    font-size: 15px;
    color: black;
}

.sub-page-text, .error-screen
{
    width: 660px;
}

.text-ad
{
    border: 1px solid #aaa;
    width: 240px;
    margin: 15px 15px 0 0;
    padding: 5px 10px;
    float: left;
    clear: none;
    text-align: center;
    
}

table.submenu-table 
{ 
    width: 750px; 
    border-collapse: separate;
}

table.submenu-table td 
{ 
    background-color: #bbbbcc; 
    border-right : white 1px solid; 
    padding: 6px 10px; 
    text-align: center; 
    font-size : 12px; 
    font-weight: normal; 
    vertical-align: middle;
    cursor: pointer;
}

table.submenu-table td a 
{ 
    text-decoration: none; 
    color: white; 
}

table.submenu-table td.blank 
{ 
    padding: 0;
}

table.submenu-table td.hover 
{ 
    background-color: #333366; 
    cursor: pointer; 
}

table.submenu-table td.clicked
{ 
    background-color: #369;
    color: white; 
}

.banner
{
    float: left;
    text-align: center;
    font-weight: bold;
    margin: 0 20px 20px 0;
}


/*
**  Regular table
*/
table.regular 
{
    font-family:arial;
    background-color: #e0e0e0;
    margin: 10px 0 5px 0;
    font-size: 12px;
    width: 100%;
    text-align: left;
}

table.regular th
{
    background-color: white;
    border: 1px solid #ffffff;
    font-size: 12px;
    font-weight: 800;
    color: #336699;
    padding: 4px;
    vertical-align: top;
    text-align: left;
}

table.regular thead tr .header 
{
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table.regular tbody td 
{
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}

table.regular tbody tr.odd td 
{
    background-color:#F0F0F6;
}

table.regular thead tr .headerSortUp 
{
    background-image: url(asc.gif);
}

table.regular thead tr .headerSortDown 
{
    background-image: url(desc.gif);
}

table.regular thead tr .headerSortDown, table.regular thead tr .headerSortUp 
{
    background-color: #8dbdd8;
}

table.regular tfoot td 
{
    background-color: #8dbdd8;
    padding: 4px;
}

table.regular tbody tr.odd td
{
    background-color: #eeeeee; 
}

table.regular tbody tr.even td
{
    background-color: #dddddd; 
}

table.regular tbody tr.hover td
{
    background-color: #fc0; 
}

table.regular tr.mark td 
{
    background-color: #FAF982; 
}

/*
**  Accountant table
*/
table.accountant td .positive
{
    color: green;
}

table.accountant td .negative
{
    color: red;
}

/*
**  'Users' related.
*/
.status1 { } /* Active */
.status2 { color: red; } /* Passive */
.status3 { color: #888; } /* Suspended */


/*
**  New top menu.
*/
.clsTopMenu{
    height: 51px;
    padding: 0 0 0 20px;
    margin: 0;
    background:url(images/menu/topmenu_bg.gif) no-repeat center top;
}

.clsTopMenu ul{
    padding:0;
    margin:0;
}

.clsTopMenu ul li{
    float:left;
    list-style:none;
    padding:0 0 0 3px;
    margin:0;
    background:url(images/menu/topmenu_item_left_off.gif) no-repeat left top;
}

.clsTopMenu ul A:link, .clsTopMenu ul A:visited, .clsTopMenu ul A:active{
    display:block;
    height:27px;
    color:#dcebff;
    font-family: Arial;
    font-size:12px;
    font-weight:800;
    text-decoration:none;
    text-align:center;
    letter-spacing: 1px;
    text-transform: uppercase; 
    padding:13px 14px 0 12px;
    background:url(images/menu/topmenu_item_right_off.gif) no-repeat right top;
}

.clsTopMenu ul li.clsSelected{
    color:#ffffff;
    background:url(images/menu/topmenu_item_left_on.gif) no-repeat left top;
}

.clsTopMenu ul li.clsSelected A:link, .clsTopMenu ul li.clsSelected A:visited, .clsTopMenu ul li.clsSelected A:active, .clsTopMenu ul li.clsSelected A:hover{
    color:#ffffff;
    text-decoration:none;
    background:url(images/menu/topmenu_item_right_on.gif) no-repeat right top;
}



.clsTopMenu ul li.clsFirst{
    background:transparent;
}

.clsTopMenu ul li.clsLast A:link, .clsTopMenu ul li.clsLast A:visited, .clsTopMenu ul li.clsLast A:active, .clsTopMenu ul li.clsLast A:hover{
    background:transparent;
}


.clsTopMenu ul li.clsSelectedFirst{
    background:transparent;
}

.clsTopMenu ul li.clsSelectedLast A:link, .clsTopMenu ul li.clsSelectedLast A:visited, .clsTopMenu ul li.clsSelectedLast A:active, .clsTopMenu ul li.clsSelectedLast A:hover{
    background:transparent; 
}


.clsTopMenu li ul 
{ 
    margin: 0 0 30px 0 ; 
    display: none;
    position: fixed;
    width: 200px;
}

.clsTopMenu  li:hover ul
{
    display:block;
}

.clsTopMenu li ul li, ul.top-sub-menu li, ul.top-sub-menu li a
{ 
    display: block;
    float: none;
    background-image: none;
    font-size: 40px;
}

/*.clsTopMenu li ul li a
{
    line-height: 14px;
    height: 20px;
    color: #505050;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: 1px;
    text-transform: lowercase;  
    padding: 5px 5px 0 5px;
    border-bottom: 1px solid #ccc;

    background-image: none;
    background-color: #f0f0f0;
}

.clsTopMenu li ul li a:hover
{
    color: black;
    font-weight: bold;
}
*/

.clsTopMenu li .sub-menu
{
    display: none;
    position: absolute;
}

.clsTopMenu li:hover .sub-menu
{
    display: block;
}

.sub-menu
{
    border-right: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    margin: 0 0 0 -2px;
    z-index: 1000;
}

.sub-menu div
{
    font-size: 12px;
    font-weight: normal;
    height: 20px;
    padding: 3px 5px 0 8px;
    color: white;
    background-color: #427a0d;
    cursor :pointer;
    
    background-image: url(images/ddmenu_line.gif);
    background-position: 0px 0px;
    background-repeat: repeat-x;
}

.sub-menu div.first
{
    height: 18px; 
    padding-top: 8px;
    background-image: url(images/ddmenu_top.gif);
    background-position: 0px 0px;
    background-repeat: repeat-x;
}

.sub-menu div:hover
{
    color: #000033;
}
