﻿/*
	Horizontal Navigation
*/
html body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	}

#horizontalNav .menu {
	color: #fff;
	font-weight: bold;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 22px;
	background: #a21e21;
	}

#horizontalNav .menu ul, #horizontalNav .menu ul ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}

#horizontalNav .menu ul li {
	float: left;
	height: 22px;
	line-height: 21px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #fff;
	background: #fff;
	}

#horizontalNav .menu ul ul li {
	display: block;
	height: auto;
	position: relative;
	padding-top: 1px;
	}

/* Level 1 Link */
#horizontalNav .menu a, #horizontalNav .menu a:visited {
	color: #fff;
	background: url(/_design/images/navBg.gif) #a21e21 repeat-x;
	text-decoration: none;
	display: block;
	float: left;
	height: 100%;
	padding: 0 27px;
	}

/* Level 2 Link */
#horizontalNav .menu ul ul a, #horizontalNav .menu ul ul a:visited {
	color: #fff;
	background: #686868;
	display: block;
	width: 12em;
	font-weight: normal;
	height: 100%;
	line-height: 1em;
	padding: 0.5em 1em;
	}

#horizontalNav .menu ul table ul a, #horizontalNav .menu ul table ul a:visited  {
	width:21em;
	w\idth:12em;
	}

/* IE tweak - no part in the layout */
#horizontalNav .menu table {position:absolute; left:0; top:0; font-size:1em;}
#horizontalNav .menu ul ul table {lef\t:-1px;}
#horizontalNav .menu ul ul table ul.left {margin-lef\t:2px;}
#horizontalNav .menu li:hover {position:relative;}
* html #horizontalNav .menu a:hover {position:relative;}

/* Backgrounds */
/* First Level */
#horizontalNav .menu ul :hover a.sub1 {background:#4a92ca;}
/* Second Level */
#horizontalNav .menu ul ul :hover a.sub2 {background:#4a92ca;}
/* Third Level */
#horizontalNav .menu ul ul ul a, #horizontalNav .menu ul ul ul a:visited {background:#4a92ca;}
/* Fourth Level */
#horizontalNav .menu ul ul ul ul a, #horizontalNav .menu ul ul ul ul a:visited {background:#4a92ca;}

/* Hovers */
/* First Level */
#horizontalNav .menu a:hover {color:#c98a8b; background:#711518;}
#horizontalNav .menu :hover > a {color:#c98a8b; background:#711518;}
/* Second Level */
#horizontalNav .menu ul ul a:hover{color:#ffffff; background:#711518;}
#horizontalNav .menu ul ul :hover > a {color:#ffffff; background:#711518;}
/* Third Level */
#horizontalNav .menu ul ul ul a:hover {background: #327fcf;}
#horizontalNav .menu ul ul ul :hover > a {background: #327fcf;}
/* Fourth Level */
#horizontalNav .menu ul ul ul ul a:hover {background: #4a92ca;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#horizontalNav .menu ul ul {visibility:hidden; position:absolute; height:0; top:22px; left:0; width:21em;}

/* position the third level flyout menu */
#horizontalNav .menu ul ul ul {left:21em; top:0; width:21em;}

/* position the third level flyout menu for a left flyout */
#horizontalNav .menu ul ul ul.left {left:-21em;}

/* make the second level visible when hover on first level list OR link */
#horizontalNav .menu ul li:hover ul, #horizontalNav .menu ul a:hover ul {visibility:visible; height:auto; padding-bottom:0px; background:transparent url(images/trans.gif);}

/* keep the third level hidden when you hover on first level list OR link */
#horizontalNav .menu ul :hover ul ul {visibility:hidden;}

/* keep the fourth level hidden when you hover on second level list OR link */
#horizontalNav .menu ul :hover ul :hover ul ul {visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */
#horizontalNav .menu ul :hover ul :hover ul {visibility:visible;}

/* make the fourth level visible when you hover over third level list OR link */
#horizontalNav .menu ul :hover ul :hover ul :hover ul {visibility:visible;}
