#menuNavRoot, #menuNavRoot ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:absolute;
	left:50%;
	top:78px;
	margin-left:-81px;
}
#menuNavRoot a {
	display:block;
	padding-left:12px;
	padding-right:12px;
	color:#fff;
	text-decoration:none;
	background-image:url(../images/topnav-bg.gif);
	font-size:14px;
	color:#FFFFFF;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-transform:uppercase;
	background-position:right;
	line-height:14px;
	padding-top:18px;
	padding-bottom:12px;
}
#menuNavRoot a:hover {
	background-image:url(../images/topnav-bg-ro.gif);
}
#menuNavRoot li {
	float:left;
	position:relative;
}
#menuNavRoot ul {
	position:absolute;
	display:none;
	top:44px;
}
ul#menuNavSubRoot {
	width:200px;
}
#menuNavSubRoot a {
	background-image:url(../images/subnav-bg.png);
	text-transform:none;
	padding-top:10px;
	padding-bottom:10px;
}
#menuNavSubRoot a:hover {
	background-image:url(../images/topnav-bg-ro.gif);
	background-color:#005baa;
	background-image:none;
}
li.menuNavSubLevel {
	width:100%;
}


/*

POSSIBLY UNNEEDED CODE

#menuNavRoot li ul a{
width:12em;
height:auto;
float:left;
}

#menuNavRoot ul ul{
top:auto;
}	

#menuNavRoot li ul ul {
left:12em;
margin:0px 0 0 10px;
}

/*

/*

PREVIOUS ATTEMPT AT STYLING


#menuNavRoot, #menuNavRoot ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
}

#menuNavRoot a{
display:block;
height:28px;
font-size:14px;
color:#FFFFFF;
font-family: Helvetica, Verdana, Arial, sans-serif;
text-transform:uppercase;
padding-left:12px;
padding-right:12px;
background-position:right;
line-height:14px;
padding-top:18px;
}

#menuNavRoot a:hover{
background-image:url(../images/topnav-bg-ro.gif);
}

#menuNavRoot li{
float:left;
position:relative;
background-image:url(../images/topnav-bg.gif);
height:46px;
}

#menuNavRoot ul {
position:absolute;
display:none;
width:12em;
top:1.5em;
}

#menuNavRoot li ul a{
width:12em;
height:auto;
float:left;
}

#menuNavRoot ul ul{
top:auto;
}	

#menuNavRoot li ul ul {
left:12em;
margin:0px 0 0 10px;
}

*/

/*
#menuNavRoot li:hover ul ul, #menuNavRoot li:hover ul ul ul, #menuNavRoot li:hover ul ul ul ul{
display:none;
}
#menuNavRoot li:hover ul, #menuNavRoot li li:hover ul, #menuNavRoot li li li:hover ul, #menuNavRoot li li li li:hover ul{
display:block;
}
*/

