#menus_curner {
	background-image: url(menus_gif/menu_rightbottom_shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#menus_shadow_b {
	background-repeat: repeat-x;
	background-position: center bottom;
	background-image: url(menus_gif/menu_bottom_shadow.gif);
	padding: 0px;
}
#menus_shadow_r {
	background-image: url(menus_gif/menu_rightside_shadow.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 0px;
}

#menus {
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.90em;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	background-color: #F3F3F3;
}
#menus ul {
	margin: 0px;
	padding: 0px;
}
#menus ul li {
	list-style-type: none;
	display: inline;
}
#menus ul li ul {
	background-color: #fcfcfc;
}
#menus ul li ul li a {
	text-decoration: none;
	color: #686868;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 22px;
	background-color: #fcfcfc;
}
#menus ul li a {
	text-decoration: none;
	color: #686868;
	display: block;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 9px;
}
#menus ul li a:hover {
	background-color: #dddddd;
	color: #000000;
}
