/* Start of CMSMS style sheet 'pildo : pildo - navigation' */
/*
 * navigation1: top - right main navigation
 * navigation2: second level nav, belo navigation1 (header2)
 * navigation3: bottom-right static links
 */

#navigation1{
	margin:9px 0 0 0;
	padding: 0;
	vertical-align: bottom;
}

#navigation2{
	float: right;
}

#navigation3{
	margin:0;
	padding: 0;
	text-align: right;    
}

#navigation1 ul,#navigation2 ul{
  margin:  0;
  padding: 0;
  height:  1 em;
  width:   100%;
  font-weight: bold;
  font-size: 8pt;
  letter-spacing: 0px;
}

#navigation1 li, #navigation2 li{
  float: left; /* makes the list horizontal */
  list-style: none; /* hides the list bullet */ 
  margin: 0;
  padding: 0;
}

#navigation1 a, #navigation1 #current {
   padding: .6em 0 0 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #ffffff;
   display: block; /* IE has problems with this, fixed above */
}

#navigation1 a:hover {
  color: #b0c1d9;
}

#navigation2 a, #navigation2 #current  {
   padding: 0.5em 1em 0.5em 1em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #355263;
   display: block; /* IE has problems with this, fixed above */
}

#navigation2 a:hover {
  color: #ffffff;
}

#navigation3 a , #navigation3 #current{
   padding: 0; /* padding inside the list item box */
   margin: 0 0 0 1em; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #b0c1d9;
   letter-spacing: 0px;
   font-size: 7pt;
   font-weight: bold;
}


#navigation3 a:hover {
  color: #ffffff;
}

#navigation1 #current{
  color: #99a8bd;	
}


/* End of 'pildo : pildo - navigation' */

