/* 
    Document   : leftmenu
    Created on : Sep 13, 2008, 9:56:08 PM
    Author     : Jack
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.MenuLink {
	height: 20px;
	text-align: left;
	text-indent: 20px;
	background-color: #F5F2DF;
	line-height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8C8A7;
    color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	
}

.MenuLink a {
	text-decoration: none;
	color: #663300;
}
.MenuLink a:hover {
	color: #00CC00;	
}

.CategoryDiv {
	font-size: 10px;
}
.CategoryDiv:hover {
	color: #00CC00;
}
.CategoryDiv a {
	font-size: 10px;
	text-decoration: none;
	color: #663300;
}
.CategoryDiv a:hover {
	color: #00CC00;
}

h5 {
	margin-top: 15px;
	margin-bottom: 0px;
	color: #663300;
}

h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #663300;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.hoursDiv {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left: 0px;
	font-size: 12px;
	color: #663300;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
