//* menu */
#info {padding:2em 0;}

#menu {padding:0; margin:0; width:0;}

#menu li {list-style-type:none; width:200px; height:18px; margin:2px 0; clear:both;}

#menu a, #menu a:visited {
	position:relative;
	display:block;
	width:170px;
	height:18px;
	border:1px solid #000;
	
	color:#fff;
	padding-left:3px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#menu a span, #menu a:visited span {display:none;}

#menu a:hover {color:#fff; background-color:#333; border:1px solid #fff; text-decoration:none;}

#menu a:hover span {position:absolute; display:block; left:175px; top:0; width:0px; height:0px; border-left:8px solid #c00; border-top:8px solid #000; border-bottom:8px solid #000; font-size:1px; line-height:0;}

* html #menu a:hover span {width:8px; height:16px; w\idth:0; he\ight:0;}

#menu a:active span  {position:absolute; display:block; left:175px; top:0; width:0px; height:0px; border-left:8px solid #c00; border-top:8px solid #000; border-bottom:8px solid #000; font-size:1px; line-height:0;}
