﻿div#menu_container 
{
    position:relative;
    width:978px;
    height:26px;
    background-image:url('../images/menu_bg.png');
    padding-top:7px;
}

div#menu_categories
{
    overflow:hidden;
}

div#menu_categories a 
{
    font-family:Georgia;
    font-size:15px;
    color:#ffffff;
    font-style:italic;
    margin-left:10px;
    margin-right:10px;
}

div#menu_categories a.right
{
    float:right;
    margin-left:36px;
    margin-right:28px;
}

div#menu_categories a:hover, div#menu_categories a.active
{
    color:#f33aa1;
}
    
div#menu_subcategories 
{
    width:100%;
    background-image:url('../images/menu_sub_bg.jpg');
    height:24px;
    padding-top:4px;
    text-align:center;
    margin-bottom:1px;
}

div#menu_subcategories a 
{
    padding-left:31px;
    padding-right:31px;
    color:#3f3838;
    font-size:14px;
    font-family:Verdana;
    font-style:normal;
    font-weight:normal;
    cursor:pointer;
}

div#menu_subcategories a:hover
{
    color:#FFFFFF;
}

div#menu_subcategories a.selected
{
    font-weight:bold;
}

a#menu_category_16 
{
    width:114px;
    background-image:url('../../Categories/16.jpg');
}

a#menu_category_16:hover
{
    background-image:url('../../Categories/16_hover.jpg');
}

a#menu_category_16.selected
{
    background-image:url('../../Categories/16_active.jpg');
}



a#menu_category_8
{
    width:72px;
    background-image:url('../../Categories/8.jpg');
}

a#menu_category_8:hover
{
    background-image:url('../../Categories/8_hover.jpg');
}

a#menu_category_8.selected
{
    background-image:url('../../Categories/8_active.jpg');
}





a#menu_category_7
{
    width:81px;
    background-image:url('../../Categories/7.jpg');
}

a#menu_category_7:hover
{
    background-image:url('../../Categories/7_hover.jpg');
}

a#menu_category_7.selected
{
    background-image:url('../../Categories/7_active.jpg');
}




a#menu_category_9
{
    width:103px;
    background-image:url('../../Categories/9.jpg');
}

a#menu_category_9:hover
{
    background-image:url('../../Categories/9_hover.jpg');
}

a#menu_category_9.selected
{
    background-image:url('../../Categories/9_active.jpg');
}




a#menu_category_11
{
    width:78px;
    background-image:url('../../Categories/11.jpg');
}

a#menu_category_11:hover
{
    background-image:url('../../Categories/11_hover.jpg');
}

a#menu_category_11.selected
{
    background-image:url('../../Categories/11_active.jpg');
}



a#menu_category_17
{
    width:80px;
    background-image:url('../../Categories/17.jpg');
}

a#menu_category_17:hover
{
    background-image:url('../../Categories/17_hover.jpg');
}

a#menu_category_17.selected
{
    background-image:url('../../Categories/17_active.jpg');
}



a#menu_category_39
{
    width:99px;
    background-image:url('../../Categories/39.jpg');
}

a#menu_category_39:hover
{
    background-image:url('../../Categories/39_hover.jpg');
}

a#menu_category_39.selected
{
    background-image:url('../../Categories/39_active.jpg');
}



a#menu_category_52
{
    width:83px;
    background-image:url('../../Categories/52.jpg');
}

a#menu_category_52:hover
{
    background-image:url('../../Categories/52_hover.jpg');
}

a#menu_category_52.selected
{
    background-image:url('../../Categories/52_active.jpg');
}

a#menu_blog
{
    margin-left:0px;
    width:134px;
    background-image:url('../images/menu_blog.jpg');
}

a#menu_blog:hover
{
    background-image:url('../images/menu_blog_hover.jpg');
}

a#menu_forum
{
    width:134px;
    background-image:url('../images/menu_forum.jpg');
}

a#menu_forum:hover
{
    background-image:url('../images/menu_forum_hover.jpg');
}

#menu_overview 
{
    position:absolute;
    left:24px;
    padding:10px;
    padding-top:20px;
    z-index:30;
    padding:9px;
    border-collapse:collapse;
}

#menu_overview td
{
    margin:0;
    padding:0;
}

#menu_overview .content
{
    position:relative;
    width:313px;
    background-color:#f1e6ec;
    background-image:url("../images/popup_bg.jpg");
    background-repeat:repeat-x;
    padding:4px;
}

#menu_overview .border_left, #menu_overview .border_right
{
    background-color:white;
    width:9px;
}

#menu_overview .border_top, #menu_overview .border_bottom
{
    background-color:white;
    height:9px;
}

#menu_overview .shadow_right
{
    background-image:url('../images/shadow_right.png');
    width:5px;
    opacity:0.4;
    filter:alpha(opacity=40);
}

#menu_overview .shadow_left
{
    background-image:url('../images/shadow_left.png');
    width:5px;
    opacity:0.4;
    filter:alpha(opacity=40);
}

#menu_overview .shadow_bottom
{
    background-image:url('../images/shadow_bottom.png');
    height:5px;
    opacity:0.4;
    filter:alpha(opacity=40);
}

#menu_overview .shadow_bottomleft
{
    background-image:url('../images/shadow_bottomleft.png');
    width:5px;
    height:5px;
    opacity:0.4;
    filter:alpha(opacity=40);
}

#menu_overview .shadow_bottomright
{
    background-image:url('../images/shadow_bottomright.png');
    width:5px;
    height:5px;
    filter:alpha(opacity=40);
    opacity:0.4;
    
}

#menu_overview a
{
    display:block;
    background-image:url("../images/popup_close.jpg");
    background-repeat:no-repeat;
    cursor:pointer;
    float:right;
    width:51px;
    height:14px;
}
