@charset "utf-8";
/* tuik_leftNav CSS Document */

.leftcolumn > ul {
list-style-type:none;
line-height:25px;
}

.leftcolumn > ul > li {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}


.leftcolumn > ul > li > a {
text-decoration:none;
display:block;
background-color:#d5eaed;
padding:6px;
border:solid #5c8888 1px;
color:black;
height:29px;
font-weight:bold;
}



.leftcolumn > ul > li > a:hover,.leftcol > ul > li > a:active
{
background-color:#6CF;
-webkit-transition: background-color .25s;
   -moz-transition: background-color .25s;
     -o-transition: background-color .25s;
        transition: background-color .25s;
}


