﻿#topNav {
	margin: 0;
	padding:0;
	clear: both;
	float: left;
	width: 948px;
	position: relative;
	top: 6px;
	z-index: 900;
}

#menu 
{
	clear:both;
	margin: -15px 0 0 0;
	padding: 9px 0 0 0;
	list-style: none;
}
/* Hide all submenus */
#menu li ul {
	display: none;
	background: #d1dae1;
	color: #000000;
	z-index: 9200 !important;
}
#menu li {
	margin: 0 20px;
	padding: 0;
	float: left;
	display:inline;
	z-index: 9200 !important;
	
}
#menu li a {
	margin: 0;
	padding: 0;
	float: left;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 29px;
}
#menu li a:hover {
	color: #ffffff;
}
#menu li.selected {
	margin: 0 8px 0 8px;
	padding: 0 0 0 0;
	background: transparent url('/Images/Menu/FTG/topNav_menuItem_right.jpg') top right no-repeat;
}
#menu li.selected a {
	padding: 0 12px 0 12px;
	background: transparent url('/Images/Menu/FTG/topNav_menuItem_left.jpg') top left no-repeat;
	color: #54657f;
}
#menu li.selected a:hover {
	color: #54657f;
}
#menu li.selected ul li a{
	color: #5f0101;
	background-image: none;	
}
#menu li.selected ul li a:hover{
	color: #ffffff;
	
}
#menu li.drop ul li.selected 
{
 background-image: none;	
}
#menu li.drop ul li.selected a{
	color: #5f0101;
	background-image: none;	
	padding: 0 0 0 0px;
}

/* For Non-IE and IE-7 fix sub nav position */
#menu li:hover {
	position: relative;
}
/* For Non-IE and IE-7 make sub-menus visible on hover */
#menu li:hover > ul {
	display: block;
	position: absolute;
	background: #d1dae1;
	width: 250px;
	padding: 0;
	margin: 0;
	list-style: none;
}
/* For Non-IE and IE-7 positions first sublevel under top navigation*/
#menu li:hover > ul {
	top: 29px;
	left: 0;
}
#menu li ul li {
	padding: 0;
	background: none;
	margin: 0;
	display: block;
}
#menu li ul li a {
	margin: 0;
	padding: 0 0 0 5px;
	display: block;
	width: 245px;
}
/*IE 5.5 and IE 6*/
* html #menu li ul {
	visibility: hidden;
	display: block;
	position: absolute;
	background: #d1dae1;
	width: 250px;
	padding: 0;
	margin: 0;
	list-style: none;
	
}
* html #menu li ul li a{
	font-size: 95%;
}
/* For IE5.5 and IE6 give the hovered links a position relative and a change of background 
and foreground color. This is needed to trigger IE to show the sub levels */
* html #menu li a:hover {
	position: relative;
	cursor: pointer;
	z-index: 9100;
}
* html #menu li a:hover ul {
	visibility: visible;
	margin: 0;
	position: absolute;
	top: 28px;
	z-index: 9100;
}
/* get rid of the table */
#menu table {
	position: absolute;
	border-collapse: collapse;
	top: 0;
	left: 0;
	z-index: 100;
	font-size: 1em;
}