@charset "UTF-8";

/*******************/
/* Our Company Nav */
/*******************/

a.roAboutUs, a.roOurHistory, a.roWatchVideo {
	display: inline-block;
	height: 45px;
	text-decoration: none;
}

a.roAboutUs {
	width: 203px;
	background: url("images/nav_oc_aboutus.png");
}

a.roOurHistory {
	width: 251px;
	background: url("images/nav_oc_ourhistory.png");
}

a.roWatchVideo {
	width: 259px;
	background: url("images/nav_oc_watchvideo.png");
}

a.roAboutUs:hover, a.roOurHistory:hover, a.roWatchVideo:hover {
	background-position: 0px -45px;
}

.displace {
	position: absolute;
	left: -5000px;
}
