/*---------------- LIQUID MENU ------------*/
#liquid {
	float:right;
	margin-top:0px;
	padding: 0px;
	overflow: hidden;
	width: 358px;
}

#liquid .liquids {
	display: block;
	background:url(../images/bg_top.jpg) top right no-repeat;
	height: 228px;
}

#liquid ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#liquid li {
	float: left;
}

#liquid .liquid {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 228px;
	width: 116.6px;
	background: #fff;
	border-right: 4px solid #FFF;
}

#liquid .liquid span {
	position: absolute;
	left: -999px;
	width: 990px;
}

#liquid .resume {
	background: #FFF url(../images/resume.gif);
}

#liquid .visa {
	background: #FFF url(../images/visa.jpg);
}

#liquid .search {
	background: #FFF url(../images/search.gif);
	border-right: 0;
}
/*---------------- LIQUID MENU END ---------*/