/* GLOBAL NAVIGATION */
a.topnav, a:link.topnav, a:visited.topnav, a:active.topnav {
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-weight: normal;
 font-size: 11px;
 line-height: 13px;
 text-decoration: none;
 color: #ffffff;
 padding: 8 10 9 10;
 }

a:hover.topnav {
 background-color: #0000cc;
 }
 
#topnav_on {
 background-color: #0000cc;
 }
 
a.dropnav, a:link.dropnav, a:visited.dropnav, a:active.dropnav {
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-weight: normal;
 font-size: 11px;
 line-height: 17px;
 color: #ffffff;
 text-decoration: none;
 padding: 2 10 2 10;
 display: block;
 border-top: #000088 1px solid;
 }

a:hover.dropnav {
 background-color: #0000cc;
 }
 
/* Navigation -- Collapse All */  
#out {
 position: absolute; left: -50px; top: -10px; text-align:left; z-index:2;
}


/* homeNavigation -- Level Two */ 
#Hdrop1 {
 position: absolute; left: 65px; top: 0px; text-align:left; z-index:13;
}


/* Navigation */
#home {
 position: absolute; left: 0px; top: 0px; text-align:left;  z-index:50;
}

#about {
 position: absolute; left: 60px; top: 0px; text-align:left;  z-index:50;
}

#clients {
 position: absolute; left: 137px; top: 0px; text-align:left;  z-index:51;
}

#esp {
 position: absolute; left: 290px; top: 0px; text-align:left; z-index:52;
}

#cg {
 position: absolute; left: 463px; top: 0px; text-align:left; z-index:54;
}


/* Navigation -- Level Two */ 
#drop1 {
 position: absolute; left: 67px; top: 30px; text-align:left; z-index:13;
 border-right: #000066 1px solid;
 border-left: #000066 1px solid;
 background-color: #000066;
 padding-bottom: 5px;
}

#drop2 {
 position: absolute; left: 297px; top: 30px; text-align:left; z-index:13;
 border-right: #000066 1px solid;
 border-left: #000066 1px solid;
 background-color: #000066;
 padding-bottom: 5px;
}

#TopNavigation {
 position: absolute;
 width: 700px;
}

