body {
	  margin: 0;
	  padding: 0;
	  text-align: left;
	  min-width: 228px 
}
#menu_container {
	width: 228px;
	/*height: 300px;*/
	/*background: url(../images/basic_main_back.jpg) repeat-x;*/
	margin-top: 5px;
}

.menu_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*font-weight: bold;
	text-transform: uppercase;*/
	/*border: solid #ffffff 1px;*/
	width: 228px;
	letter-spacing: 2px;
	float: left;
	text-align: left;
	/*margin: 5px 5px 0 5px;
	background-image: url(../images/1x1white.gif);
	background-position: 198px;
	background-repeat: repeat-y;*/
}
.menu_right a, .menu_right a:visited, .menu_right a:link {
	padding: 6px 6px 6px 20px;
	display:block;
	text-decoration: none;	
	color: #050A13;
/*	background-image: url(../images/1x1white.gif);
	background-position: 20px;
	background-repeat: repeat-y;*/
}

.menu_right a:hover{
	background-color: #445569;
	color:#FFFFFF;
}



/*------- menu id's ------*/


/*#company_right {
	background-color: #374456;
}

#contact_right {
	background-color: #252F3E;
}

#events_right{
	background-color: #506177;
}

#news_right {
	background-color: #0C131D;
}

#products_right {
	background-color: #050A13;
}

#support_right {
	background-color: #17202B;
}*/
.step {
	  text-align: left;	
}
ul.step_down {
	  margin: 0 0 0 10px;
	  padding: 0;
	 
}
#submenu_container {
	background-color: #eeeff3;
	float: right;
	width: 228px;
	/*margin: 5px 0 0 0;*/
	padding:0;
	border-top: solid #c2c2c2 1px;
	border-bottom: solid #c2c2c2 1px;
}
ul {
	margin: 0;
	padding: 6px 6px 6px 20px;
	list-style: none;
	text-align: left;
	display:block;
	/*border-left: solid #ffffff 1px;*/
	/*border-right: solid #8596aa 1px;*/
}
li a, li a:visited{
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 10px;*/
	/*letter-spacing: 2px;*/
	text-decoration: none;
	color: #17202b;
	line-height: 20px;
	/*letter-spacing: 1px;*/
}
li a:hover{
	color: #B5111B;
}

#googlesearch  { position: relative; right:3px ;float: right; margin: 0px; padding: 0px; }
/*
#googlesearch  {
padding-left: 695px;
}*/

/* ---------------------- Begin CSS Drop Down Menu ----------------------------------------*/

#menuh-container
	{
	}

#menuh
	{
	font-family: arial, helvetica, sans-serif;
	/* font-size: 10; */
	width:100%;
	float:left;
	background-image: url(../../images/head_back.png);
	background-repeat: repeat-x;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 4px;
	border-right: solid white 1px;
	/* border-top: solid white 1px;
	border-bottom: solid white 1px; */
	line-height: 17px;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	padding: 4px 7px;
	font-weight: normal;
	color: white;
	/* background-color: #939DA8; */
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: red;
	background-color: #445569;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent 	/* attaches side-arrow to all parents */
	{
	background-color: #939da8;
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	border: 1px solid #555;
	width:100px;
	}

#menuh a.parent_sub, #menuh a.parent_sub:hover 	/* attaches side-arrow to all parents */
	{
	font-weight: bold;
	text-decoration: underline;
	color: white;
	cursor: default;
	background-color: #596181;
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	border: 1px solid #555;
	width:100px;
	}

#menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-color: #445569;
	}

#menuh ul
	{
	list-style:none;
	margin:0 ;
	padding:0;
	float:left;
/*	width:80px;	*/ /* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
	min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom; 		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	/* padding: 1em;
	margin:-1em 0 0 -1em; */
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* ------------- End CSS Drop Down Menu ---------------------*/
