.MenuArea
{
	width: 185px; 
	height: auto;
	z-index: 3;
	left: 32px; 
	top: 248px;	
}
.HomePageMenuArea
{
  width:160px; 
	height: auto;
  z-index:3; 
  left: 28px; 
  top: 267px;
}

/*--- Order matters ---*/

/* Affects menu bar, not submenu items */
.myspmctr 
{
	height: auto;
	background-color: Transparent;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
}
/*	Height of the menu bar */
.myspmbar 
{
	height:17;
}
/* Affects menu items and sub-menu items */
.myspmitm 
{
	color: #663366; 
	background-color: Transparent;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
}
/*	Allocates space, style for the icons on the sub-menu */
/*	Keep the borders to 0px to keep the color change even across the whole space */
.myspmicn 
{
	background-color: Transparent; 
	width: 0;
	height: 0; 
	border-left: Transparent 0px solid; 
	border-bottom: Transparent 0px solid; 
	border-top: Transparent 0px solid;
}
/*	Color of sub-menu items */
.myspmsub 
{
	background-image: url(images/ctls/menubackground.jpg);
}
.myspmbrk 
{
	border-bottom: Transparent 0px solid; 
	border-left: White 0px solid; 
	border-top: White 0px solid;  
	border-right: #Transparent 0px solid; 
}
/*	Selected menu and sub-menu items */
/*		color appears to apply to both, but border-styles apply only to submenu items */
.myspmitmsel 
{
	background-color: Transparent; 
	color: Black; 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt; 
}
.myspmarw 
{
	font-family: webdings; 
	font-size: 10pt; 
	border-right: 0px solid; 
	border-bottom: 0px solid; 
	border-top: 0px solid; 
}


