﻿* { margin: 0px; padding: 0px; }

/* start left menu */

#leftcol { width: 200px; float: left; margin-left: 10px; }

#leftgutter { width: 20px; height: 800px; background-color: #ffffff; margin-bottom: 15px; float: left; }

/* end left menu */


/* start left links*/


#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: #000000; font-weight: normal; line-height: 18px; overflow: hidden; border-bottom: 1px solid #ffffff;
}
 
#leftcol a.navMain:hover {
  
    color: #000000;  
    background-color: #f5f5f5;
}

#leftcol a.navMain:active { }

#leftcol a.navMain:visited { }





/* start active link */

#leftcol p.active {
	display: block; width: 195px; height: 18px; background-image: url('../resources/left_link_active_bkg.jpg'); padding-left: 5px; text-decoration: none; font-family: verdana;
    font-size: 11px; color: #E99601; font-weight: bold; line-height: 18px; overflow: hidden; border-bottom: 1px solid #ffffff;
}

/* end active link */


/* start left sub links */


#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: #000000; font-weight: normal; line-height: 18px; overflow: hidden; border-bottom: 1px solid #ffffff;
}

#leftcol a.navSub:hover {

    color: #000000;  
    background-color: #f5f5f5;

}

#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-image: url('../resources/left_link_active_bkg.jpg'); padding-left: 10px; text-decoration: none; font-family: verdana;
    font-size: 11px; color: #E99601; font-weight: bold; line-height: 18px; overflow: hidden; border-bottom: 1px solid #ffffff;
}

/* end active Sub link */

/* end left sub links*/
