/* ~~~~~~~~~~~~~~~~~~~~~Solpart Menu~~~~~~~~~~~~~~~~~~~~~ */

/* Main Menu */
.MainMenu_MenuContainer{
    background:#3f3f3f;
	width:; /* main button width for vert menu */
}
.MainMenu_MenuBar{ 
    height: 36px;
}
.MainMenu_MenuItem{ /* main buttons */
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
	height: 36px;
	background:url(images/button.gif) no-repeat top left;
	border:0; /* border in the submenu */
}
.MainMenu_MenuItem td {
font-size: 13px; /* font size for main buttons */
width: 198px;
/*text-align:center;*/
text-indent: 5px;
}
.MainMenu_MenuIcon{ /* icon on left side of menu */
	display: none; 
}
.MainMenu_SubMenu{
    z-index: 1000; 
	background: #f8c631; /* submenu colour */
	height:25px;
}
.MainMenu_MenuBreak{
display: none; 
}
.MainMenu_MenuItemSel{ /* main buttons when hovered over */
    color: #fff;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
	background: #7c6725 url(images/button_on.gif) no-repeat top left;
	height: 36px; /* Put height here so when you click the main menu button, it doesnt shrink. */
}
.MainMenu_MenuItemSel td {
font-size: 13px; /* font size for submenu */
width: 198px;
/*text-align:center;*/
text-indent: 5px;
}
.MainMenu_MenuArrow{ /* Shows up in the sub menu, to the right of the words, where is a sub-submenu. */
border:0;
display: none;
}
.MainMenu_RootMenuArrow{ /* Shows up in the sub menu, to the right of the words, when there is a submenu. */
display: none;
}

/* Backgrounds below do not override the backgrounds set above.  */

.MainMenu_RootMenuItemBreadcrumb{ /* Main menu - current page */
color: #000;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
	background: #ddb12c url(images/button_on.gif) no-repeat top left;
	height: 36px; /* Put height here so when you click the main menu button, it doesnt shrink. */
}
.MainMenu_SubMenuItemBreadcrumb{
/* ? */
}
.MainMenu_RootMenuItem{ /* Overrides BG of .MainMenu_MenuItem */

}

.MainMenu_RootMenuItemActive{ /* Current top level button */

}
.MainMenu_SubMenuItemActive{ /* Current child level button */
background: #7c6725 url(images/clear.gif) no-repeat top left;
height: 25px;
}
.MainMenu_RootMenuItemSelected{ /* Mouseover top level buttons without clicking */

}


/* lines for the submenu but not main menu */
.MainMenu_SubMenu td {
background: #7c6725 url(images/clear.gif) no-repeat top left;
height: 25px;
 } 

.MainMenu_SubMenuItemSelected{ /* Mouseover child level buttons without clicking */
height: 25px;
color: #000;
}



