/* -------------------- Logo -------------------- */

#header-main #logo { 
	/*background: url(../images/themes/green/logo.png) no-repeat left 10px; */
	width: 100%; 
	height: 70px; 
	}



	
/* -------------------- Header background -------------------- */
	
#header-main { 
	background: #005195 url(../images/themes/green/header-bg.jpg) repeat-x top left; 
	}




/* -------------------- Tabs -------------------- */

ul#nav li {
	background:transparent url(../images/themes/green/tab-left.gif) no-repeat scroll left top;
	float:left;
	margin:0 5px 0 0;
	padding:0 0 0 9px;
        list-style-type:none;
    }

ul#nav li a, ul#nav li a:visited {
	background:transparent url(../images/themes/green/tab-right.gif) no-repeat scroll right top;
	color:#FFFFFF;
	display:block;
	float:left;
	padding:7px 15px 6px 6px;
	text-decoration:none;
	}
	
ul#nav li a:hover {
	color:#000;
	/* padding:8px 15px 5px 6px; */
	}
ul#nav li a:active {
	/*background:transparent url(../images/themes/green/tab-active-left.gif) no-repeat scroll left top;*/
	/*background:transparent url(../images/themes/green/tab-active-right.gif) no-repeat scroll right top;*/
	color:#444444;
}
	
ul#nav li.current { /* give the class="current" to the currently selected tab */
	background:transparent url(../images/themes/green/tab-active-left.gif) no-repeat scroll left top;
	}

ul#nav li.current a {
	background:transparent url(../images/themes/green/tab-active-right.gif) no-repeat scroll right top;
	color:#444444;
	}
