TD.DevMenu2_MainMenuItemInactive
{
    padding-bottom:     5px;
    cursor:             pointer;
}

TD.DevMenu2_MainMenuItemActive
{
    padding-bottom:     5px;
    cursor:             pointer;
}

A.DevMenu2_MainMenuItemInactive, A.DevMenu2_MainMenuItemInactive:hover
{
    font-family:        Arial, Verdana, Tahoma;
	font-size:          11pt;
	font-weight:        bold;
	text-decoration:    none;
	color:              #639EAE;
}

A.DevMenu2_MainMenuItemActive, A.DevMenu2_MainMenuItemActive:hover
{
    font-family:        Arial, Verdana, Tahoma;
	font-size:          11pt;
	font-weight:        bold;
	text-decoration:    underline;
	color:              #639EAE;
}

TD.DevMenu2_SubMenuItemInactive
{
    padding:            2px 0px 2px 5px;
    text-align:         left;
    height:             25px;
    background-color:   yellow;
    cursor:             pointer;
}

TD.DevMenu2_SubMenuItemActive
{
    padding:            2px 0px 2px 5px;
    text-align:         left;
    height:             25px;
    background-color:   blue;
    cursor:             pointer;
}

A.DevMenu2_SubMenuItemInactive
{
    font-family:        Arial, Verdana, Tahoma;
	font-size:          7pt;
	font-weight:        bold;
    color:              blue;
	text-decoration:    none;
}

A.DevMenu2_SubMenuItemActive
{
    font-family:        Arial, Verdana, Tahoma;
	font-size:          7pt;
	font-weight:        bold;
	color:              yellow;
	text-decoration:    underline;
}

TD.DevMenu2_PersistentSubMenuItemInactive
{
    padding:            2px 0px 2px 5px;
    text-align:         left;
    height:             25px;
    background-color:   lightblue;
    cursor:             pointer;
}

TD.DevMenu2_PersistentSubMenuItemActive
{
    padding:            2px 0px 2px 5px;
    text-align:         left;
    height:             25px;
    background-color:   orange;
    cursor:             pointer;
}

A.DevMenu2_PersistentSubMenuItemInactive
{
    font-family:        Arial, Verdana, Tahoma;
	font-size:          7pt;
	font-weight:        bold;
    color:              orange;
	text-decoration:    none;
}

A.DevMenu2_PersistentSubMenuItemActive
{
    font-family:        Arial, Verdana, Tahoma;
	font-size:          7pt;
	font-weight:        bold;
	color:              lightblue;
	text-decoration:    underline;
}

