#navBanner a,
#navBanner a:link,
#navBanner a:visited,
#navBanner a:active
{
   color: #103c39;
   text-decoration: none;
}

#navBanner a:hover
{
   color: #103c39;
   text-decoration: underline;
}

#navBanner
{
   background-color: #a5c3ce;
   width: 100%;
   margin-bottom: 3px;
}

#siteIcon
{
   background-color: #a5c3ce;
   float: left;
   margin: 10px;
   border: 0px;
}

#navLinks
{
   background-color: #a5c3ce;
   margin: 15px;
   float:right;
   position: relative;
}

.navLink
{
   background-color: #a5c3ce;
   color: #d0d0d0;
   float:left;
   text-align: center;
   text-transform: uppercase;
   font-weight: bold;
   font-size: .7em;
   width: 11em;
   margin: 1px;
   border: 1px solid #ffffff;
}

.navLinkBreak
{
   clear: both;
}

.clearing
{
   height: 0px;
   clear: both;
}



.navigationBanner
{
   position: relative;
   background-color: #333333;
   color: #ffffff;
   height: 100px;
}

.bg1 {
   background-image: url('banner_background_1.png');
}

.bg2 {
   background-image: url('banner_background_2.png');
}

.bg3 {
   background-image: url('banner_background_3.png');
}

.bg4 {
   background-image: url('banner_background_4.png');
}

.navigationBanner a,
.navigationBanner a:link,
.navigationBanner a:visited,
.navigationBanner a:active
{
   color: #ffffff;
   text-decoration: none;
}

.navigationBanner a:hover
{
   color: #ffffff;
   text-decoration: underline;
}

.navigationBanner_Logo
{
   background-image: url('nanomix_logo.png');
   position: absolute;
   top: 52px;
   left: 10px;
   height: 43px;
   width: 160px;
}

.navigationBanner_Links
{
   width: 40em;
   max-width: 100%;
   position: absolute;
   top: 10px;
   left: 50%;
   margin-left: -20em;
   border: 0px solid #ffffff;
}

.navigationBanner_LinkGroup
{
   float:left;
   text-align: left;
   margin-right: 2em;
   margin-bottom: 5px;
}

.navigationBanner_Link
{
   position: relative;
   left: .05em;
   color: #d0d0d0;
   text-transform: uppercase;
   font-weight: bold;
   font-size: .9em;
}

.links1
{
   top: -1.1em;
}

.links2
{
   top: -2.2em;
}

.navigationBanner_LinkShadow
{
   color: #000000;
   text-transform: uppercase;
   font-weight: bold;
   font-size: .9em;
}

