/*  */
#column-1 ul.css_menu,
#column-1 ul.css_menu ul{
	list-style: none;
	margin:0pt 0pt 0pt 12px;
	padding: 1px;
	text-transform: uppercase;
}

#column-1 ul.css_menu ul{
	display: none;
	/*position: absolute;*/
	position: relative;
	margin-right: 0;
	z-index: 5;
	/*margin-left: -6px;*/
}

#column-1 ul.css_menu li{
	margin: 0;
	padding-left: 7px;
}

#column-1 ul.css_menu li{
	float: left;
	/*border: 1px solid black;*/
	/*background-color: #99fefd;*/
	/*width: 6em;*/
	position: relative;
	left: 2px;
	top: 0;
}

#column-1 ul.css_menu ul li{
	display: block;
}

#column-1 ul.css_menu:after{
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

#column-1 ul.css_menu li:hover{
	/*background-color: #66cbca;*/
}

/*
 * Hide sub menus that are not hovered over.
 * It only works for 5 levels deep.  If for some reason you need
 * more, it should be easy to see how to copy the last selector and
 * add one more li:hover.  Same goes for the display: block; part below.
 */

 #column-1 ul.css_menu li.open ul{
	display: block;
}

#column-1 ul.css_menu ul,
 #column-1 ul.css_menu li.open ul ul,
#column-1 ul.css_menu li:hover ul ul,
#column-1 ul.css_menu li:hover li:hover ul ul,
#column-1 ul.css_menu li:hover li:hover li:hover ul ul{
  display: none;
}

/* show hovered submenus */
#column-1 ul.css_menu li:hover ul,
#column-1 ul.css_menu li:hover li:hover ul,
#column-1 ul.css_menu li:hover li:hover li:hover ul,
#column-1 ul.css_menu li:hover li:hover li:hover li:hover ul{
	display: block;
}

/* RIGHT type menus */

#column-1 ul.cm_right li{
	float: none;
}

#column-1 li.normal a, #column-1 li ul li.normal a{
	color: #818181;
}

#column-1 ul.cm_right li.parent:hover,
#column-1 ul.cm_right li li.parent:hover{
	/*background: #66cbca url(arrow-right.png) right center no-repeat;*/
}

#column-1 ul.cm_right li.parent,
#column-1 ul.cm_right li li.parent{
	/*background-image: url(arrow-right.png);
	background-position: right center;
	background-repeat: no-repeat;*/
}

#column-1 ul.cm_right li ul,
#column-1 ul.cm_right li ul li.parent ul{
	left: -15px;
	top: -2px;
}
.vert_align_table{
	display: table;
	height: 43px;
	#position: relative;
	overflow: hidden;
	text-align: center;
}
.vert_align_td {
	#position: absolute;
	#top: 50%;
	#left: 50%;
	display: table-cell;
	vertical-align: middle;
	/*text-align: center;*/
}
.vert_align_td:hover {
	#position: absolute;
	#top: 50%;
	#left: 50%;
	display: table-cell;
	vertical-align: middle;
	background: #dbdbdb;

	/*text-align: center;*/
}
.vert_align_container{
	#position: relative;
	#top: -50%;
	#left: -50%;
}


/* LEFT type menus */

ul.cm_left li{
	float: none;
	padding-left: 15px;
}

ul.cm_left li.parent:hover,
ul.cm_left li li.parent:hover{
	background: #000000;
	/* url(arrow-left.png) left center no-repeat;*/
	stupid-ie-be-more-funny: expression(this.onmouseout = new Function("this.className=(' '+this.className+' ').replace(' hover ','');"));
}

ul.cm_left li.parent,
ul.cm_left li li.parent{
	background-image: url(arrow-left.png);
	background-position: left center;
	background-repeat: no-repeat;
	stupid-ie-be-more-funny: expression(this.onmouseover =  new Function("this.className += ' hover';"));
}

ul.cm_left li ul,
ul.cm_left li ul li.parent ul{
	left: -7.8em;
	top: -2px;
}



/* DOWN type menus */
ul.cm_down li ul{
	top: 1.5em;
	left: -4px;
}

ul.cm_down li ul li.parent ul{
	left: 5.9em;
	top: -0.1em;
}

ul.cm_down li.parent:hover{
	background: #66cbca url(arrow-down.png) right center no-repeat;
	stupid-ie-be-more-funny: expression(this.onmouseout = new Function("this.className=(' '+this.className+' ').replace(' hover ','');"));
}

ul.cm_down li.parent{
	background-image: url(arrow-down.png);
	background-position: right center;
	background-repeat: no-repeat;
	stupid-ie-be-more-funny: expression(this.onmouseover =  new Function("this.className += ' hover';"));
}

ul.cm_down li li.parent:hover{
	background: #66cbca url(arrow-right.png) right center no-repeat;
}

ul.cm_down li li.parent{
	background-image: url(arrow-right.png);
	background-position: right center;
	background-repeat: no-repeat;
}


