	
/*      V1        */
	

.outer{
	margin:0px;
	padding:0px;
	width: 235px;
	height: 445px;
	background-image: url('phone.png');
}
#menu4 {
	position: relative;
	font-family: Helvetica, Verdana;
	font-size: 10pt;
	font-weight: bolder;
	background-color: #fff;
	width: 194px;
	padding:0px;
	top: 89px;
	left: 21px;
	}
	
	.phoneHeader {
		background-color: #000000;
		height: 25px;
		width: 195px;
		color: #FFF;
		font-weight: bold;
		text-align: center;
		padding-top: 10px;
	}
	
	#menu4 ul{
	margin:0;
	padding:0;
	height: 195px;
	overflow-y: auto;
	overflow-x: hidden;
	list-style:none;
	}
	#menu4 li {	
		voice-family: "\"}\""; 
		voice-family: inherit;
		text-decoration: none;
		font-weight:normal;
	}
	
	.foot {
		color: #FFF;
		font-family: Helvetica, Verdana;
		font-size: 8pt;
		width: 235px;
		text-align: center;
		position: absolute;
		bottom: 95px;
	}
		
	.label {
		position: relative;
		top: 10px;
	}
		
	.plain {
		height: 35px;
		color: #000000;
		width: 185px;
		display: block;
		background: url(images/plain.png) repeat-x;
		padding: 10px 0 0 10px;
		margin-top: -10px;
		margin-bottom: auto;
	}
	
	.hover {
		height: 35px;
		width: 185px;
		color: #000000;
		background: url(images/hover.png) repeat-x;
		padding: 10px 0 0 10px;
		margin-top: -10px;
		margin-bottom: auto;	
	}
	
	.selected {
		height: 35px;
		width: 185px;
		color: #ffffff;
		display: block;
		background: url(images/selected.png) repeat-x;
		padding: 10px 0 0 10px;
		margin-top: -10px;
		margin-bottom: auto;
	}
	
	
