/* ALL MARGIN, PADDING =  top, right, bottom, left   [CLOCKWISE]    */

/* Menu Styling & Effects */

#navcontainer-gal {                /* Menu Blue background picture */
	/* background: url("/images/BSV_Index_02.gif") no-repeat top; */
	width: 540px;            
	height: 20px;
	margin-top: 3px;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
 }
 
#navcontainer-gal ul {           /* Menu text area */
	position:relative;
	width: 540px;   
	height: 20px;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #4D6687;
	border-top: 1px solid #AD9C7B;
	border-bottom: 1px solid #AD9C7B;
	font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: White;      /* text-color, that is */
	text-align: center;
 }

#navcontainer-gal ul li {
	display: inline;
	margin: 0px 0px 0px 0px;
}

#navcontainer-gal ul li a {
	background-color: #4D6687;
	padding: 0.2em 1.3em;
	color: #fff;
	text-decoration: none;
	text-align:center;
 }

#navcontainer-gal ul li a:hover {
	color: #fff;
	background: #AD9C7B;
 }

#navcontainer-gal a:active {
	background: #fff;
	color: #5B9CC1;
 }

#navcontainer-gal li#active a {
	background: #c60;
	border: 1px solid #c60;
	color: #fff;
 }
