@charset "UTF-8";
/* CSS Document */

UL{
	list-style: none;
	padding: 0;
	margin: 0;
	width:100%;
	
}
#nav{
	padding-top:0px;
	display:inline;
	font-size:12px;
}
#nav li{
	/*padding-top:7px;*/
}
#nav li:hover{
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	/*background:#cbd9fa;*/
}
#nav a {
	text-decoration: none;
	font-weight: normal;
	color: blue;
}





/*----------Inline links------------*/

#nav li li a {
	display: block;
	color: #424242;
	padding-top: 4px;
	padding-left:30px;
}

#nav li li a:hover {
	padding: 1px;
	/*color: #FFF;
	background:#375c78;*/
	padding-top:4px;
	padding-left:30px;
}






li {
	float: left;
	position: relative;
	width: 201px;
	height:23px;
	text-align: center;
	cursor: pointer;
	background-color: white;
}
li.firstItem {
	float: left;
	position: relative;
	width: 10%;
	height:48px;
	text-align: center;
	cursor: pointer;
	background:url(../img/menu/bluePlashka.jpg) top right no-repeat;
}
li.firstItem over {
	float: left;
	position: relative;
	width: 10%;
	height:48px;
	text-align: center;
	cursor: pointer;
	background:url(../img/menu/bluePlashka.jpg) top right no-repeat;
}
li.solutionItem {
	float: left;
	position: relative;
	width: 14%;
	height:48px;
	text-align: center;
	cursor: pointer;
	background:url(../img/menu/bluePlashka.jpg) top right no-repeat;
}
li.methodologyItem {
	float: left;
	position: relative;
	width: 14%;
	height:48px;
	text-align: center;
	cursor: pointer;
	background:url(../img/menu/bluePlashka.jpg) top right no-repeat;
}
li.clientsItem {
	float: left;
	position: relative;
	width: 14%;
	height:48px;
	text-align: center;
	cursor: pointer;
	background:url(../img/menu/bluePlashka.jpg) top right no-repeat;
}
li.internationalOfficesItem {
	float: left;
	position: relative;
	width: 19%;
	height:48px;
	text-align: center;
	cursor: pointer;
	background:url(../img/menu/bluePlashka.jpg) top right no-repeat;
}
li.partnerLinksItem {
	float: left;
	position: relative;
	width: 14%;
	height:48px;
	text-align: center;
	cursor: pointer;
	background:url(../img/menu/bluePlashka.jpg) top right no-repeat;
}
li.contactUsItem {
	float: left;
	position: relative;
	width: 13%;
	height:48px;
	text-align: center;
	cursor: pointer;
}


li ul {
	display: none;
	position:inherit;
	top: 100%;
	left: 0;
	margin-top:0;
}
li>ul {
	top: auto;
	left: auto;
}
li li {
	display: block;
	float: none;
	background:url(../img/menu/bgLink.gif) top left no-repeat;
	width:193px;
	height:23px;
	text-align:left;
	padding:0;
	margin:0;
}
li li.lastOne {
	display: block;
	float: none;
	background:url(../img/menu/bgLinkLast.gif) top left no-repeat;
	width:193px;
	height:23px;
	text-align:left;
	padding:0;
	margin:0;
}
li.contactUsItem li {
	display: block;
	float: none;
	background:url(../img/menu/bgLink.gif) top left no-repeat;
	width:112px;
	height:23px;
	text-align:left;
	padding:0;
	margin:0;
}
li.contactUsItem li.lastOne {
	display: block;
	float: none;
	background:url(../img/menu/bgLinkLast.gif) top left no-repeat;
	width:112px;
	height:23px;
	text-align:left;
	padding:0;
	margin:0;
}

li:hover ul, li.over ul {
	display: block;
}





A.itemHome{
	display:block;
	width: 100%;
	height:48px;
	background:url(../img/menu/whitePlashka.jpg) top center no-repeat;
}
A:Hover.itemHome{
	display:block;
	width: 100%;
	height:48px;
	background-position: center -61px;
}
A.itemHome SPAN{
	padding-top:18px;
	display:block;
	color:#5c5b60;
}
A.itemSolution{
	display:block;
	width: 100%;
	height:48px;
	background:url(../img/menu/whitePlashka.jpg) top center no-repeat;
}
A:Hover.itemSolution{
	display:block;
	width: 100%;
	height:48px;
	background-position: center -61px;
}
A.itemSolution SPAN{
	padding-top:18px;
	display:block;
	color:#5c5b60;
}
A.itemMethodology{
	display:block;
	width: 100%;
	height:48px;
	background:url(../img/menu/whitePlashka.jpg) top center no-repeat;
}
A:Hover.itemMethodology{
	display:block;
	width: 100%;
	height:48px;
	background-position: center -61px;
}
A.itemMethodology SPAN{
	padding-top:18px;
	display:block;
	color:#5c5b60;
}
A.itemClients{
	display:block;
	width: 100%;
	height:48px;
	background:url(../img/menu/whitePlashka.jpg) top center no-repeat;
}
A:Hover.itemClients{
	display:block;
	width: 100%;
	height:48px;
	background-position: center -61px;
}
A.itemClients SPAN{
	padding-top:18px;
	display:block;
	color:#5c5b60;
}
A.itemInternationalOffices{
	display:block;
	width: 100%;
	height:48px;
	background:url(../img/menu/whitePlashka.jpg) center top no-repeat;
}
A:Hover.itemInternationalOffices{
	display:block;
	width: 100%;
	height:48px;
	background-position: center -61px;
}
A.itemInternationalOffices SPAN{
	padding-top:18px;
	display:block;
	color:#5c5b60;
}
A.itemPartnerLinks{
	display:block;
	width: 100%;
	height:48px;
	background:url(../img/menu/whitePlashka.jpg) center top no-repeat;
}
A:Hover.itemPartnerLinks{
	display:block;
	width: 100%;
	height:48px;
	background-position: center -61px;
}
A.itemPartnerLinks SPAN{
	padding-top:18px;
	display:block;
	color:#5c5b60;
}
A.itemContactUs{
	display:block;
	width: 100%;
	height:48px;
	background:url(../img/menu/whitePlashka.jpg) center top no-repeat;
}
A:Hover.itemContactUs{
	display:block;
	width: 100%;
	height:48px;
	background-position: center -61px;
}
A.itemContactUs SPAN{
	padding-top:18px;
	display:block;
	color:#5c5b60;
}


