/* CSS Document */

#frontmenu {
	width: 750px;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	top:170px;
	font-size:14px;
	background-color:#eeeeee;
	text-align:center;
	
}

/*#frontmenu ul {
list-style: none;
margin: 0;
padding: 0;
width: 125px;
float: left;
}

#frontmenu a {
	color: #000000;
	text-align: center;
	display: block;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
background-color: #eeeeee;
}


#frontmenu a:hover {
	color: #ffffff;
	background-image: url(../images/selectedbackground.jpg);
	background-color: #22A1F0;
}
#frontmenu span	 a:hover {
	color: #ffffff;
	background-image: url(../images/selectedbackground2.jpg);
	background-color: #22A1F0;
}

#frontmenu li {position: relative;}

#frontmenu ul ul {
position: absolute;
z-index: 500;
}

#frontmenu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

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

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

</style>
[if IE]>
<style type="text/css" media="screen">
 #frontmenu ul li {float: left; width: 100%;}
</style>
<![endif]
[if lt IE 7]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
}

#frontmenu ul li a {height: 1%;} 
*/