/* CSS Document */
<!--
.style1 {
	font-family: Tahoma;
	font-size: 10px;
	color: #616161;
}
.style2 {font-family: Tahoma; font-size: 11px; color: #616161; }
.style21 {font-family: Tahoma; font-size: 11px; color: #A42914; }
.style26 {font-family: Tahoma; font-size: 11px; color: #A42914; font-weight: bold; }
body {
	background-color: #145FA3;
}
-->

#navi{
height: 107px;	
}

#navi ul{margin:0; padding:0; list-style-type: none; font-family: Verdana, Geneva, sans-serif}
#navi ul li{text-align: right; background: url('images/bg_nav.jpg') bottom right no-repeat;  border-bottom: 1px solid #ccc;}
#navi ul li a{display:block;color: #fff; padding-top: 4px;font-weight:700; height: 22px; text-decoration: none; font-size: 0.9em; margin-right: 10px;}
* html #navi ul li a{height: 25px}
#navi ul li a:hover{ margin-right: 20px; color: #66CBFF;}

#services ul li a{text-decoration: underline}
#services ul li a:hover{color: red}