.menu {
height:32px; 
background:#000; 
position:relative; 
font-family:"Trebuchet MS", verdana, sans-serif; 
font-size:11px; 
width:606px;
z-index:0;
float:right;
}

.menu .table {
display:table; 
margin:0 auto;
padding-top:20px; /***********************************************************************/
}

.menu .select, .menu .current {
margin:0; 
padding:0; 
list-style:none; 
display:table-cell; 
white-space:nowrap;
}

.menu li {
float:left;
height:30px;
margin:0; 
padding-top:0;
text-align:center;
}

.menu .select a {
display:block; 
height:30px; 
width:100px;
float:left; 
background:#ec008c url(../images/linkbox2.jpg) 0 -30px no-repeat;
border-top:2px solid #797B7A;
border-left:1px solid #000;
padding-top:0; 
text-decoration:none; 
line-height:30px; 
white-space:nowrap; 
color:#ccc;
}

.menu .current a {
display:block; 
height:30px; 
width:100px;
float:left; 
background:#ec008c url(../images/linkbox.jpg) 0 0 no-repeat; 
border-top:2px solid #797B7A;
border-left:1px solid #000;
padding-top:0; 
text-decoration:none; 
line-height:30px; 
white-space:nowrap; 
color:#fff;
}


.menu .current a b {
display:block; 
padding-top:0; 
background:#ec008c url(../images/linkbox.jpg) 0 0 no-repeat;
}

.menu .select a:hover, 
.menu .select li:hover a {
background:#ec008c url(../images/linkbox2.jpg) 0 0 no-repeat;
padding-top:0; 
cursor:pointer; 
color:#fff;
}

.menu .select a:hover b, 
.menu .select li:hover a b {
display:block; 
float:left; 
padding-top:0; 
background:#ec008c url(../images/linkbox2.jpg) 0 0 no-repeat;
cursor:pointer;
}

.menu .select_sub {
display:none;
}

/* IE6 only */
.menu table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.menu .sub {
display:table; 
margin:0;
width:303px;
height:30px; 
padding-left:0;
padding-top:0; 
list-style:none;
}

.menu .sub_active .current_sub a, 
.menu .sub_active a:hover {
background:transparent; 
color:#f00;
}

.menu .select :hover .select_sub, 
.menu .current .show {
display:block; 
position:absolute; 
width:303px; 
top:52px; /***********************************************************************/
background:#000; 
padding-top:0; 
z-index:0; 
left:0; 
text-align:center;
}

.menu .current .show {
z-index:0;
}

.menu .select :hover .sub li a, 
.menu .current .show .sub li a {
display:block; 
float:left; 
background:#ec008c; 
padding:0; 
margin:0; 
white-space:nowrap; 
border-left:1px solid #000;
color:#ccc;
}

.menu .current .sub li.sub_show a {
color:#fff; 
cursor:default; 
background:#ec008c url(../images/linkbox.jpg) 0 0 no-repeat;
}

.menu .select :hover .sub li a:hover, 
.menu .current .sub li a:hover {
visibility:visible; 
color:#fff; 
background:#ec008c url(../images/linkbox2.jpg) 0 0 no-repeat;
}
