﻿/* Side Menu styles */
#SectionMenu
{
	/*border-left: 1px solid #425227;*/
}
.MenuCat
{
	border: 1px solid #425227; /*border-width: 0;*/ /*text-transform: uppercase;*/
	color: #FFFFFF;
	font-family: Verdana, Arial;
	/*font-size: 11px;*/
	font-weight: bold;
	background-color: #B52B45; /*Dark Red*/ /*#739240;/*background-color: #333; /*background-color:#488E00;*/ /*width:160px;*/
	width: 174px;
	padding: 2 6 2 2; /*2 0 2 5*/
	margin: 0px;
	text-indent: 5px;
	white-space: nowrap;
}
.MenuGroup
{
	border-width: 0;
	background-color: #FEE4E8; /*LightPink/*#ffcc99;orange*/
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	position: relative;
	top: 0px;
	width: 160px;
	padding: 0px;
	margin: 0px;
}
.MenuSubCat
{
	font-family: Verdana,Arial;
	/*font-size: 8pt;*/
	color: #000000;
	font-weight: bold;
	margin: 0;
	background-color: #FEE4E8; /*LightPink#FFCC66;/*orange*/
	width: 164px;
	/*height:29px;*/
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
	border-top: #fb3 0px solid;
	/*border-left-color: #fb3;*/
	border-bottom: #DC324F /*DarkPink*/ 1px solid;
	/*border-right-style: none;*/
	/*border-right-color: #fb3;*/
	border-left:solid 1px #DC324F;
	border-right:solid 1px #DC324F;
	/*white-space: nowrap;*/
}
.MenuSubCat a
{
	color: #000000;
	text-decoration: none;
}
.MenuSubCat a:hover
{
	text-decoration: none;
	background-color: #FFFFE6; /*Cream/*#FFE0B3 } .MenuSubCat A:visited	{	 	text-decoration:	none; 	color: #000000; 	}	 .MenuSubCat:hover { 	color: #000000; 	background-color:#FFFFE6;/*Cream/*#FFE0B3/*LightTan*/
}
.MI, .MI a, .MIS, .MIS a
{
	background-color: #FFFFE6; /*Cream/*#FFE0B3;/*LightTan*/
	color: black;
	font-size: 8pt;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	width: 169px;
	/*padding-left:20px;*/
	text-decoration: none;
}
.MI a:hover
{
	text-decoration: none;
	background-color: #FFFAF2; /*LightCream*/
}
.MI
{
	border-left:solid 1px #DC324F;
	border-right:solid 1px #DC324F;
	border-bottom:solid 1px #DC324F;
	padding: 1px 0px 1px 5px;
}
/* End Side Menu styles */