/* Sets the size of the menu wrapper/text and applies a background color */
#menu_g {

	width: 900px;
	margin: 0 auto;
	height: 0px;
	font-size: 12px;
	background-color: #000;
}

/* This takes the default padding away from the list */
#menu_g ul { height: auto; padding: 8px 0px; margin: 0px; }

/* This makes the menu links run inline, or horizontal and adds padding */
#menu_g li { display: inline; padding: 5px; }

/* Changes link color, takes underline away */
#menu_g a {
	text-decoration: none;
	color: #FFF;
	padding: 2px 5px 5px 5px;
}

/* Changes the hover effect of the links */
#menu_g a:hover { color: #000; background-color: #CCC; }



@charset "utf-8";
/* CSS Document */

#menu_hor {

width: 100%;
background: #eee;
/*float: left;*/

/*uit menu.css:*/
	width: 895px;
	/*height: 60px;*/
	margin: 0 auto;




}
#menu_hor ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float:  left;
}

#menu_hor a, #menu_hor h2 {
/*font: bold 13px/13px verdana, arial, helvetica, sans-serif;*/
/*font: Verdana, Geneva, sans-serif;*/

display: block;
/*border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;*/
margin: 0;
padding: 2px 2px 2px 2px;
}

#menu_hor h2 {
letter-spacing: 0px;
font-size: 12px;
color: #fff;
background: #000;
/*text-transform: uppercase;*/
}

#menu_hor a {
font-size: 12px;
color: #FFF;
background: #000;

text-decoration: none;

}

#menu_hor a:hover {
color: #A00;
background: #CCC;
}

#menu_hor li {
	position: relative;}


#menu_hor ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

#menu_hor ul ul {
position: absolute;
z-index: 500;
background:  #C3f;
}

div#menu_hor ul ul {
display: none;
}

div#menu_hor ul li:hover ul
{display: block;
/*text-submenu;*/

width: 250px;}

div#menu_hor ul ul,
div#menu_hor ul li:hover ul ul,
div#menu_hor ul ul li:hover ul ul
{display: none;
}

div#menu_hor ul li:hover ul,
div#menu_hor ul ul li:hover ul,
div#menu_hor ul ul ul li:hover ul
{display: block;
}


/*
body {
behavior: url(csshover.htc);
}

<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
}

#menu_hor ul li {float: left; width: 100%;}
#menu_hor ul li a {height: 1%;} 

#menu_hor a, #menu_hor h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
}
</style>
<![endif]-->

*/

