﻿.navMenu
{
	border:none;
	width:187px;
}

.navMenuItem
{
	border-bottom:solid 1px White;
	color:White;
	font-size:11px;
	line-height:17px;
	padding:2px;
	font-family:Arial Narrow;
	font-weight:bold;
	letter-spacing:1px;
	height:17px;
	cursor:pointer;
}

.navMenuItem a
{
	color:White;
	text-decoration:none;
	font-weight:bold;
}
.navMenu .navMenuItem:hover a, 
.navMenu .navMenuItem a:hover,
.navMenu .navMenuItem:hover
{
	color:#C8B990;
}

.navSubMenu
{
	border:solid 1px White;
	background-color:#13374F !important;
	padding:0px !important;
}

.navSubMenuItem
{
	height:17px !important;
	width:183px;
}
.navSubMenuItem:hover
{
	background-color:White !important;
}

.navMenuItem .showOnHover
{
	visibility:hidden;
}

.navMenuItem:hover .showOnHover
{
	visibility:visible;
}