/* ================================================================ 
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_examples.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
 /* common styling */
.menu1 {
float:left; width:100%;/*
font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,sans-serif,"MS UI Gothic",SimSun,"MS Song","MS Mincho";
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,"MS UI Gothic","Lucida Sans Unicode","Doulos SIL", Osaka;*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
background:url(../img/menu1.gif) repeat-x top left;
position:relative;z-index:100;
margin:0; /* for this demo only */ 
}
.menu1 ul {
padding:0;margin:0;list-style-type:none;
}
.menu1 ul li {
float:left; position:relative; background:url(../img/divider1.gif) no-repeat top right;
}
.menu1 ul li a, .menu1 ul li a:visited {
float:left; display:block; text-decoration:none;color:#ddf; padding:0px 16px; line-height:25px; height:30px; border-bottom:3px solid #fff; 
}

.menu1 ul li:hover {width:auto;}

.menu1 ul li a.menu1one:hover {border-color:#ffffff; color:#0000cc; background:url(../img/menu2.gif) no-repeat top right;}
.menu1 ul li a.menu1two:hover {border-color:#ffffff; color:#0000cc; background:url(../img/menu2.gif) no-repeat top right;}
.menu1 ul li a.menu1three:hover {border-color:#ffffff; color:#0000cc; background:url(../img/menu2.gif) no-repeat top right;}
.menu1 ul li a.menu1four:hover {border-color:#ffffff; color:#0000cc; background:url(../img/menu2.gif) no-repeat top right;}
.menu1 ul li a.menu1five:hover {border-color:#ffffff; color:#0000cc; background:url(../img/menu2.gif) no-repeat top right;}
.menu1 ul li a.menu1six:hover {border-color:#ffffff; color:#0000cc; background:url(../img/menu2.gif) no-repeat top right;}

.menu1 ul li:hover a.menu1one {border-color:#ffffff; color:#0000cc; background:url(../img/menu2.gif) no-repeat top right;}
.menu1 ul li:hover a.menu1two {border-color:#ffffff; color:#0000cc; background:url(../img/menu2.gif) no-repeat top right;}
.menu1 ul li:hover a.menu1three {border-color:#ffffff; color:#0000cc; background:url(../img/menu2.gif) no-repeat top right;}
.menu1 ul li:hover a.menu1four {border-color:#ffffff; color:#0000cc; background:url(../img/menu2.gif) no-repeat top right;}
.menu1 ul li:hover a.menu1five {border-color:#ffffff; color:#0000cc; background:url(../img/menu2.gif) no-repeat top right;}
.menu1 ul li:hover a.menu1six {border-color:#ffffff; color:#0000cc; background:url(../img/menu2.gif) no-repeat top right;}

.menu1 ul li ul {
display: none;
}
.menu1 table {
margin:0; border-collapse:collapse; font-size:12px; position:absolute; top:0; left:0;
}

/* specific to non IE browsers */
.menu1 ul li:hover ul {
display:block;position:absolute;top:32px;margin-top:1px; left:0;width:159px;border-bottom:1px solid #000;
}
/*
.menu1 ul li:hover ul.endstop {
left:-40px;
}*/
.menu1 ul li:hover ul li ul {
display: none;
}
.menu1 ul li:hover ul li a {
display:block;background:#eee;color:#066;;height:auto;line-height:15px;padding:4px 16px; width:125px; border:1px solid #000; border-bottom:0;
}
.menu1 ul li:hover ul li a:hover {
color:#fff; background: #ABF url(../img/bullet1.gif) no-repeat 2px 7px;font-weight:bold;
}
.menu1 ul li:hover ul li:hover ul {
display:block; position:absolute; left:153px; top:-1px;
}
.menu1 ul li:hover ul li:hover ul.left {
left:-153px;
}



/* specific to IE5.5 and IE6 browsers */
.menu1 ul li a:hover ul {
display:block;position:absolute;top:30px; t\op:33px; background:#fff;left:0; border-bottom:1px solid #000;
}
/*
.menu1 ul li a:hover ul.endstop {
left: -40px;
}*/
.menu1 ul li a:hover ul li a {
display:block;background:#eee;color:#066; height:1px; line-height:15px; padding:4px 16px; width:159px; w\idth:125px; border:1px solid #000; border-bottom:0;
}
.menu1 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; width:0;
}
.menu1 ul li a:hover ul li a:hover {
color:#fff; background: #ABF url(../img/bullet1.gif) no-repeat 2px 7px;font-weight:bold;
}

.menu1 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; top:0;color:#000; left:153px;
}
.menu1 ul li a:hover ul li a:hover ul.left {
left:-153px;
}