﻿.menu
{
    padding-left: 0.5em;
}

.menuItem
{
    background-color: ebf8ff;
	border-left:thin;
	border-right:thin;
    color: #074E84;
    font-family: arial;
    font-size: 12px;
    font-weight: bolder;
    padding-top: 3px;
    padding-bottom: 3px;
}
.menuItemSelected
{
    background-color: #006194;
    color: #932F2F;
    font-family: arial;
    font-size: 12px;
    font-weight: bolder;
    padding-top: 8px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
}

.menuItemOver
{
background-color: #ebf8ff;
}
.menuItemFly
{
     background-color: ebf8ff;
    color: #074E84;
    font-family: arial;
    font-size: 12px;
    font-weight: bolder;
    padding: 3px 3px 3px 3px;
      z-index: 1;

}


.menuItemFooter
{
    color: #006194;
    font-family: arial;
    font-size: 11px;
    font-weight: bolder;
    padding-top: 8px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
}
.menuItemFooterOver
{
    color: #696969;
    cursor: hand;
}

a.menuItem:link
{
background-color: ebf8ff;
    color: #006194;
}
a.menuItem:visited
{
    color: #006194;
}
a.menuItem:hover
{
    color: #932F2F;
}
a.menuItem:active
{
    color: #006194;
}

a.menuItemFooter:link
{
    color: #006194;
}
a.menuItemFooter:visited
{
    color: #006194;
}
a.menuItemFooter:hover
{
    color: #932F2F;
}
a.menuItemFooter:active
{
    color: #006194;
}

a.menuItemFly:link
{
    color: #006194;
}
a.menuItemFly:visited
{
    color: #006194;
}
a.menuItemFly:hover
{
    color: #932F2F;
}
a.menuItemFly:active
{
    color: #006194;
}


