@charset "utf-8";
/* CSS Document */

#menu {padding:0; width:0;}

#menu li {list-style-type:none; width:110px; height:16px; margin:1px 0; clear:both; }

#menu a, #menu a:visited {
	position:relative;
	display:block;
	width:100px;
	height:18px;
	color:#ad1a1a;
	padding-left:8px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#menu a span, #menu a:visited span {display:none;}

#menu a:hover {
	color:#fff;
	background-color:#febdc7;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#menu a:hover span {
	position:absolute;
	display:block;
	left:110px;
	top:0;
	width:0px;
	height:0px;
	border-left:8px solid #c00;
	border-top:8px solid #fff;
	border-bottom:8px solid #fff;
	font-size:1px;
	line-height:0;
}

* html #menu a:hover span {width:8px; height:16px; w\idth:0; he\ight:0;}
