/* CSS Document */
#navsection {
	display: block;
	position: relative;
	width: 150px;
}

#nav, #topbar {
	display: block;
	margin-right: 50px;
	text-align: right;
}

#topbar {
	height: 3px;
}
#nav{
	text-align: right;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	list-style-type: none;	
	padding-right: 5px;
	border-right: 3px solid #f00;
}

#nav a:link, #nav a:visited{
	text-decoration: none;
	display: block;
	height: 16px;
	margin-bottom: 3px;

}

#nav a:hover, #nav a:active {
	color: #0f2;
	text-decoration: none;
	display: block;
	height: 16px;
	margin-bottom: 3px;

}

.active {
	color: #1600ff;
}

.inactive {
	color: #000000;
}

#arrows {
	display: block;
	position: absolute;
	left: 110px;
	top: 3px;
	text-align: left;
}

#arrows img {
	display: block;
	height: 16px;
	margin-bottom: 3px;
}
