@charset "iso-8859-2";
/* CSS Document */

#nav {
	position:relative;
	top:0;
	margin:0;
	padding:0;
	width:850px;
	height:90px;
	background-image:url(/images/nav/navBG.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
}
#mainNav {
	height:36px;
	vertical-align:top;
}
#subNavLeft {
	position:relative;
	width:15px;
	height:32px;
	margin:0;
	padding:0;
	background-image:url(/images/nav/subNavBgLeft.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
#subNavRight {
	position:relative;
	width:15px;
	height:32px;
	margin:0;
	padding:0;
	background-image:url(/images/nav/subNavBgRight.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#subNavCenter {
	position:relative;
	height:32px;
	margin:0;
	padding:3px 0 0 0;
	background-image:url(/images/nav/subNavBgBack.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	text-align:center;
	vertical-align:top;
}
#subNav {
	height:32px;
	margin-top:0px;
	vertical-align:top;
}
#tertNav {
	
}
#nav a.mainNav, #nav a.mainNav:link, #nav a.mainNav:visited, #nav a.mainNav:hover { 
	position:relative;
	display:inline-block;
	color:#525021; 
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
	margin:6px 8px;
}
#nav a.mainNav:hover { border-bottom:1px dotted #525021; }

#nav a.subNav, #nav a.subNav:link, #nav a .subNav:visited, #nav a.subNav:hover { 
	position:relative;
	display:inline;
	color:#d6d6d4; 
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	line-height:14px;
	margin:0 10px;
	border:0;
}
#nav a.subNav:hover { border-bottom:1px dotted #d6d6d4; }

#nav a.tNav, #nav a.tNav:link, #nav a .tNav:visited, #nav a.tNav:hover { 
	position:relative;
	display:inline;
	color:#525021; 
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	line-height:14px;
	margin:0 10px 0 0;
	border:0;
}
#nav a.tNav:hover { border-bottom:1px dotted #525021; }

#nav a.selected { font-weight:bold; }
