/**

MENU STYLE SHEET FOR Redmax
Created by Hans Dubois for Intermax Interactive B.V. 2009
www.intermaxinteractive.nl
www.redmax.nl

ToC

	2. Service menu

*/

/* --------- 1. Menu  --------- */
ul.menu{
	margin				: 0px;
	padding				: 0px;
	
	margin-top			: 15px;
	
	list-style-type		: none;	
}

ul.menu li{
	color				: #a2968c;	
	
	font-size			: 12px;
	font-weight			: bold;	
	margin-bottom		: 25px;

}

ul.menu li a{
	display				: block;
	
	width				: 177px;
	height				: 30px;
	
	line-height			: 30px;	
	
	text-decoration		: none;
	
	color				: #a2968c;	
}

ul.menu li ul{
	margin				: 0px;
	padding				: 0px;
	
	list-style-type		: none;	
	
	border-top			: 1px solid #efe7e0;
}

ul.menu li ul li{
	color				: #423a36;	
	
	font-size			: 11px;
	font-weight			: normal;
	
	background-image	: url("/images/redmax/menuBackground.png");
	background-position : bottom;
	height				: 30px;
	
	margin-bottom		: 0px;
}

ul.menu li ul li a{
	width				: 160px;
	padding-left		: 17px;	
	
	color				: #423a36;
}

ul.menu li ul li a:hover{
	color				: #c8190a;	
}


ul.menu li ul li:hover{
	background-image	: url("/images/redmax/menuBackgroundOver.png");
	background-position : top;
}

ul.menu li a.active{
	color				: #c8190a;
}

ul.menu li ul li.subActive{
	color				: #c8190a;
	
	background-image	: url("/images/redmax/menuBackgroundOver.png");
	background-position : top;
}

ul.menu li ul li.subActive a{
	color				: #c8190a;
}


/* --------- 2. Service menu  --------- */
.serviceMenu{
	position 			: absolute;
	
	left				: 564px;
	top					: 70px;		
	
	background-image	: url("/images/redmax/menuLine.png");
	background-repeat	: no-repeat;
	background-position : right;
}

.serviceMenu ul{
	margin				: 0px;
	padding				: 0px;
	
	list-style-type		: none;
	
	
}

.serviceMenu li{
	float				: left;
	
	padding-left		: 22px;
	padding-right		: 22px;
	
	background-image	: url("/images/redmax/menuLine.png");
	background-repeat	: no-repeat;
	background-position : left;
}

.serviceMenu li a{
	font-size			: 14px;
	
	font-weight			: bold;
	
	color				: #e9e3de;
	
	text-decoration 	: none;
}

.serviceMenu li a:hover{
	color				: #d83d19;
}


