.menu2 {list-style: none; padding:0; margin:0; background:#9e9e9e; height:31px; position:relative; z-index:500;}
.blogmenu {margin:15px 15px 0 15px;}
.menu2 li {float:left;}
.menu2 ul {position: absolute; left:-9999px; list-style: none; padding:0; margin:0; background:#9e9e9e; width:240px;}
.menu2 li a {display: block; height:31px; float:left; background:#9e9e9e; color:#fff; font-family:arial, sans-serif; font-size:13px; line-height:31px; padding:0 10px; text-decoration:none; font-weight:bold;}
.menu2 li.current a {background:#000;}
.menu2 table {position: absolute; left: 0; top:0;  border-collapse: collapse; margin-bottom:-1px;}

.menu2 li:hover {position:relative;}
.menu2 li a:hover {background:#000; position:relative;}
.menu2 li:hover > a {background:#000;}

.menu2 :hover ul {left:0; top:31px;}

.basemenu  :hover ul{left:0; top:auto; bottom:0;}

.menu2 :hover ul li a {text-align:left; height:auto; font-size:12px; line-height:12px; padding:7px 10px; width:220px; background:#9e9e9e;}
.menu2 :hover ul li a:hover {background:#000;}
