﻿.FastpathMenu .menu-theme
{
	font-weight: normal;
	background:none;
	border:none;
	display:inline;
}
.FastpathMenu .menu-top-level li,
.FastpathMenu .menu-top-level li.hover,
.FastpathMenu .menu-top-level li.active
{
	background: url(images/vertical_separator.jpg) no-repeat top left;
	height:36px;
	padding:0 16px 0 18px;
	margin-top:2px;
}
.FastpathMenu .menu-top-level li.last{
	padding:0 0 0 24px;
}
.FastpathMenu .menu-top-level li.last a,
.FastpathMenu .menu-top-level li.last a:visited,
.FastpathMenu .menu-top-level li.last a:link
{
	background: url(images/vertical_separator.jpg) no-repeat right;
	padding-right:24px;
}
.FastpathMenu .menu-top-level li a,
.FastpathMenu .menu-top-level li a:visited,
.FastpathMenu .menu-top-level li a:link{
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#4d4d4d;
	display:inline-block;
	font-family: Tahoma, "Times New Roman", Times;
	height:24px;
	padding:12px 0 0 0;
	
}
.FastpathMenu .menu-top-level li a:hover,
.FastpathMenu .menu-top-level li.hover a,
.FastpathMenu .menu-top-level li.hover a:visited,
.FastpathMenu .menu-top-level li.hover a:link,
.FastpathMenu .menu-top-level li.selected a,
.FastpathMenu .menu-top-level li.selected a:visited,
.FastpathMenu .menu-top-level li.selected a:link
{
	color:#cf1a2b;
	text-decoration:none;
}
.FastpathMenu .menu-innel-level{
	background:#e0dfdf;
	border-right: 1px solid #c7c6c6;
	border-left: 1px solid #c7c6c6;
	border-bottom: 1px solid #c7c6c6;
	border-top:none;
}
* html .FastpathMenu .menu-innel-level{
	margin-top:-3px;
}
.FastpathMenu .menu-innel-level li,
.FastpathMenu .menu-innel-level li.hover,
.FastpathMenu .menu-innel-level li.active
{
	background: url(images/horizontal_separator.jpg) top repeat-x;
	margin:0;
	padding:10px 10px 0 !important;
	height:19px !important;
	min-width:130px;
	width:auto;
	width:165px !ie;
}
.FastpathMenu .menu-innel-level li.first{
	background: url(images/horizontal_separator_first.jpg) top repeat-x;
}
.FastpathMenu .menu-innel-level li.selected
{
	
}
.FastpathMenu .menu-innel-level li.hover
{
	
}
.FastpathMenu .menu-innel-level li a,
.FastpathMenu .menu-innel-level li a:visited,
.FastpathMenu .menu-innel-level li a:link,
.FastpathMenu li.selected .menu-innel-level li a,
.FastpathMenu li.selected .menu-innel-level li a:visited,
.FastpathMenu li.selected .menu-innel-level li a:link{
	font-size:11px;
	text-transform:none;
	text-decoration:none;
	color:#4d4d4d !important;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	display:inline !important;
	background:none !important;
	height:auto;
	padding:0 !important;
}
.FastpathMenu .menu-top-level li .menu-innel-level li.hover a,
.FastpathMenu .menu-top-level li .menu-innel-level li.selected a{
	text-decoration:none;
	color:#cf1a2b !important;
}