/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */

/* Begin CSS Popout Menu */

#menubg {

	z-index:99;
}

#menu{
		width:;
		float:;
		padding-left:;
		padding-top:;
		font-family:Century Gothic,Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight:normal;
		background-color:;
		padding:0px;
		height: 20px;
		margin-bottom:10px;
		border-top:#E5E3E3 solid 1px;
		border-left:#E5E3E3 solid 1px;
		border-right:#E5E3E3 solid 1px;
		border-bottom:#A21A1A solid 5px;
		z-index:99;
}

div#menu a, div#menu h2{
		font-family:Century Gothic,Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:lighter;
		display:block;
		border-width: 0px;
		border-style:solid;
		color:#000000;
		background-color:;
		white-space:nowrap;
		margin:0;
		text-align:left;
		padding-top:3px;
		padding-left:20px;
		height:18px;
		z-index:99;
}

#menu h2{
		color:#000;
		font-weight:normal;
		background-image:url(../images/menubg1.gif);
		background-repeat:repeat-x;
}

#menu a{
		background-image:url(../images/menubg1.gif);
		background-repeat:repeat-x;
		text-decoration:none;
		padding:0px;
		
}

#menu a, #menu a:visited{
		background-image:url(../images/menubg1.gif);
		background-repeat:repeat-x;
}

#menu a:hover{
		color:#0000ff;
		text-decoration:none;
		background-image:url(../images/menubg2.gif);
		background-repeat:repeat-x;
		
}

#menu a:active{
	
	
}

#menu ul{
		list-style:none;
		margin:0;
		padding:0;
		float:none;
		background:;
		display:block;
		background-color:;
		height:13px;
	
}

#menu li{
	position:relative;
	background-color:;
	border-left:#ACACAC solid 1px;
	border-right:#ACACAC solid 1px;
}


#menu li .m_bottom{
	border-bottom:#ACACAC solid 1px;
}

#menu li .m_top{
	border-top:#ACACAC solid 1px;
}



#menu ul ul{
		position:absolute;
		z-index:500;
		top:auto;
		left:0px;
		display:none;
		background-image:url(../images/menubg1.gif);
		background-repeat:repeat-x;
	

}

#menu ul ul a{
		color:#000000;
		background-image:url(../images/menubg1.gif);
		background-repeat:repeat-x;
	

}

#menu ul ul a:hover{
		background-image:url(../images/menubg2.gif);
		background-repeat:repeat-x;
		color:#0000FF;
		text-decoration:none;
}


#menu ul ul ul{
		top:0;
		left:100%;
		background-image:url(../images/menubg1.gif);
		background-repeat:repeat-x;
	

}

/* 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-image:url(../images/menubg2.gif);
		background-repeat:repeat-x;
color:#00f;
text-decoration:underline;

}

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{
color:#000;
		background-image:url(../images/menubg1.gif);
		background-repeat:repeat-x;
}

#menu a.x:hover{
color:#fff;
background:#000;
}

#menu a.x:active{


}

/* End CSS Popout Menu */

