ul.menu 
{	
	list-style-type : none;
	padding : 0;
	margin : 0;
	display:block;
	/*height: 28px;*/
	width: 982px;
	background-image : url(../image/head_08.gif);
	font-family : Arial, sans-serif;
	color: #000000;
	text-indent: 0px;
	text-align: left;
}

ul.menu a, ul.menu a:hover 
{
	text-decoration:none;
	font-size : 12px;
}

/* define LI tags */
ul.menu li.level-one, ul.menu li.has-submenu, ul.menu li.active 
{
	position : relative;
	float : left;
	/*line-height : 28px;*/
	margin-right : 4px;
	padding:0 0 0 3px;
	background-repeat : no-repeat;
	/*background-image : url(gfx/li-left.png);*/
	background-position : left top;
	z-index : 100;
	/*width: 150;*/
}

ul.menu li.active 
{
	background-position : left -200px; 
}

/* define all tags A in LI */
ul.menu li.level-one a 
{
	line-height : 28px;
	display : block;
	/*padding : 6px 15px 0;*/
	float : left;
	color: #000000;
	/*background-image : url(gfx/li-right.png);*/
	background-repeat : no-repeat;
	background-position : right top; 
}

ul.menu li.active a 
{
	/*padding : 3px 5px 3px;*/
	color : #dca2cb;
	background-position : right -200px;
}

ul.menu li.has-submenu a 
{
	padding-right : 5px;
	/*background-image : url(gfx/li-right-arrow.png);*/
}

/* on mouse hover, display background center for first level LI */
ul.menu li.level-one:hover 
{
	background-position : left -100px;
	color:black; 
}

ul.menu li.level-one:hover a 
{
	padding-top : 0px;
	padding-bottom : 0px;
	color:#662757;
}

/* on mouse hover, display background center for first level A */
ul.menu li.level-one:hover a 
{
	background-position : right -100px;
}

/* define UL submenu in first level LI */
ul.menu li.level-one dl 
{
	display : none;
	position : absolute;
	top : 27px;
	left : -3px;
	width : 190px;
	list-style-type : none;
	padding : 5px 0 0;
	margin : 0;
	background-image : url(../image/ul-top.png);
	background-repeat : no-repeat;
	background-position : left top; 
}
/* delete inherited properties for next level LI */
ul.menu li.level-one dd {
	position : relative;
	margin : 0;
	line-height : 27px;
	width : 100%;
}
ul.menu li.level-one dd a {
	line-height : 21px;
	padding : 0 10px !important;
	margin : 0 1px;
	width : 100%;
	display : block;
	float : none;
	background-image : none;
	background-color : transparent;
	color:white;
}
ul.menu li.level-one dl dd:hover {
	background-color : #dfb6d7;
	color : #000000
}
ul.menu li.level-one dl dt.separator,
ul.menu li.level-one dl dt.separator:hover {
	background-image : url(../image/separator.png);
	background-position : left;
	background-repeat : repeat-x;
	height : 2px;
	line-height : 2px;
	margin : 1px 5px 0 !important;
	font-size : 0;
}

ul.menu li.level-one dl dt.bottom-menu,
ul.menu li.level-one dl dt.bottom-menu:hover {
	background-image : url(../image/ul-bottom.png);
	background-position : left bottom;
	background-repeat : no-repeat;
	height : 5px;
	line-height : 5px;
	font-size : 0;
	background-color : transparent;
}
/* add properties for "standard" browsers (not IE6) */
ul.menu li.level-one dl dd > a {
	display : block;
	width : auto;
}
/* on mouse hover, show sub menu UL */
ul.menu li.level-one:hover dl {
	display : block;
}


/* sub sub menu */
ul.menu dd.has-submenu 
{
	background-image : url(../image/dd-sub.png);
	background-repeat : no-repeat;
	background-position : right top; 
}

ul.menu dd ul 
{
	display : none;
	position : absolute;
	top : -5px;
	left : 190px;
	width : 100px;
	margin : 0;
	padding : 5px 0 0;
	background-image : url(../image/dd-ul.png);
	background-repeat : no-repeat;
	background-position : left top; 
	list-style-type : none;
}

ul.menu dd li 
{
	margin : 0;
	padding : 0;
	color : #666666;
}

ul.menu li.level-one dd li > a 
{
	display : block;
	width : auto;
}

ul.menu li.level-one dd li:hover 
{
	background-color : #dca2cb;
}

ul.menu li.level-one dd li.bottom-menu, ul.menu li.level-one dd li.bottom-menu:hover 
{
	background-image : url(../image/dd-ul-bottom.png);
	background-position : left bottom;
	background-repeat : no-repeat;
	height : 5px;
	line-height : 5px;
	font-size : 0;
}

ul.menu dd:hover ul 
{
	display : block;
}