/* CSS Document */

body {
  background:#F7E300;
  margin:0;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding:0;
  color:#000;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  }
  
h1 {
  font-size:200%;
  color:#051A69;
  /*line-height:1px;*/
  }
  
h2 {
  font-size:15px;
  line-height:15px;
  color:#051A69;
  }
  
  #navigation a 
{ 
color: #FFF; 
background: #051A69 url("img/tab_left.gif") left top no-repeat; 
text-decoration: none; 
padding-left: 10px 
} 

#navigation a span 
{ 
background: url("img/tab_right.gif") right top no-repeat; 
padding-right: 10px 
} 

#navigation a, #navigation a span 
{ 
display: block; 
float: right
} 

/* Commented backslash hack hides rule from IE5-Mac \*/ 
#navigation a, #navigation a span 
{ 
float: none 
} 
/* End IE5-Mac hack */ 

#navigation a:hover 
{ 
color:#F7E300;
background: #051A69 url("img/tab_left.gif") left top no-repeat; 
text-decoration: none; 
padding-left: 10px 
} 

#navigation a:hover span 
{ 
background: url("img/tab_right.gif") right top no-repeat; 
padding-right: 10px;
color:#F7E300;
} 

#navigation 
{ 
list-style: none; 
padding: 0; 
margin: 0 
}

.white 
{ 
color:#FFFFFF;
} 

.white a
{ 
color:#FFFFFF;
text-decoration:none;
} 

.white a:hover
{ 
color:#CCFF00;
text-decoration:none;
} 

#navigation li 
{ 
float: right; 
display: block; 
margin: 0; 
padding: 0 
}