/* Reset Style.
* @author Eric Meyer
* @author Russ Tennant (russ@i2rd.com)
* @author Ben Barber (bbarber@i2rd.com)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}
body{line-height: 1;color: #000;background: #FFF;}
ol, ul{list-style: none;}
table{border-collapse: separate; border-spacing: 0;}
caption, th, td{text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after{content: "";}
blockquote, q{quotes: "" "";}

td{vertical-align: middle;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
legend{color:#000;}
b, strong{font-weight: bold;}

#e_content {
	min-height: 100.0%;
}
* html #e_content {
	height: 100%;
}

#footer {
}

#header {
}

#main_navigation {
}

#e_column_0 {
}

#column1 {
	float: left;
	width: 49.0%;
}

#column2 {
	float: left;
	width: 49.0%;
}
/*  
Basic Styles
Client: Red9
*/
html {
  font-size: 100%;
}
body {
  background: #000000 url(/resources/dyn/files/88230/_fn/background.jpg) repeat top left;
  font-size: 0.75em;
  font-family: "Trebuchet MS", Arial, Sans-Serif;
  margin: 0 auto;
}
/* header -----------------------------*/
#header {
  font-size: 26px;
  font-weight: bold;
  text-decoration:none;
  font-family: Verdana;
  margin: 0 auto;
  height: 180px;
  width: 900px;
  padding: 0;
  background: black;
}
/* main navigation -----------------*/
#main_navigation {
  width: 900px;
  margin: 0 auto;
  background: #900000;
  height: 38px;
}
#main_menu li {
  padding: 7px 0px;
  color: white;
}
#main_menu li a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 0 24px;
  border-right: 1px solid white;
  font-size: 1.5em !important;
}
#main_menu li.last a {
  border: none;
}
/*dropdown styles */
#main_menu li li {
  font-size: 0.7em;
  width: 140px;
  border-bottom: 1px solid #000000;
  background: #fff;
}
#main_menu li li a{
  border-right: none;
  color: #000;
  /*padding: 0 72px 0 10px;*/
  padding: 0 0 0 10px;
}
#main_menu ul {
  /*margin-top: 7.5px;*/
}
#main_menu li li.last {
  border-bottom: none;
}
 #main_menu li li.over a {
  color: #fff;
}
#main_menu li li.over {
    background: #000;
}

/* columns -------------------*/
#e_column_0 { 
  width: 900px;
  margin: 0 auto;
  background: #ccc;
  padding-top: 15px;
}
/* column2 area ---------------------*/
#column2 {
  float: left;
  width: 603px;
  margin: 5px 15px 20px 0px;
  padding-left: 8px;
  text-align: left;
  display: inline;
  border-left: 1px dotted #630100;
}
/* column1 ---------------------------*/
#column1 { 
  float: left;
  padding: 5px 8px 20px 25px;
  width: 230px;
  font-size: 12px;
  display: inline;
}

/* footer -----------------------------------*/

#footer { 
  width: 900px;
  margin: 0 auto;
}
#footer p {
  margin-top: 6px;
  color: white;
} 
/* general styles -------------*/
a {
  color: #630100;
}
a:visited {
  color: #630100;
  text-decoration: underline;
}
a:hover {
  color: #630100;
}
h2 {
  font-size: 14px;
  margin: 0px 0 5px;
  padding: 0 0 5px;
  font-weight: bold;
  color: #900000;
  border-bottom: 1px dotted #900000;
}
h3 {
  font-size: 14px;
  margin-top: 0;
}
p {
  line-height: 1.3;
  margin-bottom: .75em;
}
img { 
  padding: 3px;
  /* margin: 0 10px;  removed so ad would fit proper on home page */ 
  /* border: #630100 1px solid; */
}

img.left { 
  float: left;
  margin: 3px 3px 3px 0;
}
img.right { 
  float: right;
  margin: 0 3px 3px 3px;
}

/* lists --------*/

.textbean ul,
.textbean ol,
.article ul,
.article ol {
  margin-bottom: 15px;
}
.textbean li,
.article li {
  line-height: 15px;
  padding: 5px 0 5px 15px; 
  list-style-type: disc;
  list-style-position: inside;
}
.textbean li ul li,
.article li ul li {
  background-image: none;
  list-style-type: square;
}
.textbean ol li,
.article ol li {
  list-style-type: decimal;
  background-image: none;
}

/* table styles -------------*/

.textbean table {
  width: 100%;
  margin: 10px 0;
}
.textbean td,
.textbean th {
  padding: 5px;
  vertical-align: top;
  text-align: center;
}
.textbean th {
  font-weight: bold;
  background:  #900000;
  color: white;
  text-align: center;
}
.textbean th.last {
  border-right: none;
}
.textbean tr.even td {
  background: #f5f5f5;
  border-width: 1px 0;
}


/* article styles -----------------------*/

div.ac_heading,
#weekend_events div.article_heading,
.articleview div.article_heading {
  font-size: 14px;
  margin: 0px 0 5px;
  padding: 0 0 5px;
  font-weight: bold;
  color: #900000;
  border-bottom: #900000 1px dotted;
}
div.articlecontainer {
  margin-bottom: 30px;
}
div.ac_item {
  padding: 3px 0;
}
.ac_style_boxed div.article_heading {
  font-size: 14px;
  padding: 0 0 5px;
  font-weight: bold;
  color: #900000;
}
.venue img {
  margin-right: 1em;
}
/* home page - weekend events -----------*/

#weekend_events div.ac_item {
  clear: both;
  float: none;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}
#weekend_events div.ac_heading {
  border: none;
  text-transform: lowercase;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
}
#weekend_events div.article_heading a {
  text-decoration: none;
  color: #900000;
}

/* Message container style.
* @author Russ Tennant (russ@i2rd.com)
*/
/** Status/Message Container. */
div.message_container,
div.status_container {
  text-align: left;
}
.status_container_disabled, 
.status_container_disabled_con{
  display: none;
}
div.message {
  padding: 0 0 .75em 18px;
  min-height: 18px;
  height: auto;
}
div.message.info {
  background: url(/resources/all/docroot/cms/icons/x16/message_info.png) no-repeat;
}
div.message.important {
  background: url(/resources/all/docroot/cms/icons/x16/message_warning.png) no-repeat;
}
div.message.error {
  background: url(/resources/all/docroot/cms/icons/x16/message_error.png) no-repeat;
}
* html div.message {
    height: 18px;
}
/* Content Color / Decoration
* @author Ben Barber (bbarber@i2rd.com)
* @author Muhlin Chen (muhlin@i2rd.com)
 */
/* For required fields ----------------------------------- */
.user_entry_required span.email_form_element_label, 
.user_entry_required .email_form_element span.label,
.user_entry_required .email_form_element label, 
.user_entry_required span.extra_value_name, 
.user_entry_required span.label, 
.user_entry_required label, 
.user_entry_required span.phone_number_form_label, 
.user_entry_required span.gender_form_element_label, 
.user_entry_required span.name_form_element_label, 
.user_entry_required .name_form_element span.label, 
.user_entry_required .name_form_element label, 
.user_entry_required span.contact_organization_form_element_label {
  background: transparent url(/resources/all/docroot/cms/icons/x16/icon_required.png) no-repeat left center;
  padding-left: 6px;
}
.user_entry_required span.address_line_last, 
.user_entry_required span.extension_label {
  background: 0;
  padding: 0 2px;
}

/* Content Layout ---------------------------------------- */
textarea {
  height: 8em;
  width: 98%;
}
.heading_con {
  font-size: 1.5em;
  margin: 10px 0 5px 0;
}
div.title_con {
  width: 100%;  
}
div.title_con,
div.subheading_con {
  clear: both;
  font-weight: bold; 
  font-size: 1.2em;
  padding: 10px 0 5px 0;
}
div.question_con {
  clear: both;
  margin-top: 0.5em;
}

/* For horizontally aligned groups ----------------------- */
/* Class names: hli_first, hli, hli_last ----------------- */
div.hli_first_con {
  clear: left;
}
div.hli_first_con, 
div.hli_con {
  float: left;
  margin-right: 1em;
}
div.hli_last_con {
  float: left;
  clear: right;
}

/* For nested elements ----------------------------------- */
/* Class name: level2 ------------------------------------ */
div.level2_con {
  padding-left: 2em;
}

/* Event Selector ---------------------------------------- */
table.registerable_selector td.registerable_name_con {
  padding: 0 1em;
}
table.registerable_selector td.registerable_group_con {
  padding: .35em 0 0 0;
  font-weight: bold;
  font-size: 1.1em;
}

/* Layout-specific data classes -------------------------- */
div.name_con, 
div.first_name_con, 
div.last_name_con, 
div.referred_by_con {
  width: 12em;
}

table.address_form_visitable {
  width: 100%;
  clear: both;
}

div.address_form_con, div.address_con {
  overflow: hidden;
  width: 100%;
}

span.name_form_element_label_con, 
.name_form_element span.label_con,
.name_form_element label,
span.label_con, span.email_form_element_label_con, 
.email_form_element span.label_con,
.email_form_element label,
span.extra_value_name_con {
  display: block;
}
/* Bold the labels --------------------------------------- */
.extra_value_name_con, 
.name_form_element_label_con, 
.name_form_element span.label_con,
.name_form_element label,
.label_con, .email_form_element_label_con, 
.email_form_element span.label_con,
.email_form_element label,
.extra_value_name_con {
  font-weight: bold;
}

/* Addresses -------------------------------------------- */
.address_line_con, 
.city_container_con, 
.region_container_con, 
.postal_code_container_con, 
.country_container_con, 
.country_container_con {
  margin-top: 0.5em;
}

.address_form label {
  display: block;
  font-weight: bold;
}

/* Align the City-State-Zip ------------------------------ */
.address_form div.city_container_con {
  clear: left;
  float: left;
}
.address_form div.region_container_con {
  float: left;
}
.address_form div.postal_code_container_con {
  float: left;
}
.address_form div.country_container_con {
  clear: left;
  float: left;
}

/* Phone Number ------------------------------------------ */
.phone_number_nanp, 
.format_nanp_button, 
.format_international_button, 
.extension_label_con {
  color: #333;
  font-weight: normal;
}
.nanp_example, 
.international_example {
  color: #555;
  font-style: italic;
  font-weight: normal;
}

/* Navigation Tabs --------------------------------------- */
div.wizard_category_navigator {
  float: left;
  clear: both;
  background-color: #C3CBDF;
  width: 100%;
  border-right: 1px #555 solid;
}
div.wizard_category_navigator_node_con {
  float: left;
  border-right: 1px #DDD solid;
  padding: 0 1em 0 0;
  margin: .5em;
}
span.wizard_category_navigator_node_step_con {
  color: #666;
  font-size: .9em;
  font-weight: bold;
}
div.wizard_category_navigator_node_name_con, 
span.wizard_category_navigator_node_name_con {
  font-size: 1em;
  font-weight: bold;
  color: #C00;
  display: block;
}

/* Wizard Step Container - Content of Step --------------- */
div.wizard_procedure_con {
  float: left;
  clear: both;
  width: 100%;
  background-color: #E2EDF3;
  border: 1px #555 solid;
  border-width: 0 1px 1px 0;
}
div.wizard_procedure_step_header_con {
  font-weight: bold;
  padding: 1em 0;
}

div.content_con {
  clear: both;
  float: none;
}

table.wizard_procedure {
  padding: 0 0 0 0;
  margin: 0;
  width: 100%;
}
.wizard_procedure_step_name_con {
  clear: both;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  width: 100%;
}

/* Step Help --------------------------------------------- */
.wizard_help {
  display: none;
}

/* Navigation Bar ---------------------------------------- */
td.procedure_navigation_bottom_con {
  padding: 1em .25em;
  text-align: left;
}
.procedure_navigation_con button {
  background: #EEE;
  border: 1px #CCC solid;
  border-width: 1px 1px 2px 1px;
  color: #555;
  cursor: hand;
  cursor: pointer;
  font-size: .8em;
  font-weight: bold;
  margin: 0 .05em 0 0;
  padding: .25em .75em .2em .75em;
}
.procedure_navigation_con button:hover {
  border-color: #999;
  color: #333;
}
span.submit_registration_button_con {
  display: block;
  padding: 1em 0;
}

/* Messages ---------------------------------------------- */
div.messages_con {
  background: #FFC;
  border: 1px #C00 solid;
  margin: .5em 0;
  width: 100%;
  float: left;
}
div.messages {
  padding: .25em;
}
div.error_message_con {
  color: #C00;
  font-weight: bold;
  padding: 0 0 4px 20px;
  background: transparent url(/resources/all/docroot/cms/icons/x16/message_error.png) no-repeat 0% 0%;
}
div.wizard_component {
  float: left;
  clear: both;
}

/* Misc colors */
div.instruction_con, 
div.instruction {
  color: #092063;
}
.section_con {
  border-bottom: 1px solid #AAA;
}
/* form styles --------------------*/

/* subscribe to newsletter */

.options span.extra_value_name {
  display: none;
}
#subscription_text {
  width: 200px;
}
/* calendar -------------------*/
.calendarComponent table {
  width: 100%;
}
div.calendarsearchbean {
  margin: 10px 0;
}
span.monthWeekDayText {
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
td.monthWeekDayText_con {
  border: 1px solid #aaa;
  padding: 10px 5px;
  width: 14%;
}
table.monthTable {
  border-left: 1px solid #aaa;
}
td.saturday_con {
  border-right: 1px solid #aaa;
}
td.monthDayHeaderInactive_con, 
td.monthDayHeader_con,
td.monthDayBody_con,
td.monthDayBodyInactive_con {
  border: solid #aaa;
}
td.monthDayBody_con,
td.monthDayBodyInactive_con {
  border-width: 0px 1px 1px 0;
  padding: 10px 2px;
}
td.monthDayHeaderInactive_con, 
td.monthDayHeader_con {
  border-width: 0px 1px 0 0;
}

/* header-------------- */

div.monthHeader {
  width: 99.6%;
  overflow: hidden;
  clear: both;
  padding: 5px 0;
  color: white;
}
div.dateSelector {
  width: 190px; 
  margin: 0 auto;
}
.calendarsearchbean .calendarComponent div.dateSelectors_con,
.calendarsearchbean .calendarComponent div.dateSelectors {
  float: left;
  display: block;
}

span.dateSelectorPrevious,
span.dateSelectorNext {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  text-indent: -4000em;
}
a.dateSelectorPrevious,
a.dateSelectorNext {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
}
span.dateSelectorPrevious  {
  background: url(/resources/dyn/files/76596/_fn/arrow_back.png) no-repeat center left;
}
span.dateSelectorNext {
  background: url(/resources/dyn/files/76597/_fn/arrow_next.png) no-repeat center right;
}

/* summary */
.vevent .event_con .miwt_collapsable_content {
  padding: 10px;
}
.event a.read_more {
  color: #FF9900;
}
.event div.subject,
.event_details span.subject {
  font-size: 1.3em;
  margin-bottom: 5px;
}
/* view event --------*/
span.title {
  font-size: 14px;
  margin: 0px 0 5px;
  padding: 0 0 5px;
  font-weight: bold;
  color: #900000;
  border-bottom: 1px dotted #900000;
  display: block;
}

/* form search results ---------------------------------------------------*/
div.formsearchresultsbean {
  margin-bottom: 20px;
  line-height: 1.3;
}

/* view event -------------------*/

div.title_link a.link {
  font-size: 16px;
  margin: 0px 0 15px;
  padding: 0 0 5px;
  font-weight: bold;
  color: #900000;
  border-bottom: 1px dotted #900000;
  text-decoration: none;
  display: block;
}
div.info img {
  float: left;
  margin: 0 10px 10px 0;
}
div.info {
  width: 100%;
  overflow: hidden;
  margin-bottom: 25px;
}
table.form_search_results_table {
  width: 100%;
}
.form_search_results_table span.image {
  display: block;
  float: left;
  margin-right: 10px;
}
.form_search_results_table td {
  padding: 4px 0;
}

/*hides next oage button */
div.paging_control {
  display: none;
}




/* home page only ----------------*/

#cloud9,
#stage9 {
  float: left;
  width: 49%;
  text-align: center;
  margin-top: 20px;
}
#stage9 {
  border-right: 1px dotted #900000;
}

/* column1 ---*/
#purchase_ticket {
  margin-bottom: 25px;
  display: block;
}

#purchase_ticket img {
  display: block;
}

/* title of column2 */
#column2 div.hometitle h2 {
  border-bottom: none;
}


div.menu_component {
 position: relative;
 display: inline-block;
}
* html div.menu_component {
 display:inline; zoom:1.0;
}
*+html div.menu_component {
 display:inline; zoom:1.0;
} 
.menu_component ul.menu_items {
 position: absolute;
 top: 1.5em;
 left: 0;
 background-color: #ddd; /* Required for phantom padding bug in IE. Seriously. */
 list-style: none;
 margin: 0;
 padding: 0;
 z-index: 1;
}
.menu_component li.menu {
 position: relative;
 margin: 0;
 padding: 0;
 width: 11em;  /* Override if necessary based on length of menu labels. */ 	
}
.menu_component li.menu ul.menu_items {
 top: 0;
 left: 100%;   /* Override if necessary based on position on page */
}
.menu_component .menu a.menu_item,
.menu_component .menu span.menu_item {
 display: block;
 width: 10em;
 color: #000;
 text-decoration: none;
 padding: 4px .5em;
 margin: 0;
}
.menu_component li.menu a.menu_item:hover {
 background-color: #aaa;
}
.menu_component li.menu span.menu_item {
 color: #666;
}
.menu_component .parent_menu > a.menu_item {
 background-image: url(/resources/all/docroot/miwt/component/images/menu-expand.gif) ;
 background-position: right center;
 background-repeat: no-repeat;
}
/** Support up to 5 levels for IE6 */
.menu_component ul,
div.menu_component.active ul ul,
div.menu_component.active .active ul ul,
div.menu_component.active li .active ul ul,
div.menu_component.active li li .active ul ul,
div.menu_component.active li li li .active ul ul  {
 display: none;
}
div.menu_component.active ul,
div.menu_component.active .active ul,
div.menu_component.active li .active ul,
div.menu_component.active li li .active ul,
div.menu_component.active li li li .active ul,
div.menu_component.active li li li li .active ul {
 display: block;
}
div.menu_component.active li:hover > ul {
 display: block;
}    div.window {
		background-color: #eee;
		border-style: ridge;
		border-color: ThreeDLightShadow ThreeDDarkShadow ThreeDDarkShadow ThreeDLightShadow;
		border-width:1px 2px 2px 1px;
		padding: 2px;
    }
	.titlebar_row td {
		height: 1.2em;
	}
	td.activewindowtitle {
	    font-weight: bold;
	    display: compact;
		text-align: center;
		vertical-align: middle;
		padding: 0px;
		margin: 0px;
	    border: 0px none;
		overflow: hidden;
		cursor: pointer;
		cursor: hand;
	}
    td.windowbuttons {
		color: ButtonText;
		margin: 0;
		font-size: .8em;
		text-align: right;
	}	
	td.inactivewindowtitle {
	    background-color: InactiveCaption;
	    font-weight: bold;
		color: InactiveCaptionText;
		text-align: center;
		vertical-align: middle;
		overflow: hidden;
		cursor: pointer;
		cursor: hand;
	}
	div.windowcontent {
	  	color: WindowText;
		background-color: #fafcff;
		border: 1px outset #777;
	    overflow: auto;
	    position: absolute;
	    top: 1.75em; /* Needs to be >= titlebar height + padding, etc */
	    bottom: 2px;
	    left: 2px;
	    right: 2px;
	}
	.windowresize_sw,
	.windowresize_se,
	.windowresize_nw,
	.windowresize_ne {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 5px;
		height: 5px;
		cursor: ne-resize;
	}
	.windowresize_sw {
		cursor: sw-resize;
	}

	.windowresize_se {
		cursor: se-resize;
	}

	.windowresize_nw {
		cursor: nw-resize;
	}				
    /* OptionDialog. */
    table.OptionDialogButtons,
    table.OptionDialog {
        margin: 0 auto;
    }

/* Progress Dialog. */
div.miwt_ajax_progress {
  padding: 1.5em; 
  width: 200px; 
  vertical-align: middle; 
  text-align: center; 
  background-color: #f5f5f5;
  z-index: 10001; 
  border: 1px solid #330000; 
}
span.miwt_ajax_progress span {
  background-color: lightsteelblue;
  border-top: thin solid black; 
  border-bottom: thin solid black;
}
#miwt_ajax_progress_0 {
  border-left: thin solid black;
}
#miwt_ajax_progress_4 {
  border-right: thin solid black;
}.miwt_dnd_feedback
{
  background-color: white;
  padding: 2px;
  border: thin gray solid;
}
 
.miwt_dnd_dropactive
{

}

div.dropoptions
{
  background-color: white;
  padding: 2px;
  border: thin gray solid;
}
div.column_visibility {
  position: relative;
  display: inline;
}
#ie6only div.column_visibility {
  position: static;
}
div.column_visibility_selector {
  position: absolute;
  top: 2.5em;
  right: 0;
  z-index: 1;
  min-width: 10em;
  visibility: hidden;
  border: 1px solid black;
  text-align: left;
  background: white;
  color: black;
  padding: .25em;
}
div.column_visibility button {
  width: 18px;
  height: 16px;
  text-indent: -1000em;
  overflow: hidden; 
  border: none;
  background: transparent url(/resources/all/docroot/miwt/component/images/view.gif) no-repeat center;
}
/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh_persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh_persistent,
ul.menubeanh_persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh_persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh_persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh_persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh_persistent ul,
ul.menubeanh_persistent ul ul,
ul.menubeanh_persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh_persistent li.over ul ul,
ul.menubeanh_persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh_persistent li.over ul,
ul.menubeanh_persistent ul li.over ul,
ul.menubeanh_persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv_persistent,
ul.menubeanv ul,
ul.menubeanv_persistent, ul { 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv_persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv_persistent li.mi_parent {
  cursor: pointer;
}
ul.menubeanv_persistent li ul {
  display: none;
}
ul.menubeanv_persistent li.over ul {
  display: block;
}
