* 									{ margin: 0; padding: 0; }
body								{ font: 14px Helvetica, Sans-Serif; } 
#page-wrap							{ width: 800px; margin: 25px auto; } 
a									{ text-decoration: none; }
ul									{ list-style: none; }
p                                   { margin: 15px 0; }

/* Main menu */
#dropmenu
{
        width: 100%;
        margin: 0;
        list-style: none;
}

#dropmenu li
{
        float: left;
        position: relative;
}

#dropmenu a
{
        float: left;
        height: 25px;
        color: #222;
        text-transform: uppercase;
        text-decoration: none;
}

#dropmenu li:hover > a
{
       background-color: #000;
}

#dropmenu li.dream:hover > a{ background: #FFDB71; color: black; position: relative;}
#dropmenu li.knowledge:hover > a{ background: #B8DB4D; color: black; position: relative;}
#dropmenu li.support:hover > a{ background: #71DBFF; color: black; position: relative;}
#dropmenu li.info:hover > a{ background: #B894DB; color: black; position: relative;}

/*IE6*/
*html #dropmenu li.dream a:hover{
        background-color: #FFDB71;
}
*html #dropmenu li.knowledge a:hover{
        background-color: #B8DB4D;
}
*html #dropmenu li.support a:hover{
        background-color: #71DBFF;
}
*html #dropmenu li.info a:hover{
        background-color: #B894DB;
}

ul#dropdown li.hover a              { color: black; }

/*
*html #dropmenu li.yume:hover a{ background-color: #FFDB71;}
*html #dropmenu li.tishiki:hover a{ background-color: #B8DB4D;}
*html #dropmenu li.kodomo:hover a{ background-color: #71DBFF;}
*html #dropmenu li.info:hover a{ background-color: #B894DB;}
*/
#dropmenu li:hover > ul
{
        display: block;
}

/* Sub-menu */

#dropmenu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 99999;
    background: #FFF;
}

#dropmenu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
	width:260px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float: none;
}

#dropmenu ul a
{
    padding:10px 5px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
	width:250px;
}

*html #dropmenu ul a /* IE6 */
{
        height: 10px;
        width: 250px;
}

*:first-child+html #dropmenu ul a /* IE7 */
{
        height: 10px;
        width: 250px;
}

^


/* Clear floated elements */


* html #dropmenu             { zoom: 1; } /* IE6 */
*:first-child+html #dropmenu { zoom: 1; } /* IE7 */


