dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu {
	z-index:9999;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	margin-top:0px;
	background-color: #df001d;
	height: 37px;
}
img {
	padding : 0;
	margin:0;
}
ul#menu_img li a {
	color: #000000;
	text-decoration: none;
	display: block;
	background: transparent url('../pic/menu_bg_inactive.gif') no-repeat center top;
	width: 92px;
	display:block;
	float:left;
	margin:0 10px 0 0;
	height:20px;
	
	text-transform: uppercase;
	font-size  : 11px;
}
ul#menu_img li a:hover {
	/*background: white;*/
	color: #555555;
	text-decoration: none;
}
#menu dl {
	float: left;
	width: 100px;
	height: 28px;
	background: url(../pic/menu_bg_inactive.gif) no-repeat;
	margin: 10px 10px 0px 0px;
	color : white;
	position: relative;
}
#menu dl:hover {
	color : #555555;	
}
#menu dt {
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
	padding-left : 8px;
	height: 20px;
	text-transform: uppercase;
	margin:1px 10px 0 0;
}

.dt_active {
	color: #DF001D;
}
.dt_active a {
	color: #000000;
	display: block;
}

#menu dd {
	position: absolute;
	display: none;
	border: 1px solid #FF4503;
	border-left: 0;
	border-right: 0;
	left:0;
}
#menu ul {
	background-color: #FFFFFF;
	padding:0;
}
#menu li {
	width: 150px;
	border: 1px solid #ED0A25;
	border-top: 0;
	border-bottom: 0;
	display: block;
	padding : 0px;
}
#menu li a {
	color: #ED0A25;
	text-decoration: none;
	text-align : left;
	display: block;
	border: 0;
	height: 17px;
	background: #fff url(../pic/puce_menu_inactive.gif) no-repeat;
	padding: 2px 0 3px 26px;
}
#menu li a:hover, #menu li a:focus {
	background: #ED0A25 url(../pic/puce_menu_active.gif) no-repeat;
	color: white;
	vertical-align: middle;
}

#menu_left {
	float: left;
	height: 28px;
	width: 5px;
	display: none;
}

#menu_right {
	float: left;
	height: 28px;
	width: 5px;
	display: none;
}

a.no_menu:link, a.no_menu:active, a.no_menu:visited, a.no_menu:hover {
	text-decoration: none;
	display: block;
	height: 21px;
	font-weight: bold;
	text-transform: uppercase;
	width: 100px;
	float: left;
	padding: 7px 0 0 0;
	text-align: center;
}
a.no_menu:link, a.no_menu:active, a.no_menu:visited {
	color: white;
	background: url(../pic/menu_bg_inactive.gif) no-repeat;
}
a.no_menu:hover {
	color: #FF4503;
	background: white;
}

a.no_menu_active:link, a.no_menu_active:active, a.no_menu_active:visited, a.no_menu_active:hover {
	text-decoration: none;
	display: block;
	height: 21px;
	font-weight: bold;
	text-transform: uppercase;
	width: 100px;
	float: left;
	padding: 7px 0 0 0;
	text-align: center;
	color: #F96403;
	background: white;
}

#menu li.border_bottom {
	border-bottom: 1px solid #FF4503;
}

#menu form{
	margin-top: 6px;
	}
