/*-----------------------------*/
.navigation{
	text-align:center;
}
.navigation ul{
	float:left;display:inline;
	margin:0px;padding:0px;
	list-style: none;

width:100%;
}
.navigation ul li{
	float:left;display:inline;
	margin:0px;padding-right:5px;
}

a.myAccount
{
	height:23px;
	line-height:23px;
	width:105px;
	display:block;

	background:transparent url(../images/navigation/menu.gif) no-repeat scroll 0 0;
}

a.myAccount:hover
{
	height:23px;
	line-height:23px;
	width:105px;
	display:block;

	background:transparent url(../images/navigation/menu.gif) no-repeat scroll 0 -24px;
}

a.inbox
{
	height:23px;
	line-height:23px;
	width:105px;
	display:block;

	background:transparent url(../images/navigation/menu.gif) no-repeat scroll -105px 0;
}

a.inbox:hover
{
	height:23px;
	line-height:23px;
	width:105px;
	display:block;

	background:transparent url(../images/navigation/menu.gif) no-repeat scroll -105px -24px;
}

a.event
{
	height:23px;
	line-height:23px;
	width:105px;
	display:block;

	background:transparent url(../images/navigation/menu.gif) no-repeat scroll -210px 0;
}

a.event:hover
{
	height:23px;
	line-height:23px;
	width:105px;
	display:block;

	background:transparent url(../images/navigation/menu.gif) no-repeat scroll -210px -24px;
}

a.cv-search
{
	height:23px;
	line-height:23px;
	width:105px;
	display:block;

	background:transparent url(../images/navigation/menu.gif) no-repeat scroll -315px 0;
}

a.cv-search:hover
{
	height:23px;
	line-height:23px;
	width:105px;
	display:block;

	background:transparent url(../images/navigation/menu.gif) no-repeat scroll -315px -24px;
}

a.job-search
{
	height:23px;
	line-height:23px;
	width:105px;
	display:block;

	background:transparent url(../images/navigation/menu.gif) no-repeat scroll -420px 0;
}

a.job-search:hover
{
	height:23px;
	line-height:23px;
	width:105px;
	display:block;

	background:transparent url(../images/navigation/menu.gif) no-repeat scroll -420px -24px;
}

a.account-disabled
{
	height:23px;
	line-height:23px;
	width:105px;
	display:block;

	background:transparent url(../images/navigation/menu.gif) no-repeat scroll -525px 0;
}

a.account-disabled:hover
{
	height:23px;
	line-height:23px;
	width:105px;
	display:block;

	background:transparent url(../images/navigation/menu.gif) no-repeat scroll -525px -24px;
}

a.inbox-disabled
{
	height:23px;
	line-height:23px;
	width:105px;
	display:block;

	background:transparent url(../images/navigation/menu.gif) no-repeat scroll -630px 0;
}

a.inbox-disabled:hover
{
	height:23px;
	line-height:23px;
	width:105px;
	display:block;

	background:transparent url(../images/navigation/menu.gif) no-repeat scroll -630px -24px;
}

a.event-disabled
{
	height:23px;
	line-height:23px;
	width:105px;
	display:block;

	background:transparent url(../images/navigation/menu.gif) no-repeat scroll -735px 0;
}

a.event-disabled:hover
{
	height:23px;
	line-height:23px;
	width:105px;
	display:block;

	background:transparent url(../images/navigation/menu.gif) no-repeat scroll -735px -24px;
}

/*left menu*/
a.network
{
	height:23px;
	line-height:23px;
	width:102px;
	display:block;

	background:transparent url(../images/navigation/leftMenu.gif) no-repeat scroll 0 0;
	margin-bottom:3px;
	margin-left:auto;
	margin-right:auto;
}

a.network:hover
{
	height:23px;
	line-height:23px;
	width:102px;
	display:block;

	background:transparent url(../images/navigation/leftMenu.gif) no-repeat scroll 0 -24px;
	margin-bottom:3px;
}

a.survey
{
	height:23px;
	line-height:23px;
	width:102px;
	display:block;

	background:transparent url(../images/navigation/leftMenu.gif) no-repeat scroll -102px 0;
	margin-bottom:3px;
	margin-left:auto;
	margin-right:auto;
}

a.survey:hover
{
	height:23px;
	line-height:23px;
	width:102px;
	display:block;

	background:transparent url(../images/navigation/leftMenu.gif) no-repeat scroll -102px -24px;
	margin-bottom:3px;
}

a.aboutus
{
	height:23px;
	line-height:23px;
	width:102px;
	display:block;

	background:transparent url(../images/navigation/leftMenu.gif) no-repeat scroll -204px 0;
	margin-bottom:3px;
	margin-left:auto;
	margin-right:auto;
}

a.aboutus:hover
{
	height:23px;
	line-height:23px;
	width:102px;
	display:block;

	background:transparent url(../images/navigation/leftMenu.gif) no-repeat scroll -204px -24px;
	margin-bottom:3px;
}

a.contactus
{
	height:23px;
	line-height:23px;
	width:102px;
	display:block;

	background:transparent url(../images/navigation/leftMenu.gif) no-repeat scroll -306px 0;
	margin-bottom:3px;
	margin-left:auto;
	margin-right:auto;
}

a.contactus:hover
{
	height:23px;
	line-height:23px;
	width:102px;
	display:block;

	background:transparent url(../images/navigation/leftMenu.gif) no-repeat scroll -306px -24px;
	margin-bottom:3px;
}

.search
{
	height:23px;
	line-height:23px;
	width:102px;
	display:block;

	background:transparent url(../images/navigation/LongButton.gif) no-repeat scroll 0 0;
}
