/* CSS Tabs */
#navcontainer {
	width: 826px;
    height: 35px;
}

#navlist {
margin-left: 0;
padding-left: 0;
position:relative;
clear:left;
text-align:center;
padding-bottom:10px;
width:826px;
}

#navlist li {
	float: left;
    text-align:center;
    cursor: pointer;
	margin-right:10px;	
	width:125px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e1e1e1;
    font-weight: bold;
    background: #fafafa;
    overflow: hidden;
    position: relative;
	margin-bottom: 10px;
}

#navlist li.first {
	float: left;
    text-align:center;
    cursor: pointer;
	margin-right:10px;
	width:125px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e1e1e1;
    font-weight: bold;
    background: #fafafa;
    overflow: hidden;
    position: relative;
	margin-bottom: 10px;
}

#navlist li a {
	background: #FFFFFF;
	color:#4e4e4e;
}

#navlist li a:hover { 
	background: #FFFFFF;
	color:#4563a1;
	}
#navlist li a#current2 { 
	background: #FFFFFF;
	color:#4563a1;
	}
#navlist li a#current { 
	background: #FFFFFF;
	color:#4563a1;
	}
#navlist li a#current:hover { 
	background: #FFFFFF;
	color:#4563a1;
	}	

#navlist li a#link1 { background: white; }
