/*-----------*/
/* Menu Navi */
/*-----------*/

#navi{width:800px;height:30px;
margin:10px 0;
padding-bottom:5px;
background-color:#3e5700}

#navi ul ,#navi li{margin:0;padding:0;}

#navi li{
	float: left;
	list-style: none;
	display:inline;
}

#navi li.contact{
	float: right;
	padding-right:0;
}

#navi li a{
	
	height:30px;
	display:block;
}


#navi li a span{display:none;}

#navi li.navi01 a{background: url(/fd/img/off_01.jpg) no-repeat 0 0;width:195px;}
#navi li.navi01 a:hover{background: url(/fd/img/on_01.jpg) no-repeat 0 0;}

#navi li.navi02 a{background: url(/fd/img/off_02.jpg) no-repeat 0 0;width:120px;}
#navi li.navi02 a:hover{background: url(/fd/img/on_02.jpg) no-repeat 0 0;}

#navi li.navi03 a{background: url(/fd/img/off_03.jpg) no-repeat 0 0;width:92px;}
#navi li.navi03 a:hover{background: url(/fd/img/on_03.jpg) no-repeat 0 0;}

#navi li.navi04 a{background: url(/fd/img/off_04.jpg) no-repeat 0 0;width:140px;}
#navi li.navi04 a:hover{background: url(/fd/img/on_04.jpg) no-repeat 0 0;}

#navi li.navi05 a{background: url(/fd/img/off_05.jpg) no-repeat 0 0;width:126px;}
#navi li.navi05 a:hover{background: url(/fd/img/on_05.jpg) no-repeat 0 0;}

#navi li.navi06 a{background: url(/fd/img/off_06.jpg) no-repeat 0 0;width:127px;}
#navi li.navi06 a:hover{background: url(/fd/img/on_06.jpg) no-repeat 0 0;}


/*-----------*/
/* Drop Menu */
/*-----------*/

#dropmenudiv{
position:absolute;
border:1px solid #ccc;
border-bottom-width: 0;
text-align:left;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 8px;
border-bottom: 1px solid #ccc;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ecf2cc;
}
