﻿@charset "utf-8";

.leftMenu{
	font-family:tahoma, Arial, Helvetica, sans-serif;
    background:#CCCCCC;
	color:#000000;
	font-size:15px;
	font-weight:bold;
	text-indent:5;	
}
#leftMenu a:hover {
	font-family:tahoma, Arial, Helvetica, sans-serif;
    background:#CCCCCC;
	color:#000000;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}

#leftMenu a:visited {
	font-family:tahoma, Arial, Helvetica, sans-serif;
    background:#CCCCCC;
	color:#000000;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}
#leftMenu a:active {
	font-family:tahoma, Arial, Helvetica, sans-serif;
    background:#CCCCCC;
	color:#000000;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}

#leftMenu a:link {
	font-family:tahoma, Arial, Helvetica, sans-serif;
    background:#CCCCCC;
	color:#000000;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}

