.tilenav3Shell {
	position:relative;
	padding-top:10px;
	
	
}

.tilenav3ItemShell{
	padding-bottom:15px;
	float:left;
	width:100%;

}

/*/////////////RESIZE IMAGE IF REQUIRED//////////////////////////*/
.tilenav3Image{
	width:80px;
	height:80px;
	float:left;
	
}

.tilenav3ImageUpload{
	width:80px;
	height:80px;
	
}

.tilenav3RoundedCorners{
	display:none; 
	position:absolute;
	height:80px;
	width:80px;
}


/*///////////////////////////////////////////*/


.tilenav3TextBody{
	margin-left:90px;
	margin-right:20px;
	
}

.tilenav3Title{
	padding-bottom:8px;
	font-weight:bold;

}

.tilenav3Title a{

	font-weight:bold;
}

.tilenav3Title a:hover{
	

	font-weight:bold;
}

.tilenav3Intro{

	padding-bottom:8px;

}

.tilenav3More{
	padding-bottom:8px;
	font-weight:normal;

}

.tilenav3More a{


}

.tilenav3More a:hover{


}



.tilenav3Corner1{
	position:absolute;
	height:100%;
	width:100%;
	background-image:url(images/corner1.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.tilenav3Corner2{
	position:absolute;
	height:100%;
	width:100%;
	background-image:url(images/corner2.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

.tilenav3Corner3{
	position:absolute;
	height:100%;
	width:100%;
	background-image:url(images/corner3.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

.tilenav3Corner4{
	position:absolute;
	height:100%;
	width:100%;
	background-image:url(images/corner4.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}

.tilenav3Currently{
	border:1px;
	border-color:#DDDDDD;
	border-style:solid;
	padding:12px;
	margin-top:12px;
	
}








