﻿* { margin: 0px; padding: 0px; }

/* start left menu */

#test { width: 200px; height: 100px; background-color: #000000; }

#leftcol {

width: 175px;
float: left;
margin-left: 10px;	
	
}

#leftcol a.navMain, a.navMain:link {
	
    display: block; width: 175px; 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 { } 
	


/* end left menu */

