/* CSS Document */
.boxmenu {
	width: 100%;
	margin: 10px 0px 10px 0px;
	text-align: center;
	font: bold 11px Arial, Helvetica, sans-serif;
}
#menu {
	width: 163px;
	z-index: 1;
	float: left;
	cursor: pointer;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 1;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
	/*border-top: solid 1px silver;*/
}
#menu li {
	position: relative;	
	background: url(img/bg_menu.jpg) repeat-x;
	margin: 0;
	height: 18px;
	padding: 0;
	text-align: left;
	margin-top: 1px;
}
#menu ul li a:hover  {
	background: url(img/bg_menu1.jpg) repeat-x;
	color: black;
}
#menu a {
	display: block;
	margin: 0px;
	padding: 1px 0 0 5px;
	color: #A02F64;
	text-decoration: none;
	font: bold 11px Arial, Helvetica, sans-serif;
}


#menu ul ul {
	position: absolute;
	top: 0;
	left: 163px;
	width: 170px;
	z-index: 200;
	margin: 0;
	background:	white;
	border: none;
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	padding: 0;
}

#menu ul ul li, #menu ul ul li:hover {
	background: #EFEEEE url(img/bullet_menu.gif) no-repeat 0 0px;
	padding: 0 0 0 9px;
	height: 16px;
	border-bottom: solid 1px #C4C4C4;
}
#menu ul ul li:hover {
	background: #E1DFDF url(img/bullet_menu.gif) no-repeat 0 0;
	color: black;
	border-bottom: solid 1px #AA0057;
}
#menu ul ul li a:hover {
	color: black;
	background: transparent;
}

div#menu ul ul{
	display: none;
}
div#menu ul li:hover ul {display: block;}
div#menu ul ul,div#menu ul li:hover ul ul
{
	display: none;
	}
div#menu ul ul li:hover ul 
{display: block;}