/* #####  CSS for Blue Ribbon Landscape footer and sparks area of inner pages ##### */


/* ##### begin menu CSS  ##### */



#menucontainer ul
{
	margin :  0 auto  ;
	padding : 0 0 5px 0 ;
	list-style-type : none ;
	text-align : center ;
}

#menucontainer li
{
	display : inline ;
	height : 15px ;
	margin : 10px 12px 10px 0 ;
	padding : 0 ;
	text-align : center ;
	color: #ab0000 ;
	font-size : 14px ;
	font-weight : 900 ;
	font-family : georgia, serif ;
}

#menucontainer li a, 
#menucontainer li a:link, 
#menucontainer li a:visited, 
#menucontainer li a:hover,
#menucontainer li a:active
{
	text-decoration : none ;
	line-height : 20px ;
	text-align : left ;
	color: #000180 ;
	font-size : 12px ;
	font-weight : 700 ;
	font-family : georgia, serif ;
	background-image: url('../images-css/arrow-blue.gif') ;
	background-repeat : no-repeat ;
	background-position : 0px 50% ;
	padding : 2px 6px 2px 11px ;
}

#menucontainer li a:hover
{
	background: #ffffff url('../images-css/arrow-red.gif') ;
	background-repeat : no-repeat ;
	background-position : 0px 50% ;
	text-decoration : none ;
	border-bottom : 1px solid #ff2929 ;
	border-top : 1px solid #ff2929 ;
	border-right : 1px solid #ff2929 ;
	border-left :1px solid #ff2929 ;
	padding : 1px 5px 1px 10px ;
}
