/* left menu */


/* ================================================================
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/flyout2.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */

#menu_heading{
     /*background-image: url(../images/pc_components.JPG);
    background-repeat: no-repeat;*/
    font-family: Verdana, Helvetica, Arial, sans-serif;
   background-color: #0B4A91;
 /*    background-color: #004063;  */
    font-size: 11px;
    color: #FFFFFF;
    padding-top:6px;
    padding-bottom:6px;
}

#menu_heading h1
{
 font-size: 12px;
}

.left {
z-index:1000;

/*margin:25px 0 50px 15px;  this page only */
}

#left h2{
background:#EFEFEF;
  font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
color: #000000;
text-decoration: none;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 5px;

}

#left .number_products{
  color: #888888;
  font-size: 9px;
  margin-left: 2px;
}

#left a:link{
/*background:#E1E1E1 */
  font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
color: #2C529A;
text-decoration: none;
font-weight: normal;
padding-left: -5px;
text-align: justify;
}

#left a:visited{
/*background:#E1E1E1; */
  font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
color: #386BC5;
text-decoration: none;
font-weight: normal;
padding-left: -5px;
text-align: justify;
}

 #left h2:hover , #left a:hover{
/* background-color:#1279EB;  */

 background-color:#CFCCD0;


  font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
text-decoration: none;
color: #0A035F;

}

#left h2{
  border-bottom: 1px solid #C8C8C8;
padding-left: 30px;
}


/*#left a:hover{

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;

text-decoration: underline;
}*/




/* remove all the bullets, borders and padding from the default list styling */
.left ul {
padding:0;
margin:0;
list-style-type:none;
width:160px;
}
/* hack for IE5.5 */
* html .left ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
#left li {
position:relative;
background:#F3F3F3;
height:26px;
list-style: none;
font-size: 10px;
}


/* IE7 fix */
.left li {float:left;}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.left a, .left a:visited {
display:block;
text-decoration:none;
height:25px;
line-height:25px;
width:159px;
color:#000;
text-indent:5px;
border:1px solid #fff;
border-width:0 1px 1px 0;
}
/* hack for IE5.5 */
* html .left a, * html .left a:visited {

background:#d4d8bd; width:160px; w\idth:149px;

}
/* style the link hover */
* html .left a:hover {color:#fff; background:#949e7c;}

.left :hover > a {
color:#fff;
background:#949e7c;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.left ul ul {
visibility:hidden;
position:absolute;
top:0;
left:160px;
}
/* make the second level visible when hover on first level list OR link */
.left ul li:hover ul,
.left ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.left ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.left ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.left ul :hover ul :hover ul{
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.left ul :hover ul :hover ul :hover ul {
visibility:visible;

}
