#nav h1 {
	width:150px;
	padding:0;
	margin:0;
}
#nav ul {
	list-style:none;
	margin: 0 0 0 0px;
	padding:0 0 0 20px;
}
#nav ul h2 {
	float: left;
	text-transform:uppercase;
}

#nav ul h2 a {
	color: #4a4a4a;
	font-weight: bold;
	line-height:35px;
	padding:0px;
}
#nav h2 a:hover {
	color:#FF0000;
}
#nav li {position: relative;}
#nav ul ul li {
	color: #4a4a4a;
/*	margin-left:10px;
	_margin-left:5px;*/
}
#nav ul ul ul {
	list-style: none;
	position: absolute;
	top: 0;
	left: 100%;
}
#nav ul ul a {
	font-size:10px;
	font-weight:normal;
	width:100px;
/*	text-decoration: underline;*/
	line-height:22px;
	width:100px;
	text-transform: uppercase;
}

/*#nav ul ul li h2:first-letter {
	font-size: 44px;
	text-transform: uppercase;
}*/
a:first-letter {
	font-size: 14px;
	text-transform: uppercase;
}
h2:first-letter {
	font-size: 14px;
	text-transform: uppercase;
}

#nav ul ul a:hover {}

div#nav ul ul {
	list-style:none;
	display: block;
}

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

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

div#nav ul li:hover ul,
div#nav ul ul li:hover ul,
div#nav ul ul ul li:hover ul
{display: block;
}
body {
behavior: url(/csshover.htc);
}
<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
}

#nav ul li {
	float: left;
	width: 140px;
}
#nav ul li a {height: 1%;
	width: auto;
	height:20px;} 

#nav a, #nav h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4a4a4a;
	text-decoration: none;
	list-style: none;
	font-weight: bold;
	margin:0;
	padding:0;
}
</style>
<![endif]-->
