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

#NavTop {
position:relative;
margin-left:0;
top:40px;
height:150px;
width:950px;
z-index:3;
}

#MainBody_Position {
top:-67px;
position: relative;
margin-left:0;
z-index:1;
}

#DropDown_Container {
  height: 44px;
  position: relative;
  width: 950px;
  margin: 0 auto;
  text-align: left;
}


#MS_DropDown_Services {
  visibility:hidden;
  width:190px;
  z-index:5;
  position: absolute;
  top: -6px;
  left:393px;
}

#MS_DropDown_Projects {
  visibility:hidden;
  width:190px;
  z-index:5;
  position: absolute;
  top:-6px;
  left:476px;
}

#MS_DropDownButtons {
  padding-right:5px;
  padding-bottom:5px;
  padding-left:5px;
  width:185px;
    text-align:left;
	z-index:6;
	margin-top:0px;
	position:relative;
	background-image:url(images/DropDown_BG.png);
}

#MS_DropDownButtons a {
	font-family: Lucida Sans, Verdana, Arial, Geneva, Helvetica, sans serif;
	font-size: 10pt;
	line-height: 18pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

#MS_DropDownButtons a:hover {
	font-family: Lucida Sans, Verdana, Arial, Geneva, Helvetica, sans serif;
	font-size: 10pt;
	line-height: 18pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffe5c6;
}