﻿.HomeTopCaraName
{
	font-family: Tahoma;
	font-size: .7em;
	color:#000000;
	font-weight:bold;
	padding:0 0 10px 0;
	}
.HomeTopUl
{
	padding:0;
	margin:0px;
	list-style-type :none;
	
	
	}

.HomeTopLi
{
	text-align:center;
	
	padding:0;
	margin:0 0 5px 5px;
	float:left;
	width:31%;
	/*height:35px;*/
	
	background-color :#f7f7f7;
	/*border: solid 1px #efefef;*/
	
 	font-family :Tahoma;
	font-size:.7em;
	color:#0082b5;
	
	}
.HomeTopLi a
{


	text-transform:capitalize;
	color:#000000;
	text-decoration:none;
	}
.HomeTopLi a:hover
{
	text-decoration:underline;
	}