/* ============·ÖÀàÁÐ±í============== */

div.productclass_dolphin{
margin:0px;
padding:16px 0px 4px 16px;
}

a.productclass_dolphin:link,a.productclass_dolphin:visited,a.productclass_dolphin:active{
display:block;
text-decoration: none;
font:12px/25px Verdana, Arial, Helvetica, sans-serif;
height:25px;
text-align:left;
background:url(../images/dot2.gif) 4px 4px no-repeat;
padding-left:24px;
margin:0px;
color:#333;
}

a.productclass_dolphin:hover{
display:block;
color: #333; 
text-decoration: none;
background:url(../images/dot2now.jpg) 0px 0px no-repeat;
}

ul { 
margin: 0; 
padding: 0; 
list-style: none; 
/* Width of Menu Items */ 
border-bottom: 1px solid #ccc; 
} 

ul li { position: relative;} 

li ul {
	position: absolute;
	left: 202px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	width: 190px;
} 

/* Styles for Menu Items */ 
ul li a {
	display: block;
	text-decoration: none;
	background-color: #F9F7F7;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
} 

/* Fix IE. Hide from IE Mac \*/ 
* html ul li { float: left; height: 1%; } 
* html ul li a { height: 1%; } 
/* End */ 

ul li a:hover {
	color: #FFFFFF;
	background-color: red;
} /* Hover Styles */ 

li ul li a { padding: 2px 5px;height:20px; } /* Sub Menu Styles */ 

li:hover ul, li.over ul { display: block;height:20px; } /* The magic */ 