/*SideMenu styles*/

.SideMenu {
margin: 0;
border: solid 1px #888;
border-width: 1px 1px 1px 1px;
}
	.SideMenu dt {
	padding: 0 0.5em;
	border: solid white;
	border-width: 1px 1px 1px 1px;
	font-size: 120%;
	line-height: 2.5em;
	font-weight: bold;
	color: white;
	background: url(../NavImages/SideMenuHeader.gif) repeat-x;
	}
		.SideMenu dt.SideMenuEnd {
		line-height: 1em;
		background: url(../NavImages/SideMenuHeader.gif) repeat-x;
		}
	.SideMenu dd {
	margin: 0;
	padding: 0;
	font-size: 110%;
	border: solid white;
	border-width: 0px 1px 1px 1px;
	background: #f9f9f9 url(../NavImages/SideMenuItem.gif) repeat-x;
	}
		.SideMenu dd a, .SideMenu dd a:link, .SideMenu dd a:visited {
		display: block;
		padding: 0.6em 0.5em;
		line-height: 1.5em;
		text-decoration: none;
		color: #039;
		background: url(../NavImages/SideMenuItem.gif) repeat-x;
		#height: 1%;
		}
			.SideMenu dd a:hover {
			background: url(../NavImages/SideMenuItemHover.gif) repeat-x;
			color: #333;
			text-decoration: none;
			}
	
/*Old Styles (now defunct)*/	

#CatsMenu {
}
UL.Cats {
background-color: #e8e8e8;
list-style-type: none;
margin: 0px;
font-size: 115%;
font-weight: bold;
padding: 0px 0px 0px 5px;
line-height: 1.5em;
color: #006699;
font-style: italic;
border-top: solid 1px #999999;
border-left: solid 1px #999999;
letter-spacing: 0.05em;
font-family: Georgia, "Times New Roman", Times, Serif;
}
.Cats LI {
background-color: #FFFFFF;
border-bottom: dashed 1px #CCC;
font-size: 90%;
font-weight: normal;
padding: 2px 0px 2px 4px;
font-style: normal;
letter-spacing: 0em;
font-family: Arial, Helvetica, Sans-Serif;
}
.Cats LI a, .Cats LI a:link, .Cats LI a:visited {
display: block;
color: #666;
text-decoration: none;
padding-right: 2px;
border-right: solid 5px white;
}
* html ul li a { /* Holly Hack (IE clickable region)*/
height: 1%;
}
.Cats LI a:hover {
text-decoration: none;
color: #0099CC;
border-right: solid 5px #09C;
}

