#header {
	position: relative;
}

#nav {
	position: absolute;
	top: 0;
	right: 50px;
	background-image: url("../images/navbar_bg.gif");
	background-repear: repeat-y;
}

#nav ul {
	float: left;
	margin: 9px 0 0 0;
	padding: 0;
}

#navbar_left {
	float: left;
	width: 15px;
	height: 36px;
}

#navbar_right {
	float: left;
	width: 15px;
	height: 36px;
}

#nav ul li {
	list-style-type: none;
	display: inline;
}

#nav ul li a {
	padding: 0 15px;
	text-decoration: none;
	color: #1B1464;
	font-weight: bold;
}
