#navTopShell {
  border:0px solid #0F0;
  height:30px;
  color:#000;
  background:transparent url(../img/gui/bg_navTop.gif) no-repeat bottom left;
	font-family:Arial, Verdana, sans-serif;
	font-weight:bold;
  font-size:0.75em;
	margin:0;
	padding:4px 0 0px 0;
  border-bottom:8px solid #33A23C;
}

#navTopInner {
  width:600px;
}

#navTop, #navTop ul{
	padding:0;
	margin:0;
	list-style:none;
}

#navTop li {
	float:left;
	margin:0px 5px 0px 0px;
  height:30px;
}

#navTop li a {
  color:#000;
	display:block;
  padding:0px 13px 2px 0px;
  margin:0px 0px 0px 0px;
	text-decoration:none;
}
#navTop li a:hover {
  color:#000;
}

/* Second Level  */
#navTop li ul {
	position: absolute;
	left: -999em; 
  padding:10px 0px 0px 0px;
  margin:0px 0 0 0 ;
	width:180px;
}

#navTop li ul li {
  height:18px;
}

/* Second Level Links */
#navTop li ul li a {
  font-weight:normal;
  color:#FFF;
  height:18px;
  padding:2px 0px 2px 6px;
  margin:0;
	width:174px;
}
#navTop li ul li a:hover {
  color:#FFF;
  text-decoration:none;
}

/* Second Level Links */
#navTop li:hover ul, #navTop li.sfhover ul { 
	left: auto;
}

/* 2nd UL : Document Solutions */
#ulDS {
  background:transparent url(../img/gui/bg_ul_ul_ds.gif) no-repeat top left;
}
#ulDS li a {
  background-color:#0A2972;
}
#ulDS li a:hover {
  background-color:#183986;
}
/* 2nd UL : Telecomunications */
#ulTC {
  background:transparent url(../img/gui/bg_ul_ul_tc.gif) no-repeat top left;
}
#ulTC li a {
  background-color:#FF850D;
}
#ulTC li a:hover {
  background-color:#FF9730;
}
/* 2nd UL : IT Solutions */
#ulIT {
  background:transparent url(../img/gui/bg_ul_ul_it.gif) no-repeat top left;
}
#ulIT li a {
  background-color:#1C97C3;
}
#ulIT li a:hover {
  background-color:#1EA3D4;
}
/* 2nd UL : Mail Room Solutions */
#ulMR {
  background:transparent url(../img/gui/bg_ul_ul_mr.gif) no-repeat top left;
}
#ulMR li a {
  background-color:#81017E;
}
#ulMR li a:hover {
  background-color:#940191;
}
/* 2nd UL : Office Supplies */
#ulOS {
  background:transparent url(../img/gui/bg_ul_ul_os.gif) no-repeat top left;
}
#ulOS li a {
  background-color:#DB0029;
}
#ulOS li a:hover {
  background-color:#EB002B;
}


/* Footers */
.navTopFooterDS {
  background:transparent url(../img/gui/bg_navTopFooter_ds.gif) no-repeat bottom left;
	width:180px;
	padding:0;
	margin:0;
	line-height:14px;
}
.navTopFooterTC {
  background:transparent url(../img/gui/bg_navTopFooter_tc.gif) no-repeat bottom left;
	width:180px;
	padding:0;
	margin:0;
	line-height:14px;
}
.navTopFooterIT {
  background:transparent url(../img/gui/bg_navTopFooter_it.gif) no-repeat bottom left;
	width:180px;
	padding:0;
	margin:0;
	line-height:14px;
}
.navTopFooterMR {
  background:transparent url(../img/gui/bg_navTopFooter_mr.gif) no-repeat bottom left;
	width:180px;
	padding:0;
	margin:0;
	line-height:14px;
}
.navTopFooterOS {
  background:transparent url(../img/gui/bg_navTopFooter_os.gif) no-repeat bottom left;
	width:180px;
	padding:0;
	margin:0;
	line-height:14px;
}
