﻿.ms-topNavFlyOuts{
background-color:   #F2F3F0!important;
color:    gray!important;
}

.ms-topNavHover a:hover
{
text-decoration:underline;
background-position:bottom left;
background-color:   #F2F3F0;
border:solid 1px #ebebeb;
border-left:solid 1px #fff;
border-bottom-width:0px;
border-top:solid 1px #fff;
color:    black; /*Hover Color of words on the top NAV bar*/
}

.ms-topNavFlyOuts a:hover
{
background-color:  lime;
text-decoration:underline;  /*Top NAV Flyout Underline*/
color:    black!important;
}

.ms-topnav{
color: gray;
border:solid 1px #ebebeb;
border-left:solid 1px #fff;
border-bottom-width:0px;
border-top:solid 1px #fff;
background-image:none;
background-color:#F2F3F0!important;}

.ms-topnavselected {
color:#003399;
background-repeat:repeat-x;
border:solid 1px #ebebeb;
border-left:solid 1px #fff;
border-bottom-width:0px;
border-top:solid 1px #fff;
background-color:#F2F3F0!important;
}

.ms-topNavHover {
background-image:none; 
background-position:bottom left;
background-color:#fff;
border:solid 1px #ebebeb;
border-left:solid 1px #fff;
border-bottom-width:0px;
border-top:solid 1px #fff;
color:  black!important;}

