@charset "utf-8";
/* Standard stylesheet (For popmenu)
	Copyright (C) 2007 Sofrosune http://www.sofrosune.net/
	No part of this program may be reproduced or transmitted in any form or 
	by any means without permission from the author, Sofrosune.
	Version:1.00; September 18, 2007
	Version:1.01;, June 2, 2009 (Added level 4)
*/

/* === popmenu syle === */

.popmenubox {
	border:1px solid #c0c0c0;
	border-right:2px solid #c0c0c0;
	border-bottom:2px solid #c0c0c0;
	padding:4px 2px;
	background-color:#f0fff0;
	font-family:/*'Trebuchet MS',*/sans-serif;
	font-size: 12px;
	line-height: 1.2;
	/*filter:alpha(opacity=75);-moz-opacity:0.75;opacity:0.75;*/
}

.popmenubox ul {
	margin:0px 0px;
	padding:0px 0px;
}

.popmenubox ul li {
	list-style:none;
	border-bottom:1px dotted #c0c0c0;
}

.popmenubox ul li.item_last {
	border-bottom:none;
}

.popmenubox ul li a {
	display:block;
	padding:2px 6px;
}

.popmenubox ul li a:hover {
	color:#dc143c;
	text-decoration:none;
	background-color:#e0e0e0;
}

.popmenubox ul li.item_hit {
	color:#dc143c;
	background-color: #ffeeee;
}

.popmenubox ul li.item_hit a {
	color:#dc143c;
}

/* end of style */

