/* Style overrides for the Standard - SolPartMenu layout skin */

/****** SOLPARTMENU ******/

.MainMenu_MenuContainer
{
	background-color: transparent;
	border: solid 1px Silver;
	padding: 0;
	margin: 0;
	width: 100%;
}

/* Not needed for vertical menu
.MainMenu_MenuBar
{
	cursor: pointer;
	height: 20px;
	background-color: Transparent;
}
*/

/* We need to style the MainMenu_MenuItem* child td's, 
   not the tr that has the class! */
   
/* These items are shared by both normal and selected items */
.MainMenu_MenuItem td, .MainMenu_MenuItemSel td
{
    color: #666666;

	cursor: pointer;
    font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
    min-height: 18px;
    padding: 7px 20px 7px 20px;
}

/* style for "normal" menu items */
.MainMenu_MenuItem td
{
    background-color: White;
    background-image: url(images/NavigationBackground.jpg);
    background-repeat: repeat-x;
    color: #8D1118; /* dark red */
}

/* style for selected menu items */
.MainMenu_MenuItemSel td, td.MainMenu_MenuItemSel
{
    background-color: #F16683;
    background-image: none;
    color: White;
}

.MainMenu_SubMenu
{
	background-color: White;
	border: solid 1px Silver; 
	cursor: pointer;
	z-index: 1000;
}

/* make submenu items a little shorter */
.MainMenu_SubMenu .MainMenu_MenuItem td
{
    padding: 4px 10px 4px 10px;
}

/* suppress menu icons and arrows */
.MainMenu_MenuIcon, .MainMenu_MenuArrow
{
    display: none;
}

/****** END SOLPARTMENU ******/


