/* Top navigation */
.centrebody #topnavbar {
	margin-top: 0;
	width: 950px; /* top and bottom padding create visual space within this div */
	padding: 0;
	margin: 0;
}

.centrebody #topnavbar a:active { }
.centrebody #topnavbar a:visited { color: #FFFFFF; text-decoration: none; }
.centrebody #topnavbar a:link { color: #FFFFFF; text-decoration: none; }
.centrebody #topnavbar a:hover { color: #FCB034; text-decoration: underline; }

.top-nav {
	position: relative;
	top: 2px;
	right: 0;
	width: auto;
	height: auto;
	text-align: right;
}
.top-nav a {
	display: inline;
	width: auto;
	padding-left: 25px;
	padding-right: 30px;
	line-height: 25px;
	min-height: 25px;
	text-decoration: none;
}
.top-nav a {
	background: url(images/bullet-top.gif) no-repeat;
	background-position: center left;
	text-decoration: none; 
}

.top-nav a:visited  {
	text-decoration: none; 
}

.top-nav a:hover{
	text-decoration: underline; 
}

/* Main navigation */
.centrebody #navbar {
	margin-top: 0;
	width: 227px; /* top and bottom padding create visual space within this div */
	padding: 0;
	height: 27px;
	min-height: 27px;
}
html> .centrebody #navbar { height: auto; }

.centrebody #navbar a:active { }
.centrebody #navbar a:visited { color: #007DC3; text-decoration: none; }
.centrebody #navbar a:link { color: #007DC3; text-decoration: none; }
.centrebody #navbar a:hover { color: #FCB034; text-decoration: underline; }

.nav {
	position: relative;
	top: 0;
	left: 0;
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 0;
	width: 100%;
	height: auto;
	line-height: 27px;
	text-align: left;
	background-image: url(images/btn_nav_bg.png);
	background-repeat: repeat-y;
}
.nav a {
	display: block;
	width: auto;
	padding-left: 30px;
	text-decoration: none;
}
.nav a {
	background: url(images/bullet.gif) no-repeat;
	background-position: 5px 50%;
	text-decoration: none; 
}

.nav a:visited  {
	text-decoration: none; 
}

.nav a:hover{
	text-decoration: underline; 
}
