/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */

*{margin:0;padding:0;border:none;}

/* Begin CSS Popout Menu */

#menu{
	width:500px;
	float:left;
	margin-top: 87px;
	margin-right:0px;
	padding-right:0px;
	padding-left: 17px;
	z-index: 50;
	text-align:left;
}
#menu a.menu_img, #menu a:hover.menu_img, #menu a:visited.menu_img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

#indexContainer {
	z-index: 0;
}

#menu a{
font: 11px/16px arial,helvetica,sans-serif;
background:#F0EEE3;
text-decoration:none;
padding:7px 10px;
display:block;
border-width:1px;
border-style:solid solid none;
border-color:#767D82;
white-space:nowrap;
margin:0;
}

#menu a, #menu a:visited{
color:#767D82;
}

#menu a:hover{
color:#FFFFFF;
background:#767D82;
}

#menu a:active{
color:#FFFFFF;
background:#767D82;
}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	float: left;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #767D82;
}
#menu ul.homebtn{
	width: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu ul.productsbtn{
	width: 61px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu ul.servicesbtn{
	width: 59px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu ul.resourcesbtn{
	width: 69px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu ul.gallerybtn{
	width: 51px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu ul.gov_progbtn{
	width: 126px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu ul.contactbtn{
	width: 60px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#menu li{
	position:relative;
}

#menu ul ul{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	width: 200px;
}

#menu ul ul ul{
top:0;
left:199px;
}

/* 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 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:#a00;
background:#ddd;
}

#menu a.x:active{
color:#060;
background:#ccc;
}


/* End CSS Popout Menu */
