/**
 * side_menu.css
 */
ul, ul#side_menu {
	width			: 190px;
	font-size		: 1.0em;
	list-style-type	: none;
	text-align		: left;
	padding-left	: 13px;
}

ul#side_menu li, li.categories {
	list-style-type	: none;
	text-align		: left;
	margin-top		: 12px;
	font-size		: 1.1em;
}

li.categories {
	width			: 190px;
	list-style-type	: none;
	text-align		: left;
	padding-left	: 13px;
}

li.categories a {
	color			: #9d9d96;
	font			: inherit;
	font-size		: 0.8em;
	text-decoration	: none;
	text-transform	: none;
}

li.categories a:hover {
	color			: #666;
	font			: inherit;
	text-decoration	: none;
	font-size		: 0.8em;
	border-bottom	: 2px solid #666;
	text-transform	: none;
}

ul#side_menu a.cat {
	color			: #9d9d96;
	font			: inherit;
	text-decoration	: none;
    text-transform  : uppercase;
}

ul#side_menu a.cat_current {
	color			: #6d72a0;
	font			: inherit;
	text-decoration	: none;
    text-transform  : uppercase;
}

ul#side_menu a.cat:hover {
	color			: #666;
	font			: inherit;
	text-decoration	: none;
    text-transform  : uppercase;
}

ul#side_upmenu li {
	list-style-type	: none;
	padding-left	: 3px;
	margin		: 0;
	margin-top	: 5px;
}
ul#side_upmenu a {
	color			: #9d9d96;
	text-decoration	: none;
	font			: inherit;
	/** font-size		: 1.1em; **/
}
ul#side_upmenu a:hover {
	color			: #666;
	font			: inherit;
	text-transform  : none;
	text-decoration	: none;
}

ul#side_upmenu2 li {
	list-style-type	: none;
	padding-left	: 6px;
}
ul#side_upmenu2 a {
	color			: #9d9d96;
	text-decoration	: none;
	font			: inherit;
	/** font-size		: 1.1em; **/
}
ul#side_upmenu2 a:hover {
	color			: #666;
	font			: inherit;
	text-transform  : none;
	text-decoration	: none;
	border-bottom	: 2px solid #666;
}
ul#side_submenu li {
	list-style-type	: none;
	padding-left	: 2px;
	margin		: 0px;
}
ul#side_submenu a {
	color			: #9d9d96;
	text-decoration		: none;
	font			: inherit;
	font-size		: 0.9em;
}
ul#side_submenu li a.subcat_current {
	color			: #6d72a0;
	text-decoration : none;
	font			: inherit;
	font-size		: 0.9em;
}
ul#side_submenu li a.subcat_current:hover {
	color			: #6d72a0;
	text-decoration		: none;
	font			: inherit;
	font-size		: 0.9em;
}
ul#side_submenu li a:hover {
	color			: #666;
	font			: inherit;
	font-size		: 0.9em;
	text-transform  : none;
	text-decoration	: none;
}

ul#side_submenu2 li {
	list-style-type	: none;
	padding-left	: 2px;
	margin		: 0;
}
ul#side_submenu2 a {
	color			: #9d9d96;
	text-decoration	: none;
	font			: inherit;
	font-size		: 0.9em;
}
ul#side_submenu2 a.subcat_current {
	color			: #6d72a0;
	text-decoration	: none;
	font			: inherit;
	font-size		: 0.9em;
}
ul#side_submenu li a.subcat_current:hover {
	color			: #6d72a0;
	text-decoration	: none;
	font			: inherit;
	font-size		: 0.9em;
}
ul#side_submenu2 a:hover {
	color			: #666;
	font			: inherit;
	font-size		: 0.9em;
	text-transform  : none;
	text-decoration	: none;
}

div#events, div#resources, div#directions, div#dining, div#properties, div#clise, div#robinswood {
	display			: block;
}
li.cat-item ul {
	margin-bottom	: 5px;
}
