/* CSS Document */


/* CSS for the tabs starts here */
	
#header {
	float:left;
	width:97%;
	color: #FFFFCC;
	padding-left: 30px;
	background-color: #CECE9B;
	background-repeat: repeat-x;
	background-position: bottom;
	height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 94%;
	line-height: normal;
	font-weight: bold;
    }
	
#header ul {
	padding:10px 10px 0;
	list-style:none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
    }
  
 #header li {
	float:left;
	padding:0;
	margin: 0 5px 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-color: #0033CC;
	background-image: url(../Images/right.png);
	background-repeat: no-repeat;
	background-position: right top;
    }
	
 #header a {
	display:block;
	text-align: center;
	color: #FFFFCC;
	text-decoration: none;
	padding: 5px 15px 4px;
	background-image: url(../Images/left.png);
	background-repeat: no-repeat;
	background-position: left top;
    }

 #header a:hover {
	color: #000000;
	text-decoration: underline;
}	
#header #current {
	z-index: 5;
	visibility: visible;
	margin-top: 0;
	margin-bottom: 0;
	background-image: url(../Images/right_on.png);
	background-repeat: no-repeat;
	background-position: right top;
}
 #header #current a {
	padding-bottom: 5px;
	background-image: url(../Images/left_on.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #003300;
    }
	
