/* style for hard coded home button */

.menuItemGeneric {
	float:left;
    height:22px;
    height:expression("23px");
    padding-top:1px;
    padding-right:8px;
	margin-right:13px;
	color:#000000; 
	text-decoration:none;
    background-image:url(menu_arrow_right_blk.gif);
    background-repeat:no-repeat;
    background-position:right center;
}

.menuItemGeneric:hover {
	color:#990000;
}

/* selected menu items are bold */
.menuItemSelectedParent, .menuItemSelectedOrphan {
    color:#990000;
}


/* Beginning of sub menu */

#submenuholder {
    background-color:#CCCC66;
    margin-bottom:30px;
}

.subMenuItemGeneric {
	display:block;
    font-family:Arial, Tahoma, Verdana, sans-serif;
	line-height:22px;
    height:22px;
    color:#333333;
    padding-left:25px;
	text-decoration:none;
    background-color:#E0E0A3;
}

.subMenuItemGeneric:hover {
    color:#990000;
    text-decoration:none;
}

.subMenuItemSelectedParent, .subMenuItemSelectedOrphan, .subMenuItemSelectedChildParent {
    height:22px;
    line-height:22px;
    border-bottom:1px solid #FFFFFF; 
    background-color:#CCCC66;
    background-image:url(menu_arrow_down_blk.gif);
    background-repeat:no-repeat;
    background-position:left center;
} 

 .subMenuItemChild, .subMenuItemChildParent, .subMenuItemSelectedChildParent {
    border-bottom:1px solid #FFFFFF;
    background-image:url(menu_arrow_right_blk.gif);
    background-repeat:no-repeat;
    background-position:left center;
} 

 .subMenuItemChild:hover, .subMenuItemChildParent:hover, .subMenuItemSelectedChildParent:hover {
    background-color:#E0E0A3;
    background-image:url(menu_arrow_right_burg.gif);
    background-repeat:no-repeat;
    background-position:left center;
}

.subMenuItemSelectedChild {
    color:#990000;
    border-bottom:1px solid #FFFFFF;
    background-image:url(menu_arrow_right_burg.gif);
    background-repeat:no-repeat;
    background-position:left center;
}

.subMenuItemParent {
    height:22px;
    line-height:22px;
    border-bottom:1px solid #FFFFFF;
    background-color:#CCCC66;
    background-image:url(menu_arrow_down_blk.gif);
    background-repeat:no-repeat;
    background-position:left center;
}