﻿ul
{
	width: 800px;
	height: 22px;
	position: absolute;
	margin-top: 1px;
	margin-left: 10px;
}
/* Img */

.contactReviewsSuggestions
{
	background: url(../../Images/SubMenuContact.png) no-repeat 0 0;
}
.contactWorkAtCommander
{
	background: url(../../Images/SubMenuContact.png) no-repeat 0 -22px;
}
/* End img */
li
{
	display: inline;
}
li a:link, li a:visited
{
	position: absolute;
	top: 0;
	height: 22px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}
.home a:link, .home a:visited
{
	left: 0px;
	width: 23px;
}
/* Link */
.reviewsSuggestions a:link, .reviewsSuggestions a:visited
{
	left: 33px;
	width: 126px;
}
.workAtCommander a:link, .workAtCommander a:visited
{
	left: 169px;
	width: 151px;
}
/* End link */
