/* MENU */
DIV#menu {
	background:#d10000;
	width:100%;
	color:#FFF;
	font-weight:bold;
	font-size:1.1em;
}
DIV#menu UL {
	list-style:none;
	margin:0;
	padding:0;
}
DIV#menu UL LI {
	float:left;
	border-right:1px solid #EB7A7A;
	cursor:pointer;
}
DIV#menu UL LI.sm {
	background:url('../pics/bgFlechaM.gif') no-repeat right top;
	padding-right:.5em;
}
DIV#menu UL LI.smCl {
	background:url('../pics/bgFlechaMon.gif') no-repeat right top;
	padding-right:.5em;
}
DIV#menu UL LI.smOn {
	background:#900 url('../pics/bgFlechaM.gif') no-repeat right top;
	padding-right:.5em;
}
DIV#menu UL LI.smOnCl {
	background:#900 url('../pics/bgFlechaMon.gif') no-repeat right top;
	padding-right:.5em;
}
DIV#menu A {
	float:none;
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:.25em 1em;
}
DIV#menu A:hover {
	color:#FFF;
	text-decoration:underline;
}
DIV#menu UL LI.sm A.menuH {
	float:left;
	display:block;
	cursor:pointer;
}
DIV#menu UL LI.smOn A.menuH {
	float:left;
	display:block;
	cursor:pointer;
}
DIV#menu UL LI.smNo A.menuH {
	float:left;
	display:block;
	cursor:pointer;
}
DIV#menu UL LI DIV.subMenu {
	clear:both;
	display:block;
	border-top:2px solid #A7A7A7;
	background:url('../pics/bgSMrb.gif') no-repeat bottom right;
	margin:0;
	padding:0;
	z-index:100;
}
DIV#menu UL LI DIV.subMenu UL {
	margin:0;
	padding:.75em 0 .75em .75em;
	width:34.75em;
	display:table;
	background:url('../pics/bgSMlb.gif') no-repeat bottom left;
}
DIV#menu UL LI DIV.subMenu UL LI {
	margin:0;
	padding:0;
	display:inline;
	font-size:1em;
	font-weight:normal;
	color:#000;
	border-left:0;
	border-right:0;
	background:#E5E4E4;
}
DIV#menu UL LI DIV.subMenu UL LI A {
	margin:0;
	padding:.3em 0 .3em .5em;
	color:#333;
	text-decoration:none;
	display:block;
	width:16.5em;
	line-height:1em;
}
DIV#menu UL LI DIV.subMenu UL LI A:hover {
	color:#d10000;
	text-decoration:none;
	background:#CDCDCD;
}
DIV#menu UL LI DIV.vert {
	width:17.7em;
	background:url('../pics/bgSMrbVert.gif') no-repeat bottom right;
}
html>body DIV#menu UL LI DIV.vert {
	width:18.5em;
}
DIV#menu UL LI DIV.vert UL {
	width:17.7em;
	background:url('../pics/bgSMlbVert.gif') no-repeat bottom left;
}
DIV#menu UL LI DIV.vert2 {
	width:17.7em;
	background:none;
}
html>body DIV#menu UL LI DIV.vert2 {
	width:16.5em;
}
DIV#menu UL LI DIV.vert2 UL {
	width:17.7em;
	background:none;
}
