/*menu style*/
.menu {
	position:relative;
	height:2em;
	background:#b7c6ac;
	border-top:10px solid #e6f1fc;
	padding-bottom:1px;
	background:#e6f1fc;
	margin-bottom:2em;
	}

.menu ul{
	list-style-type:none;
	padding:0;
	margin:0 0 0 20px;
	}

.menu li{ float:left; }

.menu table{
	position:absolute;
	border-collapse:collapse;
	left:0;
	top:0;
	}

.menu a, .menu :visited {
	color:#336699;
	font-weight:bold;
	text-decoration:none;
	}
.menu a em.lft, .menu :visited em.lft {
	display:block;
	float:left;
	width:5px;
	height:2em;
	/*background: transparent url(images/lefta.gif);
	*/border-bottom:1px solid #e6f1fc;
	}
.menu a b, .menu :visited b {
	display:block;
	font-weight:bold;
	float:left;
	padding:0 10px;
	height:2em;line-height:1.9em;
	/*background: transparent url(images/mida.gif);
	*/cursor:pointer;
	}
.menu a em.rgt, .menu :visited em.rgt {
	display:block;
	float:left;
	width:5px;
	height:2em;
	background: #6b92d7 /*transparent url(images/righta.gif);
	*/border-bottom:1px solid #e6f1fc;
	}
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:2em;
	top:2em;
	left:-20px;
	width:749px;
	border-bottom:1px solid #e6f1fc;
	border-right:1px solid #e6f1fc;
	background:#6b92d7;
	}

.menu :hover { white-space:normal;}

.menu a:hover b { 
	color:#000;
	/*background: transparent url(images/midb.gif);
	*/border-bottom-color:#e6f1fc;
	}
.menu a:hover em.lft {
	/*background: transparent url(images/leftb.gif);
	*/border-bottom-color:#6b92d7;
	}
.menu a:hover em.rgt {
	/*background: transparent url(images/rightb.gif);
	*/border-bottom-color:#6b92d7;
	}

.menu li:hover > a b
	{
	color:#000;
	background: transparent url(images/midb.gif);
	border-bottom-color:#6b92d7;
	}
.menu li:hover > a em.lft {
	background: transparent url(images/leftb.gif);
	border-bottom-color:#e6f1fc;
	}
.menu li:hover > a em.rgt {
	background: transparent url(images/rightb.gif);
	border-bottom-color:#e6f1fc;
	}
.menu ul li:hover ul,
.menu ul a:hover ul{
	display:block;
	visibility:visible;
	top:2em;
	margin-top:1px;
	}

.menu ul :hover ul li {
	display:block;
	width:auto; 
	border-left:1px solid #e6f1fc; 
	background:#6b92d7; 
	height:2em;
	padding:0 2px;
	}
.menu ul :hover ul li a {
	display:block; 
	font-size:1em; 
	height:2em; 
	line-height:2.5em; 
	width:auto; 
	float:left; 
	color:#FFF; 
	padding:0 10px;
	}

.menu ul :hover ul li a:hover {color:#ffff00;}