@charset "utf-8";
/* CSS Document */
/* LISTS & TEXT HEADERS */

body {
   behavior: url("csshover3.htc");
}
/* Whole Menu */
#menu {
position: relative;
	width:1000px;
	height:45px;
	top:3px;
	font-family:Arial;
    font-size:18px;
	background-image:url(images/menubg.png);
	background-repeat:no-repeat;
	color:#79afee;
	z-index:2;
	margin-left:auto;
	margin-right:auto;
}

#menu a {
	color: #000;
	background: #efefef;
	text-decoration: none;
	border: 1px solid #d9cb7b;
	width: 13em;
	
}

#menu a:hover {
color: #a00;
background: #fff;
border: 1px solid #d9cb7b;

}


/* Main Menu */
#menu a, #menu h2 {
font:  11px/16px arial, helvetica, sans-serif;
display: block;
margin: 0;
padding: 12px 3px;
font-weight:500;

}

#menu h2 {
	color: #fff;
	font-family:Arial;
	font-size:14px;
	width:30px;
	padding: 0;
	font-weight:500;
	background-color:#d9cb7b;

}

#menu h2 a {
font-family:Arial;
background-image:url(images/bgmenu1h2.png);
background-repeat:repeat-x;
font-weight:500;
font-size:14px;
width:90px;
color: #fff;
border: 0;
text-align:center;
background-color:#d9cb7b;



}

#menu h2 a:hover {
	color: #FFCC00;
	font-weight:500;
	background-image:url(images/bgmenuh3.png);
	background-repeat:repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:#d9cb7b;
	
}

/* Sub Menu */
#menu li {

position: relative;
margin-left:10px;
width:6em;
vertical-align:middle;
padding:0px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 6em;
height: 15px;
top:0px;
float: left;
margin-left:auto;
margin-right:auto;


}


#menu ul ul {
position: relative;
z-index: 2;
margin-left:10px;
}

#menu ul ul ul {
top: 0;
left: 100%;
}

#menu li:hover ul {

}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: 0.7em/1.4em arial, helvetica, sans-serif;
}
</style>
<![endif]-->
