﻿#navcontainer 
{	
	margin-left: auto;
	margin-right: auto;
	width: 241px;	
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer li 
{
	margin: 0px;
}

#navcontainer a
{
	cursor: pointer;
	font-weight: bold;
	font-size: 9pt;
	font-family: "Times New Roman", Times, serif ! important;
	letter-spacing: 0px;
	color: #1a2242;
	text-decoration: none;	
	display: block;
	padding: 8px 0px 6px 10px;
	height: 18px;
	width: 231px;	
}

#navcontainer a:hover
{
	text-decoration: none;
	color: #fff;	
}

#navcontainer .topline 
{	
	
	background: url('/menus/mystique/menu-nonhover.jpg') no-repeat;
}

#navcontainer .topline:hover 
{
	background-color: #434f99;
	background-image: none;	
}

#navcontainer .top_bottomline 
{
	
	background: url('/menus/mystique/menu-nonhover.jpg') no-repeat;
}

#navcontainer .top_bottomline:hover 
{
	background-color: #434f99;
	background-image: none;	
}

#navcontainer .subitem a
{
	display: block;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial ! important;
	color: #000;
	text-decoration: none;	
	padding: 5px 0px 5px 12px;
	height: 15px;
	width: 229px;
	background-image: none;
}

#navcontainer .subitem:hover 
{	
	background-image: none;	
	width: 235px;
}

#navcontainer .subitem a:hover 
{
	text-decoration: underline;
}
