﻿/*
Menü stilleri
*/

.StaticMenuStyle
{
    border:solid 1px transparent;
    font-family:"Trebuchet MS", Verdana, Arial, Helvetica, Times New Roman, Courier;
    font-size:10px;
    height:25px;
    text-align:center;
    font-weight:normal;
}
.StaticMenuItemStyle
{
    border:solid 1px transparent;
    font-family:"Trebuchet MS", Verdana, Arial, Helvetica, Times New Roman, Courier;
    font-size:10px;
    height:25px;
    width:70px;
    text-align:center;
    font-weight:normal;
    color:#ffffff;
}
.StaticMenuStyle a
{
    background:url('');
    font-family:"Trebuchet MS", Verdana, Arial, Helvetica, Times New Roman, Courier;
    font-weight:normal;
    background:#transparent;
    color:#ffffff;
}
.StaticSelectedStyle
{
    background:url('images/bgStaticItemHover.jpg') repeat-x top left;
    border:solid 1px transparent;
    font-family:"Trebuchet MS", Verdana, Arial, Helvetica, Times New Roman, Courier;
    font-size:10px;
    height:25px;
    font-weight:normal;
}
.StaticHoverStyle
{
    background:url('images/bgStaticItemHover.jpg') repeat-x top left;
    border:solid 1px #d4d7de;
}
.StaticHoverStyle a
{
    background:url('');
    font-family:"Trebuchet MS", Verdana, Arial, Helvetica, Times New Roman, Courier;
    font-weight:normal;
    background:#transparent;
    color:#ffffff;
}
.DynamicMenuStyle
{
    border:solid 2px #f5f5f5;
    font-family:"Trebuchet MS", Verdana, Arial, Helvetica, Times New Roman, Courier;
    font-size:10px;
    text-align:center;
    font-weight:normal;
    width:120px;
    background:#f5f5f5;
}
.DynamicMenuItemStyle
{
    font-family:"Trebuchet MS", Verdana, Arial, Helvetica, Times New Roman, Courier;
    font-size:10px;
    height:25px;
    text-align:center;
    font-weight:normal;
    text-align:left;
    background:#f5f5f5;
    width:120px;
    border:solid 1px #f5f5f5;
}
.DynamicMenuStyle a
{
    background:url('');
    font-family:"Trebuchet MS", Verdana, Arial, Helvetica, Times New Roman, Courier;
    font-weight:normal;
    background:#transparent;
    padding-left:5px;
    padding-right:5px;
    color:#343689;
}
.DynamicSelectedStyle
{
    background:url('images/bgDynamicItemHover.jpg') repeat-x top left;
    font-family:"Trebuchet MS", Verdana, Arial, Helvetica, Times New Roman, Courier;
    font-size:10px;
    height:25px;
    font-weight:normal;
}
.DynamicHoverStyle
{
    background:url('images/bgDynamicItemHover.jpg') repeat-x top left;
    border:solid 1px #c6e5f1;
}
.DynamicHoverStyle a
{
    background:url('');
    font-family:"Trebuchet MS", Verdana, Arial, Helvetica, Times New Roman, Courier;
    font-weight:normal;
    background:#transparent;
}

