
.navigation {
height: 100%;
width: 201px;
}

.navigationTab {
display: block;
height: 44px;
width: 201px;
background-image: url(../images/nav_left_gradient.gif);
cursor: pointer;
z-index: 3;
text-decoration:none;
}

.navigationFirstTab {
display: block;
height: 41px;
width: 201px;
background-image: url(../images/nav_left_top.gif);
cursor: pointer;
z-index: 3;
}

.navigationLastTab {
display: block;
height: 44px;
width: 201px;
background-image: url(../images/nav_left_gradient.gif);
cursor: pointer;
z-index: 3;
}

.navigationTab:hover {
background-image: url(../images/nav_left_high.gif);
}

.navigationFirstTab:hover {
background-image: url(../images/nav_left_top_high.gif);
}

.navigationLastTab:hover {
background-image: url(../images/nav_left_gradient_high.gif);
}

.navigationMarker {
float: left;
margin-top: 13px;
}

.navigationTabLabel {
float: left;
font-family:Tahoma;
font-size: 15px;
font-variant: small-caps;
color: #04357b;
line-height: 41px;
height: 41px;
margin-left: 30px; /*120*/
padding: 0;
width: 150px; /*110*/
overflow: hidden;
}

/**********************************************************************************************/

.subNavigation{
width: 190px;
z-index: 3;
}

.subNavigationHead{
height: 2px;
overflow: hidden;
background-image:url(../images/nav_2te_gradient_top.gif);
width: 190px;
}

.subNavigationEntry{
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 16px;
padding: 4px 16px 4px 24px;
color: #666666;
background-image:url(../images/nav_2te_bg.gif);
cursor: pointer;
text-decoration: none;
}

/* without bracket right */
.subNavigationEntryFinal{
display: block;
font-family:Tahoma;
font-size: 11px;
border-bottom: 1px solid #ffffff;
line-height: 16px;
padding: 4px 16px 4px 24px;
color: #666666;
background-image:url(../images/nav_2te_bg_final.gif);
cursor: pointer;
text-decoration: none;
}

.subNavigationEntrySelected{
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 16px;
padding: 4px 16px 4px 24px;
color: #0054cd;
background-image:url(../images/nav_2te_bg.gif);
cursor: pointer;
text-decoration: none;
}

/* with blue bracket */
.subNavigationEntrySelectedChild{
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 16px;
padding: 4px 16px 4px 24px;
color: #0054cd;
background-image:url(../images/nav_2te_bg_blue.gif);
cursor: pointer;
text-decoration: none;
}


/* without bracket right */
.subNavigationEntryFinalSelected{
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
border-bottom: 1px solid #ffffff;
line-height: 16px;
padding: 4px 16px 4px 24px;
color: #0054cd;
background-image:url(../images/nav_2te_bg_final.gif);
cursor: pointer;
text-decoration: none;
}

.subNavigationEntry:hover{
color: #0054cd;
background-image:url(../images/nav_2te_bg_high.gif);
}

.subNavigationEntryFinal:hover{
color: #0054cd;
background-image:url(../images/nav_2te_bg_high_final.gif);
font-family:Tahoma;
font-size:11px;
}

/**********************************************************************************************/

.thirdLevel{
border: 1px solid #ffffff;
width: 190px;
z-index: 1;
display: none;
position: absolute;
cursor: pointer;
overflow: hidden;
clip: rect(0px 190px 800px 0px);
}

.thirdLevelContent{
}

.thirdLevelHandleImage{
top: 50%; 
position: absolute; 
left: 2px; 
margin-top: -9px;
}

.thirdLevelHandle{
background-image: url(../images/nav_switcher.jpg);
width: 18px;
height: 100%;
position: absolute;
visibility: hidden;
}

.thirdLevelEntry{
display: block;
border-bottom: 1px solid #ffffff;
line-height: 24px;
padding: 0px 16px 0px 24px;
color: #666666;
overflow: hidden;
background-image:url(../images/nav_2te_bg_final.gif);
cursor: pointer;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
}

/* without bottom border */
.thirdLevelEntryLast{
display: block;
line-height: 24px;
padding: 0px 16px 0px 24px;
color: #666666;
overflow: hidden;
background-image:url(../images/nav_2te_bg_final.gif);
cursor: pointer;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
}

.thirdLevelEntry:hover{
color: #0054cd;
background-image:url(../images/nav_2te_bg_high_final.gif);
}

.thirdLevelEntryLast:hover{
color: #0054cd;
background-image:url(../images/nav_2te_bg_high_final.gif);
}

.thirdLevelIframe{
display: none; 
position: absolute; 
margin: 0px;
z-index: 5;
}

.sap-footer-gradient {
		width: 100%; 
		height: 16px; 
		overflow: hidden;
		background: url('../images/gradient_bottom.gif') repeat-x;
}

/***************************** right menu **********************************/
.navigationTab_right {
display: block;
height: 44px;
width: 201px;
background-image: url(../images/nav_right_gradient.gif);
cursor: pointer;
z-index: 3;
text-decoration:none;
}

.navigationTab_right:hover {
background-image: url(../images/nav_right_high.gif);
}

.navigationTabLabel_right {
float: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-variant: small-caps;
color: #04357b;
line-height: 41px;
height: 41px;
margin-right: 30px; /*120*/
padding: 0;
width: 150px; /*110*/
overflow: hidden;
text-align:right;
}

.subNavigation_right{
width: 190px;
z-index: 3;
color: #666666;
background-image:url(../images/nav_2te_bg_final.gif);
text-decoration: none;
/*border-left:1px dashed #666666;
border-top:none; border-bottom:none;*/
padding-top:5px;
padding-bottom:5px;
}

.subNavigationEntryFinal_right{
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
border-bottom: 1px solid #ffffff;
line-height: 16px;
padding: 4px 16px 4px 24px;
color: #666666;
background-image:url(../images/nav_2te_bg_final.gif);
cursor: pointer;
text-decoration: none;
border:1px dashed #ffcc00;
}

.subNavigation_left{
width: 190px;
z-index: 3;
color: #666666;
background-image:url(../images/nav_2te_bg_final.gif);
text-decoration: none;
padding-top:5px;
padding-bottom:5px;
}

/************************ end right menu ****************************/
