/* CSS Document */

#navtop {
	width:760px;
	height:20px;
	background-image: url(/images/background/navbar/edge-t.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	border:none;
}

#navtopleft {
	background-image: url(/images/background/navbar/crnr-tl.gif);
	background-repeat:no-repeat;
	height:20px;
	width:20px;
	float:left;
	margin:0px;
	padding:0px;
}

#navtopright {
	background-image: url(/images/background/navbar/crnr-tr.gif);
	background-repeat:no-repeat;
	height:20px;
	width:20px;
	float:right;
}


#navmiddle {
	background-image: url(/images/background/navbar/middle-back.gif);
	background-repeat:repeat-y;
	width:760px;
	padding-left:20px;
}

#navmiddle2 {
	background-image: url(/images/background/navbar/middle-back2.gif);
	background-repeat:repeat-y;
	width:760px;
	height:20px;
}

#navmiddle3 {
	background-image: url(/images/background/navbar/middle-back3.gif);
	background-repeat:repeat-y;
	width:760px;
	padding-left:20px;
}

#navbottom {
	width:760px;
	height:20px;
	background-image: url(/images/background/navbar/edge-b2.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	border:none;
}

#navbottomleft {
	background-image: url(/images/background/navbar/crnr-bl2.gif);
	background-repeat:no-repeat;
	height:20px;
	width:20px;
	float:left;
	margin:0px;
	padding:0px;
}

#navbottomright {
	background-image: url(/images/background/navbar/crnr-br2.gif);
	background-repeat:no-repeat;
	height:20px;
	width:20px;
	float:right;
}

.navlink a:link, .navlink a:visited {
	color:#0000FF;
	text-decoration:none;
}

.navlink a:hover {
	color:#0000FF;
	text-decoration:underline;
}

