/* CSS Document */

#adminheader {
	border-left: 1px solid #D30000;
	border-right: 1px solid #D30000;
}

#adminheader ul li {
	display: inline;
}

#adminheader ul li.right {
	float:right;
}

#navigation {
	background-color: #FFFFFF;
	clear: both;
	width: 820px;
	padding: 3px 3px 3px 3px;
	margin: 0px auto 0px auto;
	color: #000000;
	text-align: center;
	font-size: 12px;
	border-left: 1px solid #D30000;
	border-right: 1px solid #D30000;
}
#navigation a {
	font-weight: bold;
	background-color: #FFE6E6;
	color: #000000;
	text-decoration: none;
	padding: 2px;
}
#navigation a:hover {
	background-color:#D30000;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
}

/*#outsidesubnavigation {
	background-image:url(../images/navigation/bottom-grade2.png);
	background-repeat:repeat-x;*/
	/*background-color: #D30000;*/
	/*width: 100%;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}*/

#outsidenavigation {
	background-color: #FFFFFF;
	width: 100%;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

#subnav {
	background-image:url(../images/navigation/bottom-grade2.png);
	background-repeat:repeat-x;
	/*background-color: #D30000;*/
	clear: both;
	width: 814px;
	padding: 3px 3px 10px 3px;
	margin: 0px auto 0px auto;
	color: #FFFFFF;
	font-size: 11px;
	text-align:center;
	border-left: 1px solid #D30000;
	border-right: 1px solid #D30000;
}

#adminsubnav {
	background-image:url(../images/navigation/bottom-grade2.png);
	background-repeat:repeat-x;
	/*background-color: #D30000;*/
	clear: both;
	width: 816px;
	padding: 3px 3px 10px 3px;
	margin: 0px auto 0px auto;
	color: #FFFFFF;
	font-size: 11px;
	text-align:center;
}

#subnav a {
	color: #FFFFFF;
	text-decoration: none;
	margin: auto 3px auto 3px;
}

#subnav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#adminsubnav a {
	color: #FFFFFF;
	text-decoration: none;
	margin: auto 3px auto 3px;
}

#adminsubnav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#topnav {
    width:815px;
    background:#FFFFFF;
    line-height:normal;
	text-align:center;
	border-left: 1px solid #D30000;
	border-right: 1px solid #D30000;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#topnav ul {
	margin:0;
	padding:0px 0px 0px 0px;
	list-style:none;
}

#topnav li {
    display:inline;
    margin:0;
    padding:0;
}

#topnav a {
    float:left;
    background:url("/images/navigation/left-grade.png") no-repeat left top;
    margin:0;
    padding:0 0 0 15px;
    text-decoration:none;
}

#topnav a span {
    float:left;
    display:block;
    background:url("/images/navigation/right-grade.png") no-repeat right top;
    padding:5px 30px 5px;
    color:#000000;
}

#topnav a:hover span {
    color:#FFFFFF;
	text-decoration:underline;
}
	  
#topnav a:hover {
    background-position:0% -42px;
}
	  
#topnav a:hover span {
    background-position:100% -42px;
}