﻿/* menu [start]*/
.level1
{
    color: White;
    background-color: Black;
    font-variant: small-caps;
    font-size: large;
    font-weight: bold;
}

.level2
{
    color: Blue;
    font-family: Gill Sans MT !important;
    font-size: medium;
    background-color: Gray;
}

.level3
{
    color: black;
    background-color: Silver;
    font-family: Gill Sans MT !important;
    font-size: small;
}

.hoverstyle
{
    font-weight: bold;
}

.sublevel1
{
    background-color: Gray !important;
    color: White !important;
    font-variant: small-caps;
}


a:link
{
    color: #333399;
}
a:visited
{
    color: #333399;
}
a:hover
{
    color: #FF6600;
}
a:active
{
    color: #0000FF;
}

.StaticMenuItem
{
    cursor: hand; /* background: url("C:\\tlorange1.gif") 0 0% no-repeat; */
    padding: 10px;
    background-color: Black;
}
a:link.MenuItemStyle, a:visited.MenuItemStyle, a:hover.MenuItemStyle, a:active.MenuItemStyle
{
    color: #000000;
}
a:link.StaticMenuItem, a:visited.StaticMenuItem, a:hover.StaticMenuItem, a:active.StaticMenuItem
{
    color: #FFFFFF;
    font-weight: bolder;
}
.MenuItemStyle1
{
    text-align: left;
    padding: 5px;
}
.MenuItemStyle
{
    text-align: left;
    padding: 0px;
    margin: 0px;
}

.MenuLevelIslandStyle
{
    background-color: White;
    background-repeat: repeat-y;
    background-position: left;
    background-image: url(images/buttonbg.png);
    border: solid 1px #E1E1E1;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

.MenuLevelHoverStyle
{
}

/* menu [end]*/


.ItemStyle
{
    vertical-align: middle;
    text-align: left;
}
