/* CSS Document */

/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */
/* Begin CSS Popout Menu */

#menu{
	float: left;
	width: 930px;
	height: 40px;
	margin: 12px 0 6px 0;
	padding: 0 0 0 15px;
	z-index: 999;
	}

#menu a, #menu h2 { /* styles for all buttons */
	font:normal 10pt/16px Arial, Helvetica, sans-serif;
	display:block;
	border: 0;
	margin:0;
	padding: 2px 15px 2px 15px; /* padding for all buttons */
	}

#menu h2, #menu a {
	/* styles for ALL links/buttons */
	border: 0px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 5px 25px 0 25px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	}

#menu a:hover {
	color: #FFF;
	background: transparent url("../images/bkg-menu-hover.gif") repeat-x;
	}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:auto;
	border: 0;
	}

#menu ul li {
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	text-align: center;
	width:auto;
	border: 0;
	border-left: 1px solid #34373b;
	}

#menu ul li a.lastmenu {
	border-right: 1px solid #34373b;	
	}

#menu li:hover {
	color: #FFF;
	background:  url("../images/bkg-menu-hover.gif") repeat-x;
	}

#menu li.current{
	color: #FFF;
	background:  url("../images/bkg-menu-hover.gif") repeat-x;
	border-bottom: 1px solid #34373b;
	}

/* styles for sub-menus ONLY */

#menu ul ul {
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	list-style:none;
	margin: 0 0 0 -1px;
	padding: 0;
	float:left;
	width:170px;
	border: 1px solid #34373b;
	border-top: 0;
	background-color: #1a1a36;
	}

#menu li li {
	float: none;
	text-align: left;
	border: 0;
	margin: 0;
	}

#menu li li:hover {
	background: transparent url("../images/bkg-submenu-hover.png");
	}

#menu li li a {
	text-decoration:none;
	background: none !important;
	font-weight: normal;
	padding: 7px;
	}
	
#menu li li a:hover {
	}


#menu ul ul ul{
	top:0;
	left:100%;
	}


/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h2:hover{
background:#000 url(/css/images/expand3.gif) no-repeat -999px -9999px;
}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
font-weight:bold;
color:#000;
background:#eee url(/css/images/expand3.gif) no-repeat 100% 100%;
}

#menu a.x:hover{
color:#fff;
background:#000;
}

#menu a.x:active{
color:#060;
background:#ccc;
}

/* End CSS Popout Menu */
