#menu{
	float: 	left;
	width: 	698px;
	height: 32px;
	font-family: Times, serif;
}


#menu a{
	display:		block;
	white-space: 	nowrap;
}

#menu ul{
	border-right: 	1px solid white;
	float:			left;
	list-style:		none;
	margin:			0;
	padding:		0;
} 

#menu > ul{
/* 	border:0; */
}

#menu ul:hover{
	color:		white;
	background: url(if/customer/ifElements.png) 0 -32px;
}

#menu h2 {
	font-weight:	100;
	line-height: 	32px;
}


#menu a, #menu h2 a{ 
	display:		block;
	font-size:		14px;
} 

#menu h2 a{
	font-weight:	100;
	color:			white;
	display:		block;
	height:	 		32px;
	padding:		0 16px !important;
}

#menu ul li h2 a{
	text-align: center;
}

#menu h2 a.active{
	color:		white;
	background: url(if/customer/ifElements.png) 0 -32px;
}


#menu a{
	color:				white;
	font-size:			12px;
	font-weight:		100;
	text-decoration: 	none;
}

#menu a:hover{
	color:		white;
}

#menu a.arrow{
	background:url(if/arrow.gif) 98% center no-repeat;
	width:200px;
}

#menu ul li {
	position: 		relative;
    z-index: 		9;
}

#menu ul ul{
	left:			0;
	position: 		absolute; 
	top: 			100%;
	width:			200px;
	z-index: 		10;
	border-bottom:	1px solid #369;
	border-right:	1px solid #369;
	border-left:	1px solid #369;
}

#menu ul ul ul{
	left: 			100%;
	position: 		absolute; 
	top: 			-1px; 
} 

#menu ul ul li a{
	padding: 4px;
	height: 14px;
}

#menu ul ul li.active {
	background: url(if/customer/subMenu.png) 0 -22px;
}

#menu ul ul li.parent {
	background: url(if/customer/subMenu.png) -20px 0;
}

#menu ul ul li.parent:hover, #menu ul ul li.activeParent:hover, #menu ul ul li.activeParent {
	background: url(if/customer/subMenu.png) -20px -22px;
}


div#menu ul ul,div#menu ul li:hover ul ul,div#menu ul ul li:hover ul ul, div#menu ul ul ul li:hover ul ul, div#menu ul ul ul ul li:hover ul ul{
	display: none;
} 

div#menu ul li:hover ul,div#menu ul ul li:hover ul,div#menu ul ul ul li:hover ul,div#menu ul ul ul ul li:hover ul{
	display: block;
} 

div#menu ul li:hover a {
    color:		white;
}

#menu ul li.arrow{
	background:url(if/cca/bg-submenue.png) repeat-x;
}

#menu ul ul li {
	background: url(if/customer/subMenu.png) 0 0;
	border-top:1px solid #369;
}

#menu ul ul li:hover {
	background-position: 0 -22px;
}

