html
{ 
    filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
	overflow-y: scroll;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	border-style: solid;
	border-color: #999999;
	border-width: 0px 1px 1px 1px;
	padding: 0px;
	background: #ffffff url(bg.png) center center repeat;
}

li
{
	margin-bottom: 0px;
}

#logo
{
	clear : both;
	width: 960px;
	height: 60px;
	background-image: url(TitleLogo.jpg);
	background-repeat: no-repeat;
}

#logo a
{
	text-indent: -99999px;
	float:left;
	display:block;
	width:960px;
	height:60px;
	border:none;
	text-decoration:none;
	overflow:hidden;
} 


#menu
{
	width: 960px;
	height: 30px;
	background-color:#999;
	margin:0;
	padding:0;
	background: #000000 url(menu.png) center center repeat-x;
	background-position: 0px 0px;
	font-weight: bold;
	color:#fff;
}

#nav, #nav ul
{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:absolute;
	line-height: 30px;	
}

#nav a
{
	display:block;
	padding:0px 0px;
/*	border:1px solid #333;*/
	color:#ffffff;
	text-decoration:none;
	background-color:#333;
	padding-left: 15px;
	padding-right: 15px;
}

#nav li a
{
	color:#ffffff;
	background: #000000 url(menu.png) center center repeat-x;
	background-position: 0px 0px;
}

#nav li a:hover
{
	color:#ffffff;
	background: #000000 url(menu.png) center center repeat-x;
	background-position: 0px -30px;
}

#nav li ul a
{
	color:#333333;
	background: #ffffff url(bg.png) center center repeat;
	filter:alpha(opacity=90); /*IE*/
	-moz-opacity:0.9; /*FF*/
	opacity:0.9;
}


#nav li ul a:hover
{
	color:#ffffff;
	background: #000000 url(menu.png) center center repeat-x;
	background-position: 0px 0px;
}


#nav li
{
	float:left;
	position:relative;
}

#nav ul
{
	position:absolute;
	display:none;
	width: 15em;
	width /**/: auto;
	top:30px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

#nav li ul a
{
	width:15em;
	height:auto;
	float:left;
}

#nav ul ul
{
	top:auto;
}	

#nav li ul ul
{
	left:16em;
	margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul
{
	display:none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul
{
	display:block;
}