/* © 2007 Hellenic Community of Western Australia */
/* styles for navigation menu */

#navcontainer { 
	float: left;
	width: 1040px;
	height: 24px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	background: #001e80 url(../images/nav_bg.png) top repeat-x;
	text-align: left;
	} 

#navcontainer ul {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 0;
	padding-bottom: 2px;
	padding-top: 3px;
	}

#navcontainer ul li { display: inline; margin-left: -4px; }

#navcontainer ul li a {
	padding: 3px 9px 5px 9px;
	color: white;
	text-decoration: none;

	}

#navcontainer ul li a:hover {
	background: #662720 url(../images/nav_bg_over.png) 0 0 repeat-x; margin: -1px 0 0 0;
	color: white;
	}

#active a { background: #373737 url(../images/nav_bg_active.png) 0 0 repeat-x; margin: -1px 0 0 0;}