/* Heavily inspired by STU at http://www.cssplay.co.uk/ Thank you so much for your creativity and research. The foundation for this CSS was found on his site.*/

#port {
width: 740px; 
position: relative; 
height: 385px; 
margin: auto; 
border:1px solid #BC4504; 
background:#DCDAC2;
 color:#3D3C2C;
}

#port b.default {
margin: 0px auto; 
width: 540px; 
position: absolute; 
top: 2px; 
height: 378px; 
text-align: center;
}

#port b.default img {
	display: block; 
	margin: 0px auto 10px; 
	border:1px solid #bC4504; 
	background:#DCDAC2;
}

#port b.default span {
	display: block; 
	font-weight: normal; 
	font-size: 11px; 
	margin: 0px auto; 
	width: 350px; 
	font-family: verdana, arial, sans-serif;
	 color:#3D3C2C;
}

#port ul {
	padding-right: 0px; 
	padding-left: 0px; 
	float: left; 
	padding-bottom: 10px; 
	margin: 0px; 
	width: 180px; 
	padding-top: 10px; 
	list-style-type: none; 
	position: relative;
}

#port ul li {
	display: inline; 
	float: left; 
	margin: 0px 0px 5px 5px; 
	width: 50px; 
	height: 50px
}

#port ul li a {
	display: block; 
	width: 50px; 
	height: 50px; 
	text-decoration: none; 
	border:1px solid #bC4504; 
	background:#DCDAC2; 
}

#port ul li a span {
	display: none
}

#port ul li a img {
	border-top-width: 0px; 
	display: block; 
	border-left-width: 0px; 
	border-bottom-width: 0px; 
	width: 50px; 
	height: 50px; 
	border-right-width: 0px;
}

#port ul li a:hover {
	white-space: normal; 
	border:1px solid #BC4504; 
	background:#DCDAC2; 
	font-size:12px;
}

#port ul li a:hover b {
	Z-INDEX: 20;   
	right: -550px; 
	width: 540px; 
	position: absolute; 
	top: 2px; 
	height: 378px; 
	text-align: center; 
	background:#DCDAC2; 
}

#port ul li a:hover span {
	display: block; 
	font-weight: normal; 
	font-size: 11px; 
	margin: 0px auto; 
	width: 350px; 
	font-family: verdana, arial, sans-serif; 
	 color:#3D3C2C;
}

#port ul li a:hover img {
	margin: 0px auto 10px; 
	width: auto; 
	height: auto; 
	border:1px solid #BC4504; 
    background:#DCDAC2; 
}

#port ul li a:active {
	white-space: normal; 
	border:1px solid #BC4504; 
	background:#DCDAC2; 
	font-size:12px;
}

#port ul li a:focus {
  white-space: normal; 
  border:1px solid #BC4504; 
  background:#DCDAC2; font-size:12px;
}

#port ul li a:active b {
	Z-INDEX: 10; 
	background: #DCDAC2; 
	right: -550px; 
	width: 540px; 
	position: absolute; 
	top: 2px; 
	height: 380px; 
	text-align: center;
}

#port ul li a:active img {
	margin: 0px auto 10px; 
	height: auto;
}

#port ul li a:focus img {
 margin: 0px auto 10px;   
 height: auto;
}
