#subnav {
	width: 920px;
	padding: 10px 0 10px 0;/*10px 0 0px 0*/
	text-align: center;
	margin-top:7px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:12px;
	
}

#subnav ul {
	text-decoration: none;
	text-transform : uppercase;
	font-weight: bold;
	font-family: 'century gothic', Georgia;
	font-weight: bold;
	font-size: 12px;
	list-style-type: none;
}

#subnav li {
	display: inline;
	list-style-type: none;
	margin: 0 0 0 0; /*0 16 0 0*/
}

#subnav.blue {
	background: url(../assets/subnav_blue_background.gif) no-repeat;
}

#subnav.blue a, #subnav.blue a:link, #subnav.blue a:visited {
	color: #1d4a4a;
	text-decoration: none;
	padding:0px 5px;
}

#subnav.blue a:hover {
	color: #000;
}

.orange {
	background: url(../assets/subnav_orange_background.gif) no-repeat;
}

#subnav.orange a, #subnav.orange a:link, #subnav.orange a:visited {
	color: #872a00;
	text-decoration: none;
	padding:0px 10px;
}

#subnav.orange a:hover {
	color: #c43e00;
}

.purple {
	background: url(../assets/subnav_purple_background.gif) no-repeat;
}

#subnav.purple a, #subnav.purple a:link, #subnav.purple a:visited {
	color: #750833;
	text-decoration: none;
	padding:0px 10px;
}

#subnav.purple a:hover {
	color: #b65078;
}

.grey {
	background: url(../assets/subnav_grey_background.gif) no-repeat;
}

#subnav.grey a, #subnav.grey a:link, #subnav.grey a:visited {
	color: #453f3a;
	text-decoration: none;
	padding:0px 7px;
}

#subnav.grey a:hover {
	color: #817468;
}
.displaynone
{ display:none;
}