/* CSS Document */



a.PrestigeDropMenu_csstopmenu{
color:#F3E6DD;
}
#PrestigeDropMenu_csstopmenu, #PrestigeDropMenu_csstopmenu ul{
padding:0;
margin:0;
list-style:none;
}
#PrestigeDropMenu_csstopmenu li{
float:left;
position:relative;

}
#PrestigeDropMenu_csstopmenu a{
text-decoration:none;
}
.PrestigeDropMenu_mainitems{
	border:0px;
	border-left-width:1px;
	background-color:#c5381c;
	font-size:14px;
	vertical-align: middle;
	z-index: 4;
	}
	
.PrestigeDropMenu_headerlinks a{
	margin:auto 1px;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	color:#F3E6DD;
	font-size:14px;
	line-height: 24px;
	vertical-align: middle;
	z-index:4;
	white-space:nowrap;
	}

.PrestigeDropMenu_submenus{
	display:none;
	width:auto;
	line-height:26px;
	position:absolute;
	top:1.7em;
	left:0;
	background-color:#1B3879;
	border: 1px solid #F3E6DD;
	z-index:4;
	visibility: visible;
	}
.PrestigeDropMenu_submenus li{
width:100%;
}
.PrestigeDropMenu_submenus li a{
display:block;
width:100%;
text-indent:5px;
font-size:12px;
font-family:Verdana,Arial, Helvetica, sans-serif;
font-style:normal;
font-weight:normal;
padding:3px;
}
html>body .PrestigeDropMenu_submenus li a{
	width: 250px;
	height: auto;
}
.PrestigeDropMenu_submenus li a:hover{
background-color:#F1D8A1;
color:#1B3879;
}
#PrestigeDropMenu_csstopmenu li>ul {
/* non IE browsers */
top:auto;
left:auto;
}
#PrestigeDropMenu_csstopmenu li:hover ul, li.over ul {
display:block; width:256px;
}
html>body #PrestigeDropMenu_clearmenu{
	/* non IE browsers */
height: 3px;
}
