

/* CSS Document */
body {behavior:url("jsp/pc/css/csshover.htc");}

#pulldown {
	color:#ffffff;
	background:#666666;
	width:200px;
	z-index:9999;
	position:absolute;
	top:55x;
	left:15px;
	}

#pulldown li{
	color:#ffffff;
	background:#666666;
	display:block;
	width:100%;
	vertical-align: bottom;
	}

.title {
	padding:5px 1em;
	display:block;
	background:url(http://raffinato.tv/images/pc/cmn/pulldown.gif) right center no-repeat;
	}

.index {
	padding:5px;
	width:3em;
	display:block;
	text-align:center;
	}


#pulldown a:link ,
#pulldown a:visited {
	display:block;
	color:#ffffff;
	background:#999999;
	text-decoration:none;
	width:100%;
	}

#pulldown a:focus ,
#pulldown a:hover {
	display:block;
	color:#666666;
	background:#cccccc;
	width:100%;
	}

#pulldown ul {
	display:none;
	}

#pulldown ul li{
	background:url(http://raffinato.tv/images/pc/cmn/right.gif) 4em center no-repeat;
}

#pulldown li:hover ul {
	display:block;
	}

#pulldown ul li ul {
	display:none !important;
	}

#pulldown ul li:hover {
	background:#999999;
	position:relative;
	}

#pulldown ul li:hover ul {
	display:block !important;
	position:absolute;
	left:4em;
	top:0;
	width:16em;
	}

#pulldown li ul li {
	padding:0;
	}

#pulldown ul li ul li a{
	padding:5px 10px;
	}
