

/* CSS Document */
img { outline:none; border:none;}
.inner_content_div_x { width:60em; background:transparent; margin:0 0 0 3em; margin-top:2em;}
.inner_content_div h1 { margin:0.85em 0 1em 2.8em; padding:0; font:normal 2em Verdana, Arial, Helvetica, sans-serif;}
.inner_content_div h2 { margin:1.2em 0 1em 0; padding:0; font:normal 1.6em Verdana, Arial, Helvetica, sans-serif;}
.portf_objectX  { width:60em; margin-bottom:1em;}
.portf_objectX_left { width:18em;}
.portf_objectX_right { width:42em;}
.portf_objectX_systems { width:48em;}
ul li {list-style-type:square;}
.portf_objectX_title { margin-bottom:8px;}
.portf_objectX_title_span { padding-left:1em;}
.portf_objectX_title  { width:100%; height:2em; background-color:#333333; border-bottom: #FF5A00 2px solid; line-height:2em; font-weight:bold;}
a.portf_objectX_link { text-decoration:none; color:#FFFFFF; display:block; margin-top:10px;}
a.portf_objectX_syslink { text-decoration:none; color:#FFFFFF; margin-top:10px;}
a.portf_objectX_link:hover, a.portf_objectX_syslink:hover { color:#FF5A00;}
a.portf_objectX_link  span { color:#3399FF}
.portf_objectX_right span { color:#3399FF;}




div.menu {
  width:100%;
  height:30px;
  margin-bottom:20px;
}
div.menu a {
  width:200px;
  height:30px;
  display:block;
  float:left;
  border-bottom:2px #FF5A00 solid;
  line-height:30px;
  text-align:center;
  text-decoration:none;
  color:#fff;
  *width:198px;
}
div.menu a:hover {
  color:#FF5A00;
}

div.menu a#first {
  width:260px;
}
div.menu a#first:hover {
  color:#FF5A00;
}


.clear {
	clear:both;
	height:0px;
}
div.menu a.active:hover, div.menu a#first.active:hover {
  color:#fff;
}


div.menu a.active {
  width:196px;
  line-height:26px;
  border:2px #FF5A00 solid;
  border-bottom: none;
  *width:194px;
}

div.menu a#first.active {
  width:256px;
  line-height:26px;
  border:2px #FF5A00 solid;
  border-bottom: none;
}


