/* CSS Document */
/*################################################ NAV CSS ###############################################*/
#nav {
width:428px;
height:13px;
top:118px;
left:356px;
background:  url(/img/nav3.gif) no-repeat;
margin:0;
padding: 0;
position:absolute;
}
#nav li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#nav li, #nav a {height: 13px; display: block;}
#nav_one {left: 0; width:40px;}
#nav_two {left: 40px; width: 60px;}
#nav_three {left: 100px; width:52px;}
#nav_four {left:152px; width:88px;}
#nav_five {left:240px; width:83px;}
#nav_SIX {left: 323px; width:103px;}

#nav_one a:hover {background: transparent url(../img/nav3.gif) 0 -13px no-repeat;}
#nav_two a:hover {background: transparent url(../img/nav3.gif) -40px -13px no-repeat;}
#nav_three a:hover {background: transparent url(../img/nav3.gif) -100px -13px no-repeat;}
#nav_four a:hover {background: transparent url(../img/nav3.gif) -152px -13px no-repeat;}
#nav_five a:hover {background: transparent url(../img/nav3.gif) -240px -13px no-repeat;}
#nav_SIX a:hover {background: transparent url(../img/nav3.gif) -323px -13px no-repeat;}

#nav_one_cur {left: 0; width:48px; background:transparent url(../img/home.gif) 0 0 no-repeat;}
#nav_two_cur {left: 40px; width: 60px; background:transparent url(../img/services.gif) 0 0 no-repeat;}
#nav_three_cur {left: 100px; width:52px; background:transparent url(../img/clients.gif) 0 0 no-repeat;}
#nav_four_cur {left:152px; width:88px; background:transparent url(../img/collaborators.gif) 0 0 no-repeat;}
#nav_five_cur {left:240px; width:85px; background:transparent url(../img/smart.gif) 0 0 no-repeat;}
#nav_six_cur {left:326px; width:100px; background:transparent url(../img/special.gif) 0 0 no-repeat;}

#nav a {
text-indent:-5000em;
}
#nav span {
text-indent:-5000em;
}
  /*################################################# SIDE ###################################################*/
 /*#################################################  NAV   #################################################*/
/*#################################################   CSS    ###############################################*/
#sideNav {
margin:7px 0 0 0;
padding:0;
background:#96A3B8 url(../img/bkgd_sideNav.gif) no-repeat right bottom;
width:206px;
}
#sideNav ul {
list-style-type: none;
text-align: left;
width:100%;
margin:0 0 0 0;
padding:9px 0 13px 0;
}
#sideNav li {
margin:0 0 0 11px;/* controls where borders sit on left */
padding:0 0 0 0;
border-bottom:1px dashed #535D87;
width:186px;/* controls width of dashed bottom border */
}
#sideNav ul li a {
background:transparent url(../img/pointer_default.gif) 172px center no-repeat;/* px dimension controls width of triangle indicators */
padding:6px 0 6px 19px;/* controls where link text is */
text-align:left;
font:11px;
text-decoration:none;
color:#FFF;
width:180px;/* length of the whole link */
display:block;
}
#sideNav ul li a:hover {
background: transparent url(../img/pointer_current.gif) 172px center no-repeat;
color:#000;
}
#sideNav ul li a#cur {
background:transparent url(../img/pointer_default.gif) 172px center no-repeat;
color: #000;
}