/* styles.css */

#mtm_wrap {
    }
#mtm_menu {

    }
#mtm_menu a, #menu2 a {
	color:#333;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight:normal;
	line-height: 15px;
	padding-right: 20px;
	padding-left: 20px;
    text-decoration:none;    
	text-transform: uppercase;
	text-align: right;
	height: 33px;
	padding-top: 10px;
	background: transparent url(../images/divider.png) right top no-repeat;
    }
    
#mtm_menu a:hover, #menu2 a:hover {	
	COLOR: #CC0000;
	text-decoration: none;
    }
    
#mtm_menu span.active a {
	display: inline;	
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}  

#mtm_menu span {
    XXdisplay:none;
	float: right;
    }
  
    
#mtm_menu #img {
    vertical-align:bottom;
    }

#mtm_menu #subnav {
    font-size:10px;
    margin-bottom:2em;
	margin-left: 0px;
	margin-top:20px;
    }
#mtm_menu #subnav a {
    color:#000;
    margin-right:1em;
    }
#mtm_menu #subnav span {
    color:#000;
    margin-right:1em;
    }
    
table.items tr.item td {
	color: #000;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #a9d46f;
	background-color: #EFEFEF;
}

.mtm_menu_item {
	BACKGROUND: url(../images/de_NAVSUITE_TOPmenu_bg.gif) repeat-x;
	height: 15px;
	padding-bottom: 0px; 
}

.mtm_menu_selected {
	/*BACKGROUND: #FFFFFF; 
	COLOR: #000;
	border-top: 1px solid #e4bf78;
	border-right: 1px solid #e4bf78;
	border-left: 1px solid #e4bf78;
	border-bottom: none;*/
	COLOR: #666 !important;
	text-decoration: underline;
	font-weight: bold;
}

#mtm_menu_top {
	
	height: 15px;
	padding-bottom: 0px; 
	float: left;
	/*width: 70%;
	background-color: #FFFFFF;
	border-bottom: 1px solid #e4bf78;*/
}





