/* ================================================================ 
This style sheet is for the top navigation
Please do not touch this file
=================================================================== */
#menu_style {
height:35px;
width:100%;
/*background:url(menuImages/black_0.gif);*/
position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:14px;
z-index:100;
}

#menu_style .select {
margin:0; 
padding:0; 
list-style:none; 
white-space:nowrap;
}

#menu_style li {
float:left;
/*background:url(menuImages/black_1.gif);*/
}


#menu_style .select a {
display:block; 
height:35px; 
float:left; 
/*background: url(menuImages/black_0.gif); */
padding:0 0 0 10px; 
text-decoration:none; 
line-height:55px; 
white-space:nowrap; 
color:#000;
}


#menu_style .select li.lrt a {color:#0ff;}


#menu_style .select a b {
display:block;
padding:0 0px 0 10px; 
/*background:url(menuImages/black_0.gif) right top;*/
}

/*#menu_style .select li.line a b {
background:url(menuImages/black_0a.gif) right top;
}*/
/*here is where we add the flame*/
#menu_style .select a:hover, 
#menu_style .select li:hover a {
background: url(menuImages/flame_1.gif) no-repeat; 
padding:0 0 0 10px;
cursor:pointer; 
color:#98000A;
}


#menu_style .select a:hover b, 
#menu_style .select li:hover a b {
display:block; 
float:left;
padding:0 0px 0 10px; 
/*background:url(menuImages/black_1.gif) right top; */
cursor:pointer;
}

#menu_style .select li.line a:hover b, 
#menu_style .select li.line:hover a b {
background:url(menuImages/flame_1.gif) right top; 
}



#menu_style .sub {
position:absolute; left:-9999px; width:0;
}

/* IE6 only */
#menu_style table {
border-collapse:collapse; 
margin:-1px -10px -1px -1px; 
font-size:1em; 
width:0; 
height:0;
}

#menu_style .sub {
margin:0; 
padding:0;
list-style:none;
}

#menu_style .sub li {background:transparent;}

#menu_style .select :hover .sub {
height:0px;
position:absolute;
width:100%;
top:38px; 
left:20px; 
text-align:center;
background: url(menuImages/fade.gif);

}

#menu_style .select :hover .rt li {float:right;}

#menu_style .select :hover .sub li a 
{display:block; height:25px; line-height:22px; float:left; background: url(menuImages/fade.gif); padding:0 16px; margin:0; white-space:nowrap; color:#333;font-size:12px;}

#menu_style .select :hover .sub li.subline a {color:#c00;}

#menu_style .select :hover .sub li a:hover,
#menu_style .select :hover .sub li:hover
{color:#98000A; line-height:20px; position:relative; background: url(menuImages/fade.gif) left bottom;}
