.phone_no{
	font-size:1.5em;
	font-weight:bold;
	margin:5px 0 5px 0;
}

#leftMenu{
	padding:6px 0 0 10px;
	background-color:#fff;
}

#leftMenu ul{
	line-style-type:none;
	margin:0 0 0 10px;
	padding:0;
}
.browsetype{
	margin:10px 0 5px 0;
	font-size:12px;
	color:#BE0B32;
	font-weight:bold;
}

#leftMenu ul li{
	margin:0 0 2px 0;
	padding-left:0px;
	list-style-image: url(../imgs/bullets.gif);
	/*background: url(../imgs/bullets.gif) no-repeat middle left;*/
	color:#000;
}
#leftMenu ul li a{
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
#leftMenu ul li a:hover{
	text-decoration:none;
	font-weight:bold;
	color:#666;
}

.clearboth{
	clear:both;
}
