
#navigation{
	background-color:#FFF;
	border:1px solid #ccc;
	width:950px;
	height: 50px;
	padding:0px;
	margin:5px 0px;
}
#nav form{
	padding:0px;
	margin:0px;
	}


ul#nav {
    height: 25px;
    width: 950px;
    top: 0;
    left:0px;
    position: relative;
    overflow: visible !important;
    padding:0px;
    margin:0px;
}
#nav ul {
    display: none;
    height: 25px;
    position: relative;
    z-index: 500;
}

#nav li {
    list-style-type: none;
    display: block;
    float: left;
    width: auto;
}

#nav a {
/*	color:#a6121d;*/
color:#0f4664;
	font-weight: bold;
	text-decoration: none;
	height: 15px;
	display: block;
	float: left;
	width: auto;
	white-space: nowrap;
	cursor: default;
	padding: 5px 10px 4px;
}
#nav a:hover {
	color: #FFF;
	border: 1px none #000 !important;
	border-bottom-width: 0 !important;
	padding: 4px 9px 5px;
	/*background: #a6121d;*/
background: #0f4664;
}
#nav a:active {
    padding: 5px 8px 4px 10px;
    color: #000;
}
#nav li.active a {
	color: #FFF;
/*	background-color:#a6121d; */
background-color:#0f4664;
	font-weight: bold;
	text-decoration: none;
	height: 16px;
	display: block;
	float: left;
	position: relative;
	z-index: 999;
	padding: 4px 9px 5px;
	border-top: 1px none #CCC;
	border-right: 1px none #CCC;
	border-bottom: 0 none #CCC;
	border-left: 1px none #CCC;
}
#nav li.active a:hover {
    border-bottom-width: 0 !important;
	color: #FFF;
	background:#777;
}

#nav li.active ul.subnav {
    display: block;
    position: absolute;
    top: 25px;
    width: 950px;
    left: 0;
    border-top: 1px none #CCC;
    margin:0px;
    padding:0px;
    /*background-color:#a6121d;*/
background-color:#0f4664;

}

#nav li.active ul.subnav a {
	color: #FFF;
	font-weight: normal;
	border: none;
	height: 15px;
	padding: 4px 10px 5px;

}

#nav li.active ul.subnav a:hover {
	color: #fff;
	background: #777;
	font-weight: normal;
	border-top-width: 0 !important;
	border-bottom-width: 0 !important;
	height: 15px;
	padding: 4px 9px 5px;
}

