﻿* { margin: 0px; padding: 0px; }

/* start left menu */

#leftcol {

width: 200px;
float: left;
margin-left: 10px;
}

#leftcol a.navMain, a.navMain:link {
	
    display: block; width: 195px; height: 18px; background-color: #ffffff; padding-left: 5px; text-decoration: none; font-family: verdana;
    font-size: 11px; color: #40495a; font-weight: bold; line-height: 18px; overflow: hidden; border-bottom: 1px dotted #cacaca;
}
 
#leftcol a.navMain:hover {
  
    color: #d08602;  
    background-color: #ffffff;
}

#leftcol a.navMain:active { }

#leftcol a.navMain:visited { }

/* start product summary */

#leftcol a.productSummary, a.productSummary:link {
	
    display: block; width: 200px; height: 32px; background-color: #ffffff; background-image: url('../resources/product_dev_rollover.jpg'); 
    background-repeat: no-repeat; line-height: 32px; overflow: hidden; border-bottom: 1px dotted #cacaca;
}
#leftcol a.productSummary:hover {
  
    display: block; width: 200px; height: 32px; background-position: 0 -32px; 
    background-color: #ffffff;
}

#leftcol a.productSummaryActive, a.productSummaryActive:link {
	
    display: block; width: 200px; height: 32px; background-color: #ffffff; background-image: url('../resources/product_dev_rollover.jpg'); 
    background-position: 0 -32px; line-height: 32px; overflow: hidden; border-bottom: 1px dotted #cacaca;
}

#leftcol a.productSummary:hover {}

/* end productsummary */
	


/* end left menu */


/* start active link */

#leftcol p.active {
	display: block; width: 195px; height: 18px; background-color: #ffffff; padding-left: 5px; text-decoration: none; font-family: verdana;
    font-size: 11px; color: #9fa5b0; font-weight: bold; line-height: 18px; overflow: hidden; border-bottom: 1px dotted #cacaca;
}

/* end active link */


/* start left sub links */

/* start left sub menu*/

#leftcol a.navSub, a.navSub:link {

    display: block; width: 190px; height: 18px; background-color: #ffffff; padding-left: 10px; text-decoration: none; font-family: verdana;
    font-size: 11px; color: #40495a; font-weight: bold; line-height: 18px; overflow: hidden; border-bottom: 1px dotted #cacaca;
}

#leftcol a.navSub:hover {

    color: #d08602;  
    background-color: #ffffff;

}

#leftcol a.navSub:active, #leftcol a.navSub:visited {}

/* end left sub menu */


/* start active Sub link */

#leftcol p.activeSub {

	display: block; width: 190px; height: 18px; background-color: #ffffff; padding-left: 10px; text-decoration: none; font-family: verdana;
    font-size: 11px; color: #9FA5B0; font-weight: bold; line-height: 18px; overflow: hidden; border-bottom: 1px dotted #cacaca;
	
}

/* end active Sub link */

/* end left sub links*/