DIV#menu {
	background: url('../img/bg_menu.gif') no-repeat;
	width: 741px;
	height: 52px;
	padding: 0px 0px 0px 17px;
}

DIV#menu A {
	display: block;
	float: left;
	height: 32px;
	color: #be001b;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	text-align: center;
	padding: 17px 0px 0px 0px;
	margin: 0px;
}

DIV#menuitem1 {
	position: relative;
	background: center top no-repeat ;
	float: left;
}
DIV#menuitem2 {
	position: relative;
	background: center top no-repeat ;
	float: left;
}
DIV#menuitem3 {
	position: relative;
	background: center top no-repeat ;
	float: left;
}
DIV#menuitem4 {
	position: relative;
	background: center top no-repeat ;
	float: left;
}
DIV#menuitem5 {
	position: relative;
	background: center top no-repeat ;
	float: left;
}














DIV#menuitem1 A {
	width: 105px;
	display: block;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: no-repeat;
}

DIV#menuitem2 A {
	width: 140px;
	display: block;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: no-repeat;
}

DIV#menuitem3 A {
	width: 110px;
	display: block;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: no-repeat;
}

DIV#menuitem4 A {
	width: 105px;
	display: block;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: no-repeat;
}

DIV#menuitem5 A {
	width: 140px;
	display: block;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: no-repeat;
}













DIV#submenu1 {
	width: 101px;
	height: 84px;
	top: 48px;
	left: 0px;
	position: absolute;
	z-index: 5000;
	display: none;
	padding: 0px 2px;
	background: url('../img/bg_menu_m1_bottom.gif') top no-repeat;
}
DIV#submenu2 {
	width: 136px;
	height: 159px;
	top: 48px;
	left: 0px;
 	position: absolute;
	z-index: 5000;
	display: none;
	padding: 0px 2px;
	overflow: hidden;
	background: url('../img/bg_menu_m2_bottom.gif') left bottom no-repeat;
}

DIV#submenu3 {
	border: 2px solid #ffffff;
	border-top: none;
	background: #D3001E center top;
	top: 48px;
	left: 11px;
	position: absolute;
	z-index: 5000;
	display: none;
}

DIV#submenu4 {
	width: 101px;
	height: 84px;
	top: 48px;
	left: 0px;
	position: absolute;
	z-index: 5000;
	display: none;
	padding: 0px 2px;
	background: url('../img/bg_menu_m1_bottom.gif') bottom no-repeat;
}









DIV#menu DIV#submenu1 A {
	width: 92px;
	display: block;
	height: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	padding: 3px 0px 7px 9px;
	margin: 0px;
	border-bottom: 1px solid #dc334b;
	color: #ffffff;
	
}
DIV#menu DIV#submenu2 A {
	width: 136px;
	display: block;
	height: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	padding: 3px 0px 7px 9px;
	margin: 0px;
	border-bottom: 1px solid #dc334b;
	color: #ffffff;
}
DIV#menu DIV#submenu3 A {
	height: 20px;
/*	overflow: hidden;
*	background: url('../img/bg_submenu.gif') repeat-x;*/
	clear: both;
	color: #2b4d82;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 10px 2px 5px;
	border-bottom: 1px solid #c3c3c3;
	color: #ffffff;
}
DIV#menu DIV#submenu4 A {
	width: 92px;
	display: block;
	height: 28px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	padding: 6px 0px 3px 9px;
	margin: 0px;
	border-bottom: 1px solid #dc334b;
	color: #ffffff;
	line-height: 120%;
}

P.clear {
	display: block;
	clear: both;
}
