﻿.menustyle
{
    /*   border: 1px solid #FF00FF;*/
    font-size: 13px;
    font-family: Verdana;
    padding: 0 13px 0 7px;
    font-weight: bold;
    text-align: center;
    
}
.menustyle_reg
{
    border-left: 1px solid #d0d0d0;
    font-size: 13px;
    font-family: Arial Narrow, Verdana;
    padding: 0 13px 0 7px;
    font-weight: bold;
    text-align: center;
    
}
.menustyle_hover
{
    font-size: 13px;
    font-family: Arial Narrow, Verdana;
    display: block;
    padding: 0 13px 0 7px;
    font-weight: bold;
    background-color: #161616;
        /* for IE */
    filter:alpha(opacity=80);
    /* CSS3 standard */
    opacity:0.8;    
}
.menustyle_selected
{
    font-size: 13px;
    font-family: Arial Narrow, Verdana;
    display: block;
    padding: 0 13px 0 7px;
    font-weight: bold;
}
.submenustyle
{
    /*border: 1px solid #f0f0fa;*/
    font-size: 13px;
    font-family: Arial Narrow, Verdana;
    display: block;
    padding: 4px 4px 2px 4px;
    /* for IE */
    filter:alpha(opacity=80);
    /* CSS3 standard */
    opacity:0.8;

}

/**/
.arrow_title
{
    line-height: 24px;
    background-image: url('images/double_arrow.png');
    background-position: 4px center;
    background-repeat: no-repeat;
    font-size: 16px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #848484;
    padding: 2px 2px 2px 26px;
    margin-top: 1px;
    color: Black;
}
.dashed_title
{
    border-bottom-style: dashed; 
    border-bottom-width: 1px; 
    border-bottom-color: #848484;
}

