/* @(#) $Id */


#topMenu {	
    border-left: 1px solid #00a8ff;
    border-right: 1px solid #00a8ff;
}


.Menu4ItemTop
, .Menu4ItemTopActive {
	height: 24px;
    font-family: Verdana,  Helvetica, Arial, sans-serif;
    font-size: 12px;
	cursor: pointer;
    color: white;        
    background-color: #0067c7;
    background-image: url(/img/l/menubg.gif);
    text-align: center;
    vertical-align: top;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 3px;
    padding-right: 3px;
    border-right: 1px solid #00a8ff;
}



.Menu4ItemTopActive {
    background-color: #2a97ff;
    background-image: url(/img/l/menubg_active.gif);
}

.Menu4Item, .Menu4ItemActive {
        font-family:  Verdana, Helvetica, Arial, sans-serif;
        font-size: 12px;
		cursor: pointer;
        color: #00488e;
        background-color: #d9eeff;
        text-align:left;
        vertical-align: middle;
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-left: 1px solid #2080C0;
        border-right: 1px solid #2080C0;
        white-space: nowrap;
}
.Menu4ItemActive {
        color: white;
        background-color: #40a2ff;
}
.Menu4ItemDisabled {
        font-family: Verdana,  Helvetica, Arial, sans-serif;
        font-size: 12px;
		cursor: pointer;
        color: #808080;
        background-color: #0000d0;
        vertical-align: middle;
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 2px;
        padding-bottom: 2px;
}

.Menu4ItemActive_first
, .Menu4Item_first 
{
	border-top: 1px solid #2080C0;
}

.Menu4ItemActive_last
, .Menu4Item_last 
{
	border-bottom: 1px solid #2080C0;
}

.Menu4ItemTopActive_first
, .Menu4ItemTop_first 
{
	border: 0px;
}

.Menu4ItemTopActive_last
, .Menu4ItemTop_last 
{
	border: 0px;
}

.menu_td {
	height: 24px;
}