/* CSS Document */
#subnav{
	float:right;
	width:180px;
	padding:0px 0px;
	margin:20px 20px 23px 0px;
	background: url(/img/menu.gif) no-repeat;
	text-align:center;
	line-height:1.5em;
	color:#999999;
	font-size:1em;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	letter-spacing:0px;
}

#subnav ul, #subnav li {
text-align:center;
	list-style: none;
	margin: 0;
	padding: 0;
}

#subnav a {
	font-weight: bold;
	border-bottom: none;
	color:#999999;
}

#subnav h3{
	text-align: center;
	position:static;
}

#subnav a:link, #subnav a:visited{
	
	color:#454545;
	font-weight: bold;
}

#subnav a:hover, #subnav a:active{
	color:#454545;
	font-weight: bold;
}


#subnav_wide{
	float:right;
	width:410px;
	padding:0px 0px;
	padding-top: 10px;
	padding-left: 0px;
	background: url(/img/menu_wide.gif) no-repeat;
	text-align:right;
	line-height:1.5em;
	color:#999999;
	font-size:1em;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	font-weight: bold;
	letter-spacing:0px;
}

#subnav_wide ul, #subnav_wide li {
	text-align:center;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-right:20px;
}

#subnav_wide a {
	font-weight: bold;
	border-bottom: none;
	color:#999999;
}

#subnav_wide h3{
	display: inline;
	text-align: left;
	position:static;
}

#subnav_wide a:link, a:visited{
	
	color:#999999;
}

#subnav_wide a:hover, a:active{

	color:#292929;
	
}

