
/*--- Order matters man..---*/
/*--- MenuContainer ---   Menu Bg  --- */
.Leftspmctr
{
	background-color: transparent;
}
/*--- MenuBar ---  Each Button --- */
.Leftspmbar
{
	height: 26px;
	background-color: transparent;
}
/*--- MenuItem ---Each Button Item ---*/
.Leftspmitm
{
	border-right: white 0px solid;
	border-top: white 0px solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: white 0px solid;
	background-image: url(../images/LeftMenu_on.gif);
	color: #2D3F00;
	border-bottom: white 0px solid;
	background-repeat: repeat-x;
	font-style: normal;
	font-family: Tahoma;
	background-color: #7C8F46;
		
}
/*--- MenuIcon ---Each Button Icon ---*/
.Leftspmicn
{
	border-top: white 0px solid;
	background-image: url(../images/LeftMenu_on.gif);
	border-left: white 0px solid;
	width: 30px;
	border-bottom: white 0px solid;
	height: 26px;
	background-color: #7C8F46;
}
/*--- SubMenu ---Each Sub Button--- */
.Leftspmsub
{
	border-right: white 0px solid;
	border-top: white 0px solid;
	background-image: url(../images/LeftMenu_on.gif);
	border-left: white 0px solid;
	border-bottom: white 0px solid;
	height: 26px;
}
/*--- MenuBreak ---*/
.Leftspmbrk
{
	border-right: white 0px solid;
	border-top: white 0px solid;
	border-left: white 0px solid;
	border-bottom: white 0px solid; 
	height: 1px; 

}
/*--- MenuItemSel ---Each Button Mouse over ---*/
.Leftspmitmsel
{
	font-weight: bold;
	font-size: 8pt;
	background-image: url(../images/LeftMenu_over.gif);
	height: 26px;
	color: #0F1500;
	background-repeat: repeat-x;
	font-style: normal;
	font-family: Tahoma;
	background-color: #6C7849;
}
/*--- MenuArrow ---*/
.Leftspmarw {font-family: webdings; font-size: 10pt; border-right: white 0px solid; border-bottom: white 0px solid; border-top: white 0px solid;}
/*--- RootMenuArrow ---*/
.Leftspmarw {font-family: webdings; font-size: 10pt; border-right: white 0px solid; border-bottom: white 0px solid; border-top: white 0px solid;}
