ul#hor-nav {
					 background: #1a0058 url(/images/hor-nav-back.gif) left top repeat-x;
					 height: 29px;
					 margin: 1px 0px;
					 position: relative;
					 z-index: 1000;
}

ul#hor-nav a {
					 background: url(/images/hor-nav-border.gif) right 50% no-repeat;
					 color: #fff;
					 font: normal 0.9em Arial, Helvetica, Verdana;
					 text-decoration: none;
					 line-height: 1.8em;
					 padding-right:12px;
}

ul#hor-nav li.mega a {
					 background: url(/images/hor-nav-border-mega.gif) right 50% no-repeat;
					 padding-right:26px;
}



ul#hor-nav li.mega div a {
					 background: none;
					 padding: 5px 0px;
					 font: normal 0.8em Arial, Helvetica, Verdana;
					 width: 100%;
					 line-height: 0.8em;
					 display: block;
					 border-bottom: 1px solid #484c9c;
}

ul#hor-nav li.mega div a:hover {
					 background: #484c9c;
					 
}

ul#hor-nav li {
					 display: inline;
					 position: relative;
					 padding:0px 0px 0px 9px;
					
}

ul#hor-nav li h2 {
					 display: inline;
					 position: relative;
					 z-index: 1;
}

ul#hor-nav li:first-child {
					 margin-left: 10px;
}

ul#hor-nav div {
					 display: none;
}

ul#hor-nav div p {
					 background: #393d90;
					 border-right: 1px solid #08001b;
					 border-left: 1px solid #08001b;
					 width: 218px;
					 padding: 0 15px;
					 margin: -3px 0px -6px;
}

ul#hor-nav li.mega div {
					 width: 18em;
					 position: absolute;
					 top: -7px;
					 left: 0em;
					 z-index: 1;
					
}

ul#hor-nav li.hovering div {
					 display: block;
}