/* *** navigation config (top menu, main tabbed, bottom) *** */

/* begin top-right menu */

#menu_top-right {
	position: absolute;
	width: 170px;
	top: 44px;
	left: 50%;
	margin-left: 119px;
	text-align: right;
	font: 14px sans-serif;
    }

#menu_top-right p {
	line-height: 1.4em;
    }

#menu_top-right a {
	width: 55px;
    }

/* end top-right menu */

/* begin main tabbed nav */

#container_nav {
	/* width: 681px; */
	/* width calculated by PHP in nav.php */
	margin: 0 auto;
    }

#container_nav ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: 14px Gill Sans, Verdana, sans-serif;
    }

#container_nav a , #container_nav a:visited , #container_nav a:hover {
	text-decoration: none;
	text-align: center;
	color: #212121;
	float: left;
    }

#container_nav a {
	display: block;
	height: 37px;
	width: 98px;
	padding: 7px;
	padding-top: 8px;
	background: #c8d3de;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#effaff', endColorstr='#a7b2bd');
	background: -webkit-gradient(linear, left top, left bottom, from(#effaff), to(#a7b2bd));
	background: -moz-linear-gradient(top,  #effaff,  #a7b2bd);
	border: 1px solid #818181;
	margin: -1px;
	margin-left: 0px;
	-moz-border-radius: 14px 14px 0 0;
	-webkit-border-radius: 14px 14px 0 0;
    }

#container_nav a:hover {
	background: #444444;
	color: #212121;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b9c4cf', endColorstr='#666666');
	background: -webkit-gradient(linear, left top, left bottom, from(#b9c4cf), to(#666));
	background: -moz-linear-gradient(top,  #b9c4cf,  #666);
    }

#container_nav a#nav_selected {
	background: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
	border-bottom-color: #ffffff;
    }

#container_nav a:hover#nav_selected {
	color: #212121;
    }

/* end main tabbed nav */

/* begin bottom nav */

#container_nav_bot {
	position: absolute;
	top: 625px;
	left: 50%;
	margin-left: -274px;
        width: 548px;
	clear: both;
    }

#nav_bot ul , #nav_bot_copycreds {
        margin: 0;
        padding: 0;
        list-style-type: none;
        font: 11px sans-serif;
    }

#nav_bot a , #nav_bot a:visited , #nav_bot a:hover {
        text-align: center;
        float: left;
    }

#nav_bot a {
        display: block;
        width: 77px;
        padding: 3px 6px 3px 6px;
    }

#nav_bot_copycreds {
	width: 120px;
	padding-top: 3px;
	clear: both;
	text-align: center;
	margin: 0 auto;
    }

/* end bottom nav */

