@charset "utf-8";
/* CSS Document */

#menu {

}

#menu ul {
	list-style-type: none;

}

#menu ul li {
	background-image: url(img/bg-menu-M.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-right: 1px;
	padding-top: 6px;

	*padding-top: 3px;
	_padding-top: 3px;
	padding-bottom: 6px;
	margin-left: 3px;

	*margin-left: 3px;
	_margin-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4e4e4;

}


#menu ul li a {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	display: block;

}
#menu ul li a:hover {
	color: #663300;
	text-decoration: none;
}
#menu ul li:hover {
	
	background-image: url(img/bg-menu-hover.gif);
	background-repeat: repeat-x;

}
