/* ================================================================ 
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/pro_dropline.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.
=================================================================== */

.navx {
height:32px; 

position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:14px;
font-weight:bold;
width:100%; 
z-index:500;
margin:8px 0 0 0;
}

.navx .tablex {
display:table; 
margin:0 auto;
}

.navx .select,
.navx .menu_selected {
margin:0; 
padding:0; 
list-style:none; 
display:table-cell; 
white-space:nowrap;
}

.navx li {
margin:0; 
padding:0; 
height:auto; 
float:left;
}

.navx .select a {
display:block; 
height:32px; 
float:left; 

padding:0 20px 0 20px; 
text-decoration:none; 
line-height:32px; 
white-space:nowrap; 
color:#fff;
}

.navx .menu_selected a {
display:block; 
height:32px; 
float:left; 
background: url(/users/templates/shop10/im/pro_line_2.gif); 
padding:0 0 0 15px; 
text-decoration:none; 
line-height:32px; 
white-space:nowrap; 
color:#000;
}


.navx .menu_selected a span {
display:block; 
padding:0 20px 0 5px; 
background:url(/users/templates/shop10/im/pro_line_2.gif) right top;
}

.navx .select a:hover, 
.navx .select li:hover a {
background: url(/users/templates/shop10/im/pro_line_1.gif); 
padding:0 0 0 15px; 
cursor:pointer; 
color:#000;
}

.navx .select a:hover b, 
.navx .select li:hover a span {
display:block; 
float:left; 
padding:0 20px 0 5px; 
background:url(/users/templates/shop10/im/pro_line_1.gif) right top; 
cursor:pointer;
}

.navx .select_sub {
display:none;
}

/* IE6 only */
.navx table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}
