/* CSS Document */
.eas_menu {
height:35px;
width:960px;
background:url(images/black_0.gif);
position:relative; 
font-family:arial, sans-serif; 
font-size:11.2px;
z-index:500;
}

.eas_menu .select {
margin:0; 
padding:0; 
list-style:none; 
white-space:nowrap;
}

.eas_menu li {
float:left;
}



.eas_menu .select a {
display:block; 
height:35px; 
float:left; 
background: url(images/black_0.gif); 
padding:0 0 0 10px; 
text-decoration:none; 
line-height:33px; 
white-space:nowrap; 
color:#fff;
}





.eas_menu .select a b {
display:block;
padding:0 25px 0 10px; 
background:url(images/black_0.gif) right top;
}

.eas_menu .select li.line a b {
background:url(images/black_0a.gif) right top;
}

.eas_menu .select a:hover, 
.eas_menu .select li:hover a {
padding:0 0 0 10px;
cursor:pointer; 
color:#ededed;
}



.eas_menu .select a:hover b, 
.eas_menu .select li:hover a b {
display:block; 
padding:0 25px 0 10px; 
cursor:pointer;
color:#ededed;
}

.eas_menu .select li.line a:hover b, 
.eas_menu .select li.line:hover a b {

}



.eas_menu .sub {
display:none;

}
.eas_menu ul ul {display:none;}

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

.eas_menu .sub {
margin:0; 
padding:0;
list-style:none;
}

.eas_menu .sub li {background:transparent;}

.eas_menu .select :hover .sub {
height:34px;
display:block; 
position:absolute;
float:left;
width:958px;
top:35px; 
left:0; 
background:#fff url(images/back_0.gif);
border:1px solid #aaa;
}


.eas_menu .select :hover .sub li a 
{display:block; height:34px; line-height:32px; float:left; background:transparent url(http://www.eastandard.net/line/transparent.gif); padding:0 16px; margin:0; white-space:nowrap; color:#333;font-size:11px;}

.eas_menu .select :hover .sub li.subline a {color:#c00;}

.eas_menu .select :hover .sub li a:hover,
.eas_menu .select :hover .sub li:hover
{color:#DD0500; line-height:32px; position:relative;}