﻿.TopMenuContainer {
	position:relative;
	width:985px;
	height: 26px;
	background: url(/images/other/nav_background.gif) top left repeat-x;
	border-top: solid 1px #002d6a;		/* change top/bottom rule here */
	border-bottom: solid 1px #002d6a;	/* change top/bottom rule here */
}

ul.TopMenu,
ul.TopMenu ul,
ul.TopMenu li,
ul.TopMenu a {
	padding: 0;
	margin: 0;
	display: block;
	vertical-align: middle;
}

ul.TopMenu {
	padding:0;
	list-style:none;
	position: relative;
	width: 985px;
}

ul.TopMenu li {
	list-style: none;
	position: relative;
	font-size:12px;
	line-height: 26px;
	float: left;
}

ul.TopMenu a {
	padding: 0px 10px;
	color: #002d6a;		/* change top menu font here */
	text-decoration: none;
	text-align: center;
}

ul.TopMenu a:hover {
	color: #d1412f;		/* change top menu rollover color here */
}

ul.TopMenu li.Active a.Active {
	color: #d1412f;		/* change top menu Active color here */
	font-weight: bold;
}

ul.TopMenu ul {
	position: absolute;
	top: 26px;
	border: solid 1px #002d6a;		/* change drop down border here */
	z-index: 20;
}

ul.TopMenu ul li,
ul.TopMenu ul li a {
	background-color: #a9cee8;		/* change drop down background color here */
	position: relative;
	height: 26px;
	display: block;
	float: none;
	border-right: none;
	text-align: left;
}

ul.TopMenu ul li a {
	padding: 0 0 0 10px;
	font-weight: normal;
	color: #002d6a;					/* change drop down font color here */
}

ul.TopMenu ul li.Active a {
	color: #d1412f;					/* change drop down active color here */
}

ul.TopMenu ul li a:hover {
	color: #d1412f;					/* change drop down rollover color here */
}

ul.TopMenu ul li.MainItem {
	border-bottom: solid 1px #bfdaee;		/* change drop down between item rule here */
}

ul.TopMenu ul li.BottomItem {
	border-bottom: none;
}
