

#nav{





width:460px;

float:right;

list-style-type:none;	

height:30px;

margin: 0 0 0 0;

padding: 0 0 0 0;

 

}



#nav li{

  list-style-type:none;

  float:left;

  margin:0 0 0 0;

  padding:0 0 0 0 ;

text-align:center;

color: white;

font-family: Verdana;

font-size: 14px;

  text-decoration:none;

line-height:30px;

width:110px;

height:30px;

  background:url(../images/tab-blue.gif) #c0c0c0 top left no-repeat;

margin-left:5px;

}









#nav li a{

  color:#005298;	

  background:url(../images/tab-blue.gif) transparent top right no-repeat;

color: white;

  display:block;

  text-decoration:none;

width:110px;

height:30px;

  padding:0 0 0 0;

}









#nav li.cur,

#nav li.over,

#nav li:hover

{

  background:url(../images/tab-white.gif) #3375b2 top left no-repeat;

  text-decoration:none;

color: #005298;



}

#nav li strong,

ul#nav li.cur a,

ul#nav li.over a,

ul#nav li:hover a

{

  display:block;

  color:#fff;

width:110px;

height:30px;

  padding:0 0 0 0;

  text-decoration:none;

  background:url(../images/tab-white.gif) transparent top right no-repeat;

color: #005298;

}
