/*Service part*/
/*Please DO NOT edit this values if you don't know what are you doing*/
ul.smartmenu, ul.smartmenu ul{list-style: none;margin: 0;padding: 0; float: left; width: 100%;text-align:left;}
ul.smartmenu{position: relative}
ul.smartmenu li {float: left;position: relative;height: 100%;min-width: 40px;background: transparent;text-align: center;white-space:nowrap}
* html ul.smartmenu li{width:40px;overflow:visible}
ul.smartmenu li li{white-space:normal}
ul.smartmenu a:link, ul.smartmenu a:visited, ul.smartmenu a:hover, ul.smartmenu a:active{display: block;width: auto;height:100%;overflow: hidden;background: transparent;color:inherit !important;color:expression(this.parentNode.currentStyle["color"]) !important;font-size:inherit !important;font-size:expression(this.parentNode.currentStyle["fontSize"]) !important;}
ul.smartmenu li ul {display: none; position: absolute;left: 0;top: 100%;width: 100%;background: transparent}
ul.smartmenu li:hover ul{display: block}
ul.smartmenu li:hover li ul{display: none;top: 0px;left: 100%;z-index:1550}
ul.smartmenu li.last:hover ul{right: 0px;left: auto;}
ul.smartmenu li.last:hover li ul{right: 100%;left: auto;}
ul.smartmenu li:hover li:hover ul{display: block;}
ul.smartmenu li.start, ul.smartmenu li.end{display: none;width: 0px;height: 0px;}
ul.smartmenu li li.last:hover ul{left: 100%;right: auto;} 
ul.smartmenu li.last li.last:hover ul{left: auto;right: 100%;} 

/*User-defined part*/
/*common styles*/
ul.smartmenu li.level1 a:link, ul.smartmenu  li.level1  a:visited, ul.smartmenu li.level1 a:hover, ul.smartmenu li.level1   a:active{
 font: bold 12px "Trebuchet MS",Arial,Helvetica,sans-serif;
 outline: none;
 padding: 5px 10px 5px 10px;
 text-decoration: none;
}

ul.smartmenu a:hover, ul.smartmenu a:active{
 text-decoration: underline;
}

/*First Level styles*/
ul.smartmenu{
 background: url(./bg0.png) left top repeat-x;
 height: 30px;
}
/*Inactive item styles*/
ul.smartmenu li.level1{
 color: #fff;
}

/*Active item styles*/
ul.smartmenu li.level1:hover{
 background: transparent url(./bg0-a.png) 0px -1px repeat-x;
}

/*Second and Third Level styles*/
ul.smartmenu li.level1 ul{
 background: url(./bg1.png) left top repeat-y;
 top: 26px;
 width: 150px;
}

/*Inactive item styles*/
ul.smartmenu li.level2, ul.smartmenu li.level3{
 background: transparent none;
 text-align: left;
 width: 100%;
}

ul.smartmenu li.level2 a:link, ul.smartmenu li.level2 a:visited, ul.smartmenu li.level2 a:hover{
 padding: 5px 6px 5px 10px;
 height:100%;
}

/*Active item styles*/
ul.smartmenu li.level2 a:hover{
 background: url(./bg1-a.png) left top repeat-x;
}


/* Remove this line to embed menu in the header of default X-Cart skin */ /*
ul.smartmenu{
padding: 0px 7px;
}

#content-container {
margin-top:155px;
}
.line3 .printable-bar {
height:18px;
top:45px;
}
.flc-container #content-container {
margin-top:135px;
}

 */ /* Remove this line to embed menu in the header of default X-Cart skin */ 