@charset "utf-8";
/* CSS Document */

#menu{
width:845px;
float:left;
	
	border-top:1px solid #595959;
	border-bottom:1px solid #595959;
	margin-top:10px;
	margin-left:7px;
	height:30px;
}

#menu a, #menu h2{
display:block;
white-space:nowrap;
margin:0;
}#menu a:hover{
	color:#a5d0ef;
}

#menu h2{
}

#menu h2 a{
	padding:6px 5px 6px 5px;
	color:#FFFFFF;
	font-size:14px;
}

#menu a, #menu a:visited{
}

#menu a:hover{
}

#menu a:active{
}

#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
}

#menu li{
position:relative;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
width:170px;
margin-top:-8px;
}#menu ul ul li{
	float:left;
	clear:both;
	width:100%;
}#menu ul ul a{
	float:left;
	clear:both;
	width:100%;
	color:#FFFFFF;
	font-size:14px;
	background-image:url(/images/bg_navtile.png);
	background-position:center top;
	background-repeat:repeat-x repeat-y;
}#menu ul ul a:hover{
	background-image:url(/images/bg_navtile_hover.png);
	background-position:center top;
	background-repeat:repeat-x repeat-y;
}.padding{
	padding:6px 5px 6px 5px;
}

#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{
}

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{
}

#menu a.x:hover{
}

#menu a.x:active{
}

<!--[if lt IE 7]>
body {
behavior: url(csshover.htc);
} 
<![endif]-->
