body
{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

.home
{
	background:url(../images/home_ex.jpg) no-repeat;
	width:120px;
	height:76px;
}

.home:hover
{
	background:url(../images/home_ex.jpg) no-repeat;
	background-position:0px -76px;
	width:120px;
	height:76px;	
}

.home_active
{
	background:url(../images/home_ex.jpg) no-repeat;
	background-position:0px -76px;
	width:120px;
	height:76px;
}

.about
{
	background:url(../images/about_ex.jpg) no-repeat;
	width:120px;
	height:76px;
}

.about:hover
{
	background:url(../images/about_ex.jpg) no-repeat;
	background-position:0px -76px;
	width:120px;
	height:76px;
}

.about_active
{
	background:url(../images/about_ex.jpg) no-repeat;
	background-position:0px -76px;
	width:120px;
	height:76px;
}

.bus_services
{
	background:url(../images/bus_services_ex.jpg) no-repeat;
	width:120px;
	height:76px;
	
}

.bus_services:hover
{
	background:url(../images/bus_services_ex.jpg) no-repeat;
	background-position:0px -76px;
	width:120px;
	height:76px;
}

.bus_services_active
{
	background:url(../images/bus_services_ex.jpg) no-repeat;
	background-position:0px -76px;
	width:120px;
	height:76px;
}

.bus_tool
{
	background:url(../images/bus_tool_ex.jpg) no-repeat;
	width:120px;
	height:76px;
	
}

.bus_tool:hover
{
	background:url(../images/bus_tool_ex.jpg) no-repeat;
	background-position:0px -76px;
	width:120px;
	height:76px;
}

.bus_tool_active
{
	background:url(../images/bus_tool_ex.jpg) no-repeat;
	background-position:0px -76px;
	width:120px;
	height:76px;
}

.resource
{
	background:url(../images/resource_ex.jpg) no-repeat;
	width:120px;
	height:76px;
	
}

.resource:hover
{
	background:url(../images/resource_ex.jpg) no-repeat;
	background-position:0px -76px;
	width:120px;
	height:76px;
}

.resource_active
{
	background:url(../images/resource_ex.jpg) no-repeat;
	background-position:0px -76px;
	width:120px;
	height:76px;
}

.testimonial
{
	background:url(../images/testimonial_ex.jpg) no-repeat;
	width:120px;
	height:76px;
	
}

.testimonial:hover
{
	background:url(../images/testimonial_ex.jpg) no-repeat;
	background-position:0px -76px;
	width:120px;
	height:76px;
}

.testimonial_active
{
	background:url(../images/testimonial_ex.jpg) no-repeat;
	background-position:0px -76px;
	width:120px;
	height:76px;
}

.contact
{
	background:url(../images/contact_ex.jpg) no-repeat;
	width:120px;
	height:76px;
}

.contact:hover
{
	background:url(../images/contact_ex.jpg) no-repeat;
	background-position:0px -76px;
	width:120px;
	height:76px;
}

.contact_active
{
	background:url(../images/contact_ex.jpg) no-repeat;
	background-position:0px -76px;
	width:120px;
	height:76px;
}

.content
{
	font-size:12px;
	vertical-align:top;
	line-height:18px;
	height:450px;
	padding:10px;
	padding-left:60px;
	padding-right:60px;
	color:#484848;
}

.footer
{
	font-size:12px;
	vertical-align:top;
	line-height:18px;
	text-align:right;
	color:#484848;
	/*padding-right:20px;*/
}
.coppy_right
{
	font-size:11px;
	padding-right:40px !important;
	padding-top:5px;
	text-decoration:none;
	color:#484848;
}

.li_menuitem{
	display:inline;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	color:#d6deeb;
	font-size:12px;
}

.ul_menuitem {
	margin:0;
}


.sub_menu_bar {
	padding-top:5px;
	display:none;
}

.a_sub_menu_item {
	text-decoration:none;
	color:#d6deeb;
	font-weight:bold;
	font-size:11px;
}

.a_sub_menu_item:hover {
	text-decoration:none;
	color:#88B7BD;
	font-weight:bold;
	font-size:11px;
}

.a_sub_menu_item_active {
	text-decoration:none;
	color:#88B7BD;
	font-weight:bold;
	font-size:11px;
}

.hand {
	cursor:hand;
	cursor:pointer;
}