#left_nav_corner {
	width:11px;
	height:30px;
	background-image:url('http://www.laprell.org/resources/graphics/button_bar_left.gif');
	float:left;
}

#right_nav_corner {
	width:11px;
	height:30px;
	background-image:url('http://www.laprell.org/resources/graphics/button_bar_right.gif');
	float:left;
}

#nav_bar {
	line-height:30px;
}


#site_buttons {
	width:648px;
	float:left;
	background-image:url('http://www.laprell.org/resources/graphics/button_bar_default.gif');
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	list-style-type:none;
}


#auth_control{
	width:80px;
	float:left;
	background-image:url('http://www.laprell.org/resources/graphics/button_bar_default.gif');
	background-repeat:repeat-x;
	text-align:right;
}

#site_buttons li{
	float:left;
	max-width:170px;
	height:30px;
}

#site_buttons li a, #auth_control a {
	color:white;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:0px 5px 0px 5px;
	border-left:1px solid #13108C;
}

#site_buttons li a:hover, #auth_control a:hover, .button_selected{
	background-image:url('http://www.laprell.org/resources/graphics/button_bar_hover.gif') ! important;
	background-repeat:repeat-x ! important;
	color:yellow ! important;
}

.first {
	border-left:0px ! important;
}


img {
	border:0px;
}
