/********** MENU ***********/
#menu{
	position:absolute;
	width:747px;
	padding-left:134px;
	height:24px;
	top:181px;
	background-color:#dc1258;
	/*float:left;*/
}

*+html #menu{
	position:relative;
	width:747px;
	padding-left:134px;
	height:24px;
	background-color:#dc1258;
	float:left;
	top:0px;
}

*html #menu{
	position:relative;
	width:747px;
	padding-left:134px;
	height:24px;
	background-color:#dc1258;
	float:left;
	top:0px;
}



#menu dt {
	text-align:center;
	border-right:1px solid #fff;
	padding:0px;
	margin:0px;
	margin-top:-11px;
}
*+html #menu dt {
	margin-top:0;
}
*html #menu dt {
	margin-top:0;
}
#menu dt a {
	height:24px;
	display:block;
	font:bold 1.1em Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#ff427f;
	text-decoration:none;
	line-height:24px;
}

#menu dt a:hover {
	color:#fff;
	background-color:#cc1a53;
}

#menu dl {
float:left;
}
#menu dd {
	display: none;

}

#menu ul{
position:absolute;
left:130px;
list-style-type:none;
border:1px solid #ff427f;
border-left:3px solid #b60c43;
background-color:#fff;
}

*+html #menu ul{
left:90px;
}
*html #menu ul{
left:90px;
}



#menu li a {
	text-decoration: none;
	color: #b60c43;
	display:block;
	font:1.1em "Trebuchet MS", Verdana, sans-serif;
	padding:4px 3px 0 6px;
	height:20px;
	width:105px;
}
#menu li a:hover{
color: #b60c43;
background:#eeb8c6;
}


