﻿.Menu
{
	font-family:Helvetica;
	font-size: 12px;
	color: #3A4E58;
    height: 27px;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    width:19%;
}
.MenuHover
{
	font-family:Helvetica;
	font-size: 12px;
    text-align: center;
    color: #00AEEF;
    cursor: pointer;
    cursor: hand;
    width:19%;
}
.MenuHover span
{
    color: #F9F6CD;
}
.FMenu
{
	font-family:Helvetica;
	font-size: 12px;
	color: #3A4E58;
    text-align: center;
    height: 27px;
    cursor: pointer;
    cursor: hand;
    width:19%;
}
.FMenuHover
{
	font-family:Helvetica;
	font-size: 12px;
    text-align: center;
    color: #00AEEF;
    cursor: pointer;
    cursor: hand;
    width:19%;
}
.FMenuHover span
{
    color: #F9F6CD;
}
.MenuItemSub
{
    height: 24px;
    background-color: #3271A4;
    color:#FFF;
    filter: progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=95);
    border-bottom: solid 1px #C9C8CD;
    border-left: solid 1px #C9C8CD;
    border-right: solid 1px #C9C8CD;
    cursor: pointer;
    cursor: hand;
    z-index: 999;
}

.MenuItemSubHover
{
    height: 24px;
    background-color: #3271A4;
    color:#FFF;
    filter: progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=95);
    border-bottom: solid 1px #C9C8CD;
    border-left: solid 1px #C9C8CD;
    border-right: solid 1px #C9C8CD;
    cursor: pointer;
    cursor: hand;
}
.msep
{
	width:2px;
	height:13px;
	background-image: url(../_images/top_navigation/sep.jpg);
	background-position:center;  
    background-repeat: no-repeat;
}