/*
border :9ee52a
grn     :8fc320
grn_dark:88aa00
grn_vdrk:628800
*/

.menuWrap{
    border-top:         1px solid #9ee52a;
    background:         #628800;
}

#dropmenu{
    width:              1040px;
    margin:             0px auto;
    padding:            0;
    list-style:         none; 
}


#dropmenu li {
    float:           left;
    position:        relative;
    padding:         0px 0px 0px 0px;
    border-right:    1px solid #9ee52a;
}
#dropmenu li:first-child{
    font-weight:     bold;
}


#dropmenu a {
    float:              left;
    height:             25px;
    padding:            18px 15px 0px 15px;
    color:              #fff;
/*    text-shadow:        -1px 1px 1px #628800;/*grn_vdrk*/
    text-transform:     uppercase;
    font-weight:        normal;
    font-size:          0.875em;
    line-height:        100%;
    font-family:         "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-decoration:    none;
}
#dropmenu li:hover > a{
    background:         #8fc320;
    color:              #fff;
/*    text-shadow:        -1px 1px 1px #444;/*darkgray4*/
}
*html #dropmenu li a:hover{             /* IE6 */
    background:         #8fc320;
    color:              #fff;
/*    text-shadow:        -1px 1px 1px #444;/*darkgray4*/
}
#dropmenu li:hover > ul{
    display: block;
    border-right:       0px;
}
#dropmenu li:first-child:hover > ul{
    border-left:        0px;
}


 
/* Sub-menu */

#dropmenu ul{
    list-style:         none;
    margin:             0;
    padding:            0;   
    display:            none;
    position:           absolute;
    top:                45px;
    left:               0;
    z-index:            99999;
    background:         #f2f2f2;
}
#dropmenu ul li{
    float:              none;
    margin:             0;
    padding:            0;
    display:            block; 
    border-bottom:      1px dotted gray;
}
#dropmenu ul li:last-child{
    border-bottom:      1px solid #CCC;
}
/**/
#dropmenu ul a{
    padding:            10px;
    height:             auto;
    line-height:        1;
    display:            block;
    white-space:        nowrap;
    float:              none;
    text-transform:     none;
}
*html #dropmenu ul a{                  /* IE6 */
    height:             10px;
    width:              150px;
}
*:first-child+html #dropmenu ul a{     /* IE7 */
    height:             10px;
    width:              150px;
}

#dropmenu ul a:hover{
/*
青系from(#04acec to(#0186ba)
ピンク系from(#d86c90), to(#b5516c)
ピンク系from(#ee7b7e), to(#ad5a5c)
*/
    background:         #d86c90;
    background: -webkit-gradient(linear, left top, left bottom, from(#ee7b7e), to(#ad5a5c));
    background:    -moz-linear-gradient(top,  #ee7b7e,  #ad5a5c) !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ee7b7e', endColorstr='#ad5a5c'); /* IE */
    color:              #fff;
/*    text-shadow:        -1px 1px 1px #444;/*darkgray4*/
}
/*  ▲  */
#dropmenu ul li:first-child a:after{
    content:            '';
    position:           absolute;
    left:               30px;
    top:                -8px;
    width:              0;
    height:             0;
    border-left:        5px solid transparent;
    border-right:       5px solid transparent;
    border-bottom:      8px solid #ccc;
}

#dropmenu ul li:first-child a:hover:after{
    border-bottom-color: #04acec;
}



/* Clear floated elements */
#dropmenu:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
 
* html #dropmenu             { zoom: 1; } /* IE6 */
*:first-child+html #dropmenu { zoom: 1; } /* IE7 */
