.nav, .nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.nav a {
    text-decoration:none;
}
/*IE5 list fix*/
.nav .sub li {float:left;}
.nav .sub > li {float:none;}
#navigation {
	position:relative;
	height:2.5em;
	width: 70em;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: solid 2px #00224B;
	background: url('/media/main/img/nav-bg.gif') bottom repeat-x;
	background-color: white;
	border-top: 0;
	z-index:10;
}

* html #navigation {
	width: 70em;
}

.nav {
    position:absolute;
}
.nav .link {
	width:14em;
	margin-top:-10075px;
	float:left;
}
.nav a {
	background: url('/media/main/img/vertical-divider.gif') no-repeat right;
	position:relative;
	display:block;
	height:2.5em;
	line-height:2.5em;
	text-decoration:none;
	color:#00224B;
	z-index:10;
	text-align: center;
}
.nav .sub a {
	background-color:#00224B;
	background: #00224B url('/media/main/img/horizontal-divider.gif') no-repeat bottom;
	color: white;
	margin:0 -1em 0 0;
	width:14em;
	text-align: left;
}
.nav .sub {
	float:left;
	background-color:#AAA;
	padding-top:2.5em;
	margin-top:-2.5em;
}
.nav a.main {
	width:14em;
	height:2.5em;
	line-height:2.5em;
	margin-top:10075px;
	margin-right:-13em;
	float:left;
}
.nav a.main:hover/*, .nav a.main:focus, .nav a.main:active*/ {
	margin-right:0;
	margin-bottom:0;
	padding: 0;
	text-decoration:none;
	background: #AAA url('/media/main/img/vertical-divider.gif') no-repeat right;
	color:#fff;
}
.nav .sub a:hover/*, .nav .sub a:focus, .nav .sub a:active*/ {
	margin:0 0 0 0;
	padding: 0;
	text-decoration:none;
	background:#999;
	background: #888 url('/media/main/img/horizontal-divider.gif') no-repeat bottom;
	color:#fff;
}
/*empty rule to fix occassional IE6 tabbing bug, one of the weirdest bug's i have seen.*/
a, a:hover, a:active, a:focus {}

/*Opera fix*/

.sub:hover {
	clear:both;
}
