.ddsmoothmenu{
font: normal 16px Arial;
qqbackground: #414141; /*background of menu bar (default state)*/
qqwidth: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: right;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
qqbackground: #c40f11; /*background of menu items (default state)*/
color: white;
padding-right:12px;
padding-left:12px;
height:65px;
line-height:65px;
qqborder-right: 1px solid #778;

text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{

}



.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected{
background: #ffffff; /*background of menu items during onmouseover (hover state)*/
color: #c40f11;
background-image:url(../pics/arrow_menu.gif);
background-position:center 4px;
background-repeat:no-repeat;
}
#basket {
/*background: #ffffff; /*background of menu items during onmouseover (hover state)*/
color: #c40f11;
background-image:url(../images/usagstore_basket_mini.png);
background-position:center 4px;
background-repeat:no-repeat;
}
#basket a:hover, #basket a.selected {
/*background: #ffffff; /*background of menu items during onmouseover (hover state)*/
color: #c40f11;
background-image:url(../images/usagstore_basket_mini_red.png);
background-position:center 4px;
background-repeat:no-repeat;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
right: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
qqborder-top:5px solid #FFFFFF;
margin-top:1px;
background-color:#ffffff;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;

}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
font: normal 14px Arial;
width: 160px; /*width of sub menus*/
padding: 9px 7px 9px 15px;
height:auto;
line-height:16px;


margin: 0;
margin-top:-1px;
border-bottom: 1px solid #ebebeb;
text-align:right;
qqbackground-color:#ffffff;
color:#000000;
}


.ddsmoothmenu ul li ul li a:hover{
background: none; /*background of menu items during onmouseover (hover state)*/
color: #c40f11;
background-image:none;

}



/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
qqposition: absolute;
qqtop: 12px;
qqright: 7px;
}

.rightarrowclass{
qqposition: absolute;
qqtop: 6px;
qqright: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}



.ddsmoothmenu ul li ul li ul li a {
font: normal 11px Arial;
padding: 3px 7px 3px 15px;

}


.ddsmoothmenu ul li ul li a:hover, .ddsmoothmenu ul li ul li a.selected{

background-image:url();

}