
/* MENU CSS fr Bluestones july 2009*/

#BS_horiz_menu{
	background:#ffd900 url(../images/v_menu_shad.png) 100% 100% repeat-x;
	padding-left:80px;
	margin-bottom:20px;
}

#BS_horiz_menu span{	
	display:none;	
}

#BS_menu_bod{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	padding:6px 0;
}
#BS_menu_bod ul{
	list-style:none;
}
#BS_menu_bod li{
	list-style:none;
	display:inline;	
	border-right:1px solid #CEAF00;
	padding-right:9px;
	padding-left:3px;
}
#BS_menu_bod li:hover{
	border-bottom:5px solid #FFF;
	/* background: url(../images/menu_swipe.gif) 50% 50% repeat-x; */
}
#BS_menu_bod a{	
	color:#003;
	text-decoration:none;
}

#BS_menu_bot{
	height:15px;
	background: url(../images/bs_menu_bot.png) 0 0 no-repeat;	
}

/* =============== page / menu combination selectors ==================== */
#page_index #menu_index, #page_history #menu_history, #page_partners #menu_partners, #page_news #menu_news, #page_calendar #menu_calendar, #page_cd #menu_cd, #page_people #menu_people, #page_media #menu_media, #page_forum #menu_forum, #page_login #menu_login{
	font-weight:600;
}

