/* CSS Document */
#menu{
   position:absolute;
   z-index:10;
   top:-46px;
   left:12px;
   margin-top:60px;
   padding:42px 0 0 0;
}
#nav {
	width:899px;
	/*height:138px;*/
	height:96px;
	margin:0;
	padding:0;
	position:absolute;
	background:url(../images/nav.jpg) 0 -42px no-repeat;

}
#nav li {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:1px;
}
#nav li, #nav a {
    height:96px;
	display:block;
}
#nav a{
    font-family:"Century Gothic", Verdana, Tahoma;
	font-size:30px;
	text-align:center;
	padding-top:28px;
	color:#999999;
	font-weight:bold;
	
}
a .insurance{
    font-size:18px;
	color:#999999;
	font-weight:bold;
}
a:hover .insurance{
    font-size:18px;
	color:#fcfef3;  
	font-weight:bold;
}
#nav a:hover{
   color:#fcfef3;
   font-weight:bold;  
}
#nav01 {
	overflow:hidden;
	left:395px;
	width:168px;
}
#nav02 {
	overflow:hidden;
	left:563px;
	width:166px;
}
#nav03 {
	overflow:hidden;
	left:731px;
	width:168px;
}
#nav01 a:hover, .nav01on {
	background:transparent url(../images/nav.jpg) -395px  -181px no-repeat;
}
#nav02 a:hover, .nav02on  {
	background:transparent url(../images/nav.jpg ) -563px -181px no-repeat;
}
#nav03 a:hover, .nav03on  {
	background:transparent url(../images/nav.jpg ) -731px -181px no-repeat;
}
a .selected{
	color:#fcfef3
}
#nav a.selected{
   color:#fcfef3;  
}