* {
    padding:0px;
    margin:0px;
}

.dropdown {
    float:left;
    padding-right:0px;
	border:0px solid #ffa4bb;
}

.dropdown dt #menu1 {
    width:253px;
    height:51px;
    color:#ff6e6e;	
    font-weight:bold;
    cursor:pointer;
    border:0px solid #FF0000;
}

.dropdown dt #menu2 {
    width:243px;
    color:#ff6e6e;	
    height:51px;
    font-weight:bold;
    cursor:pointer;
    border:0px solid #FF0000;
}

.dropdown dt #menu3 {
    width:243px;
    color:#ff6e6e;
    height:51px;
    font-weight:bold;
    cursor:pointer;
    border:0px solid #FF0000;
}

.dropdown dt #menu4 {
    width:249px;
    color:#ff6e6e;	
    height:51px;
    font-weight:bold;
    cursor:pointer;
    border:0px solid #FF0000;
}

.dropdown dt:hover {
    color:#FFF;
}

.dropdown dd {
    position:absolute;
    overflow:hidden;
	margin-top:5px;
    width:240px;
    display:none;
    background:#ffd2de;
    z-index:200;
    opacity:0;

}

.dropdown ul {
    width:240px;
    list-style:none;

}

.dropdown li {
    display:inline;
}

.dropdown li a{
	color:#ff6e6e;
	text-decoration:none;
}

.dropdown a #menu1 {
    display:block;
    color:#FFF;
    text-decoration:none;
    width:253px;
}

.dropdown a #menu2 {
    display:block;
    color:#FFF;
    text-decoration:none;
    width:243px;
}

.dropdown a #menu3 {
    display:block;
    color:#FFF;
    text-decoration:none;
    width:243px;
}

.dropdown a #menu4 {
    display:block;
    color:#ff6e6e;
    text-decoration:none;
    width:249px;
}

.dropdown a:hover {
    color:#ca4141;
	text-decoration:none;}

.dropdown .underline {
    border-bottom:1px solid #FFFFFF;
}

