@charset "utf-8";
/* CSS Document */
a.home
{
	float:right;
	background:url(site_menu/home.png) no-repeat;
	cursor:pointer;
	border:none;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	width:63px;
	height:63px;
}
a.home:hover
{
	float:right;
	background:url(site_menu/home1.png) no-repeat;
	cursor:pointer;
	border:none;
	text-align:center;
	text-decoration:none;
	width:63px;
	height:63px;
}
a.part
{
	float:right;
	background:url(site_menu/part.png) no-repeat;
	cursor:pointer;
	border:none;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	width:63px;
	height:63px;
}
a.part:hover
{
	float:right;
	background:url(site_menu/part1.png) no-repeat;
	cursor:pointer;
	border:none;
	text-align:center;
	text-decoration:none;
	width:63px;
	height:63px;
}
a.contact
{
	float:right;
	background:url(site_menu/contact.png) no-repeat;
	cursor:pointer;
	border:none;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	width:63px;
	height:63px;
}
a.contact:hover
{
	float:right;
	background:url(site_menu/contact1.png) no-repeat;
	cursor:pointer;
	border:none;
	text-align:center;
	text-decoration:none;
	width:63px;
	height:63px;
}
a.online
{
	float:right;
	background:url(site_menu/online.png) repeat;
	cursor:pointer;
	border:none;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	width:63px;
	height:63px;
}
a.online:hover
{
	float:right;
	background:url(site_menu/online1.png) no-repeat;
	cursor:pointer;
	border:none;
	text-align:center;
	text-decoration:none;
	width:63px;
	height:63px;
}
div.text
{
	color:#FFF;
        font-size:20px;
	margin-left:180px;
	margin-right:20px;
}

a.sites
{
	color:Yellow;
	cursor:pointer;
	text-decoration:none;
}
a.img
{
	text-decoration:none;
}