﻿
.nav { padding:0px; margin:0px; }

.menu 
{
	margin:0px;
	width: 100%; 
	text-transform:uppercase;
	height: 23px; 
	font-size: 11px;
	font-weight:bold;
}

/* top level menu item */
.menu .menu-item
{
	text-align: center; 
	margin: 0px; 
	width: 153px;
	white-space: nowrap;
}

.menu LI {
	border-left: #f2f1ee 1px solid;
	border-right: #f2f1ee 1px solid;
}

.menu .menu-item A
{
	padding: 0px; margin: 0px;
	line-height: 23px;
	background-color: #66809b; 
	width: 153px; 
	white-space: nowrap; 
	height: 23px; 
	color: #ddd; 
	text-decoration: none;
}

ul.child-menu, .child-menu-bar
{
	width:929px; /* IE6 */
	height:23px;
	background-color:#cfd8e0;
	border-top:#f2f1ee 6px solid;
	border-bottom:#f2f1ee 6px solid;
	border-right:#f2f1ee 1px solid;
}

/* sub-menu items */
ul.child-menu LI, ul.child-menu A {
	background: none transparent !important;
	color:#395b7e !important;
	font-weight:normal;
	display:inline-block; /* IE6 */
}

ul.child-menu A
{
	padding-left:10px !important;
	padding-right:10px !important;
}


.child-menu * 
{
	width:auto !important;
}

.menu a:hover, .menu a:active, .menu a:focus,
.child-menu a:hover, .child-menu a:active, .child-menu a:focus,
.menu-active, .menu-active a,
.child-menu .menu-active, .child-menu .menu-active a
{
	/* orange */
	background-color: #d18400 !important; 
	color: #fff !important;
}