/**************************************************************
 *   KOCH MARKETING KOMMUNIKATION AG
 *
 * general Stylesheet 'general.css' for 'www.modehausgrob.ch'.
 *
 * @author	Cécile Kunz <info[at]kochwerbung.ch>
****************************************************************/

/*-------------------*/	
/* menu styles START */
	
.menu-item { 
	padding: 0 0 0 0; 
	margin-top: 0px; 
	float:left; 
	height: 28px; 
}
.menu-item-sub { 
	padding: 0 0 0 0; 
	margin-bottom: 0; 
	float:left; 
	height: 18px; 
}


/* */

#menu {
	list-style-type: none;
	text-decoration: none;
	padding:0 0 0 0;
	width:200px;
}
#menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
	list-style-image: none;
}	
#menu li { 
	margin: 0 0 0px 0; 
	list-style-type: none;
	list-style-image: none;
	font-weight:bold;
	border-bottom:1px solid #F5F5F5;
}
#menu a{
	display: block;
	padding: 5px 10px;
	color:#656565;
	background:#E5E5E5;
	text-decoration: none;
	font-size:12px;
	list-style-type: none;
	list-style-image: none;
}
#menu a:hover{
	color: #FFFFFF;
	background:url(../layout/navibg.jpg) no-repeat;
	text-decoration: none;
	list-style-image:none;
}
#menu ul ul li { 
	margin: 0 0 0px 0px; 	
	list-style-type: none; 
	text-decoration: none;
	list-style-image: none;
	font-weight:normal;
	border-bottom: none;
}
#menu ul ul li a{ 	
	list-style-type: none; 
	text-decoration: none;
	list-style-image: none;
	font-weight:normal;
	background: #E5E5E5;
	color:#656565;
}
#menu ul ul a{
	display: block;
	padding: 5px 10px;
	color:#656565;
	background: #E5E5E5;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	font-weight:normal;
}
#menu ul ul a:hover,#menu ul ul li a:hover {
	color:#75C1C1;
	background: #E5E5E5;
	text-decoration: none;
	list-style-image:none;
	text-decoration: none;
	list-style-type: none;
}
 #menu .menu_active  {
	font-weight:bold;
	color:#FFFFFF;
	background: url(../layout/navibg.jpg) no-repeat;
	list-style-image:none;
	text-decoration: none;
	list-style-type: none;
	padding-right:16px;
}
 #menu .menu_active_sub  {
	color:#75C1C1;
	background: #E5E5E5;
	list-style-image:none;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	font-weight:normal;	
}


/* menu styles END */		
/*-------------------*/

