/* List */
#navcontainer ul {
	float:left;
	width: 190px;
	padding: 0px;
	margin: 0px;
}

#navcontainer ul li { display: inline; width: 190px; }

#navcontainer ul li a {
	width: 190px;
	float:left;
	margin-bottom:1px;
	padding: 4px 6px 4px 6px;
	background-color: #000;
	
	color: #fff;
	text-decoration: none;
}


#navcontainer ul li a:hover {
	background-color: #666666;
}

#navcontainer ul li.Active a { background-color: #E8E192; color: #000000; font-weight: bold;}
#navcontainer ul li.Active { background-color: #E8E192; color: #000000; font-weight: bold;padding: 4px 2px 4px 0px;}


/* Details */
.teamName {
	float: left; 
	width:270px; 
	text-align: left; 
	/*font-weight: bold;*/
	padding: 2px 0px 2px 0px; 
	background-color: #E8E192; 
	padding: 4px 0px 4px 2px; 
}

.teamBorn {
	float: left; 
	width:270px; 
	text-align: left; 
	padding: 2px 0px 2px 2px;
}

.teamCategory {
	float: left; 
	width:270px; 
	text-align: left; 
	padding: 2px 0px 2px 2px; 
	background-color: #DFDFDF; 
}

.teamDescription {
	float: left; 
	width: 270px; 
	text-align: left; 
	margin-top: 4px; 
	padding: 4px 0px 2px 0px; 
}



.imgBox { 
	float: left; 
	width:251px; 
	text-align: center; 
	padding: 0px 4px 10px 4px; 
	background-color: #B6B6B6; 
	border-top: 0px solid #fff; 
	border-right: 2px solid #fff; 
	border-bottom: 2px solid #fff; 
	border-left: 2px solid #fff; 
}
