/* this is the main UL element*/
.dropdown{
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:1px solid #444;
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: center center;
	font-size: 12px;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	border-top:1px solid #444;
	list-style:none;
	text-align: center;
}









/* these are all the LIs in the menu*/
.dropdown li{
	cursor:pointer;
	width: 163px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: center;
	margin: 0;
	float: left;
	background-image: url(../../images/mainmenu_up.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color:#CCCCCC;
	width: 163px;
	display: block;
	height: 35px;
	padding-top: 5px;
}

 .dropdown a:hover{
	text-decoration:none;
	color: #FFFFFF;
	background-color: #163FC0;
	background-image: url(../../images/mainmenuover.gif);
	width: 163px;
	background-repeat: repeat-x;
	background-position: center center;
	margin: 0px;
	height: 35px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border:1px solid #444;
	border-top:0;
	margin-left:-1px;
	width: 163px;
	background-color: #000000;
	background-image: none;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
	width:163px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
	background-image:url(expand_right.gif);
	background-position:right center;
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



.home .home a,
.capabilities .capabilities a, 
.projectmanagement .projectmanagement a, 
.marketclients .marketclients a,
.people .people a  {
	cursor:pointer;
	width: 163px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: center;
	margin: 0;
	float: left;
	background-image: url(../../images/mainmenuover.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
