/* Start of CMSMS style sheet 'Navigation: Menumiddle' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

/* Fix for Opera 8 */
.clearb { clear: both; }
#middlemenuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   width: 950px;
   height: 51px;
   margin-top: 78px; /* 78px with basket */
   float: right;
}

#middlemenuwrapper #menutop_left {
   height:35px;
   width: 6px;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#middleprimary-nav li li { 
   width: 200px; 
}

/* Unless you know what you do, do not touch this */ 
#middleprimary-nav, #middleprimary-nav ul { 
   list-style: none;
   margin: 0px; 
   padding: 0px;
   float: right;
}

#middleprimary-nav ul ul { 
   margin-top: 1px;
   left: 100%; 
   top: 0px; 
}
	
#middleprimary-nav li {
   display: block;
   width: 240px;
   float: left; 
}
#middleprimary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#middleprimary-nav a { 
   display: block; 
   margin: 0px;
   line-height: 35px;
   text-decoration: none; 
   color: #000;
}
#middleprimary-nav li li a { 
   display: block; 
   margin: 0px;
   line-height: 31px;
   padding: 0px 10px;
   text-decoration: none; 
   color: #006699;
}
#middleprimary-nav li a { 
   color:fff;
}
#middleprimary-nav li li a { 
   border: 1px solid #C0C0C0;
}	
#middleprimary-nav li, #middleprimary-nav li.menuparent { 
/*   background-color: #ececec; */
}
#middleprimary-nav li li, #middleprimary-nav li li.menuparent { 
/*   background-color: #ececec; */
}
/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#middleprimary-nav li.menuactive { 
 /*  background-image: url(uploads/layout/navmenu_back_on.gif);*/
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#middleprimary-nav ul li.menuparent, 
#middleprimary-nav ul li.menuparent:hover, 
#middleprimary-nav ul li.menuparenth { 
/* arrow for menuparents */
  /* background-image: url(uploads/layout/navmenu_back_on.gif);*/
}


/* Styling the apperance of menu items on hover */

#middleprimary-nav li:hover, 
#middleprimary-nav li.menuh, 
#middleprimary-nav li.menuparenth, 
#middleprimary-nav li.menuactiveh { 
  /* background-image: url(uploads/layout/navmenu_back_on.gif); */
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#middleprimary-nav li:hover ul ul, 
#middleprimary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#middleprimary-nav ul, 
#middleprimary-nav li:hover ul, 
#middleprimary-nav li:hover ul ul, 
#middleprimary-nav li.menuparenth ul, 
#middleprimary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#middleprimary-nav ul ul ul li:hover ul, 
#middleprimary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#middleprimary-nav li:hover ul, 
#middleprimary-nav ul li:hover ul, 
#middleprimary-nav ul ul li:hover ul, 
#middleprimary-nav li.menuparenth ul, 
#middleprimary-nav ul li.menuparenth ul, 
#middleprimary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#middleprimary-nav li li { 
   float: left; 
   clear: both; 
}
#middleprimary-nav li li a { 
   height: 1%; 
}

/* ENGLISH */

#middleprimary-nav li#stringed-instrument-systems a {
   background: url(uploads/images/layout/productmenu_bass.gif) no-repeat;
   text-indent: -999em;  /* this hides the text */
   width: 240px;
   height: 51px;
}
#middleprimary-nav li#stringed-instrument-systems a.activeparent {
   background: url(uploads/images/layout/productmenu_bass.gif) no-repeat;
   text-indent: -999em;  /* this hides the text */
   width: 240px;
   height: 51px;
   background-position: 0 -51px;
}

#middleprimary-nav li#guitar-systems-2 a {
   background: url(uploads/images/layout/productmenu_guitar.gif) no-repeat;
   text-indent: -999em;  /* this hides the text */
   width: 240px;
   height: 51px;
}
#middleprimary-nav li#guitar-systems-2 a.activeparent {
   background: url(uploads/images/layout/productmenu_guitar.gif) no-repeat;
   text-indent: -999em;  /* this hides the text */
   width: 240px;
   height: 51px;
   background-position: 0 -51px;
}

#middleprimary-nav li#drums a {
   background: url(uploads/images/layout/productmenu_ukko.gif) no-repeat;
   text-indent: -999em;  /* this hides the text */
   width: 240px;
   height: 51px;
}

#middleprimary-nav li#stringed-instrument-systems a:hover, #middleprimary-nav li#stringed-instrument-systems.menuactive  {
   background: url(uploads/images/layout/productmenu_bass.gif) no-repeat;
   text-indent: -999em;  /* this hides the text */
   width: 240px;
   height: 51px;
   background-position: 0 -51px;

}

#middleprimary-nav li#guitar-systems-2 a:hover, #middleprimary-nav li#guitar-systems-2.menuactive  {
   background: url(uploads/images/layout/productmenu_guitar.gif) no-repeat;
   text-indent: -999em;  /* this hides the text */
   width: 240px;
   height: 51px;
   background-position: 0 -51px;

}

#middleprimary-nav li#drums a:hover, #middleprimary-nav li#drums.menuactive  {
   background: url(uploads/images/layout/productmenu_ukko.gif) no-repeat;
   text-indent: -999em;  /* this hides the text */
   width: 240px;
   height: 51px;
   background-position: 0 -51px;
}
#middleprimary-nav li#drums a.activeparent {
   background: url(uploads/images/layout/productmenu_ukko.gif) no-repeat;
   text-indent: -999em;  /* this hides the text */
   width: 240px;
   height: 51px;
   background-position: 0 -51px;
}

/* GERMAN */

#middleprimary-nav li#double-bass-pickup-systems-de a {
   background: url(uploads/images/layout/productmenu_bass.gif) no-repeat;
   text-indent: -999em;  /* this hides the text */
   width: 240px;
   height: 51px;
}
#middleprimary-nav li#double-bass-pickup-systems-de a.activeparent {
   background: url(uploads/images/layout/productmenu_bass.gif) no-repeat;
   text-indent: -999em;  /* this hides the text */
   width: 240px;
   height: 51px;
   background-position: 0 -51px;
}

#middleprimary-nav li#guitar-systems-de a {
   background: url(uploads/images/layout/productmenu_guitar.gif) no-repeat;
   text-indent: -999em;  /* this hides the text */
   width: 240px;
   height: 51px;
}
#middleprimary-nav li#guitar-systems-de a.activeparent {
   background: url(uploads/images/layout/productmenu_guitar.gif) no-repeat;
   text-indent: -999em;  /* this hides the text */
   width: 240px;
   height: 51px;
   background-position: 0 -51px;
}

#middleprimary-nav li#drums-de a {
   background: url(uploads/images/layout/productmenu_ukko.gif) no-repeat;
   text-indent: -999em;  /* this hides the text */
   width: 240px;
   height: 51px;
}

#middleprimary-nav li#double-bass-pickup-systems-de a:hover, #middleprimary-nav li#double-bass-pickup-systems-de.menuactive  {
   background: url(uploads/images/layout/productmenu_bass.gif) no-repeat;
   text-indent: -999em;  /* this hides the text */
   width: 240px;
   height: 51px;
   background-position: 0 -51px;

}

#middleprimary-nav li#guitar-systems-de a:hover, #middleprimary-nav li#guitar-systems-de.menuactive  {
   background: url(uploads/images/layout/productmenu_guitar.gif) no-repeat;
   text-indent: -999em;  /* this hides the text */
   width: 240px;
   height: 51px;
   background-position: 0 -51px;

}

#middleprimary-nav li#drums-de a:hover, #middleprimary-nav li#drums-de.menuactive  {
   background: url(uploads/images/layout/productmenu_ukko.gif) no-repeat;
   text-indent: -999em;  /* this hides the text */
   width: 240px;
   height: 51px;
   background-position: 0 -51px;
}
#middleprimary-nav li#drums-de a.activeparent {
   background: url(uploads/images/layout/productmenu_ukko.gif) no-repeat;
   text-indent: -999em;  /* this hides the text */
   width: 240px;
   height: 51px;
   background-position: 0 -51px;
}


/* Shopping Cart */
.totals {
   width: 100px;
   background: url(uploads/images/layout/basket_back.gif) no-repeat;
   height: 70px;
   padding: 5px 0 10px 15px;
   background-position: right top;
   float: right;
   display: inline;
   color: #fff;
}
.totals a {
   color: #fff;
}
.totals ul {
   list-style: none;
   margin: 0 0 0 5px;
   padding: 0;
}
#baskettotals {
   width: 115px;
   float: left;
}
#baskettotals ul {
   list-style: none;
   padding: 0;
   margin: 0;
}
#basketoptions {
   width: 100px;
   float: left;
   text-align: right;
}
#basketoptions ul {
   list-style: none;
   padding: 0;
   margin: 0;
}
.totals ul a {
   padding: 0 10px;
   background: url(uploads/images/layout/b-bullet-white.gif) no-repeat;
   background-position: left 4px;
   text-decoration: none;
}
.totals ul a:hover {
   background: url(uploads/images/layout/b-bullet.gif) no-repeat;
   background-position: left 4px;
   text-decoration: underline;
}
/* End of 'Navigation: Menumiddle' */

