@charset "utf-8";
/* CSS Document */



.menu { 
	position:relative; 
	font-size:90%;
	padding:0px; 
	display:table;
	margin:0 auto; 
	list-style-type:none;
	white-space:nowrap;
	vertical-align:middle;
	z-index:50;
	text-align:center;
	

	


}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:100%; 
	w\idth:960px;

}


/* remove all the bullets, borders and padding from the default list styling */

.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	z-index:50;
	/*background:#eeeeec url(../images/nav.jpg) bottom repeat-x;*/
	
	
	
}
.menu ul ul {
	width:149px;
	z-index:50;
	
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
	z-index:50;
	display:table-cell;



	
}


/* style the links for the top level */
.menu a, .menu a:visited {
	z-index:50;
	display:block;
	text-decoration:none; 
	padding-left:20px; 
	padding-right:20px; 
	margin:0;
	padding-bottom:13px;
	padding-top:13px;
	font-weight:bold;
	
	
	
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {

	padding-bottom:13px;
	padding-top:13px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#3a3a3a;
	z-index:500;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#3a3a3a url(../images/nav_hover.jpg) repeat-x top;
	z-index:500;

	
}
.menu ul ul :hover > a.drop {
	background:#3a3a3a url(../images/nav_hover.jpg) repeat-x top;
	z-index:500;
	
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#3a3a3a;
	z-index:500;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#3a3a3a url(../images/nav_hover.jpg) repeat-x top;
	z-index:500;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:40px;
	left:0; 
	z-index:50;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:40px;
	t\op:41px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:177px; 
	top:-1px;
	margin:0;
	padding-top:2px; 
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-177px;
	top:-1px;
	padding-top:2px; 
	margin:0;
	
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0;
	text-align:left;
}

.menu ul ul li  {
	position:relative;
	top:10px;
	border:none;
	text-align:left;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#3a3a3a; 
	padding:5px 10px 5px 10px;
	position:relative;
	width:128px;
	border:none;
	border-bottom:1px solid #999;
	font-weight:normal;
	background:#575556;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:128px;
	w\idth:128px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	background:#272727 url(../images/nav_hover.jpg) repeat-x top;
	
}
.menu :hover > a, .menu ul ul :hover > a {
	background:#272727 url(../images/nav_hover.jpg) repeat-x top;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible; 
	z-index:500;
	

}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;
	z-index:500;
}

.container {clear:both; text-decoration:none;}
* html .container {display:inline-block;
text-decoration:none;}


* html #menu li {
  float:left;
  }

* html #menu a {
  float:left;
  }

