#tele {
	background: #FFCCCC;
	color: #000000;
	width: 160px;
	margin: 0 0 10px 25px;
	padding: 5px;				
	float: right;	
	text-align: left;	
	border-left: 1px #CCCCCC solid;					
	border-bottom: 1px #CCCCCC solid;					
	border-right: 1px #CCCCCC solid;	
}
#tele p {
	background: transparent;
	color: #000000;
	padding: 0;
}

#tele ul {
	background: transparent;					
	color: #000000;		
	margin: 0;
	padding: 0;
	line-height: 100%;
	clear: both;
	border-left: 1px #990000 solid;
	border-right: 1px #990000 solid;
	border-top: 1px #990000 solid;
	}

#tele li {	
	background: #CC0000;					
	color: #FFFFFF;					
	padding: 5px;
	margin: 0;
	display: block;
	list-style-type: none;
	border-bottom: 1px #990000 solid;
	}

#tele a {
	background: transparent;
	color: #FFFFFF;
	padding: 0;
	text-transform: uppercase;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif; 
	} 

#tele a:link, #tele a:visited {
	background: transparent;
	color: #FFFFFF;
	}

#tele a:hover, #tele a:active {
	background: transparent;
	color: #FF9999;
		}

