/**************************************

// (c) Copyright 2008. All rights reserved. 
// aharen - http://blog.aharen.net
// aharen [at] aharen [dot] net

**************************************/
#menu {
	position:relative;
	width:797px;
	height:40px;
	padding-left:3px;
	font-size:14px;
}
#menu ul li {
	list-style-type:none;
	float:left;
}
#menu ul li a, #menu ul li a:visited {
	display:block;
	padding:10px;
	color:#fff;
	text-decoration:none;
}
#menu ul li a:hover {
	border-bottom:2px solid #444;
}
body#pg_event a#li_event,
body#pg_news a#li_news,
body#pg_contact a#li_contact,
body#pg_about a#li_about,
body#pg_profile a#li_profile,
body#pg_auction a#li_auction,
body#pg_book a#li_book {
	border-bottom:2px solid #0b54c1;
}