.navList #content
{
	voice-family: "\"}\"";
	voice-family: inherit;
}

.navList html>body #content { width: 800px; }
.navList a { text-decoration: none; }
.navList a:link { color: white; }
.navList a:visited { color: white; }
.navList a:active { color: white; }
.navList a:hover { text-decoration: underline; }

.navList ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.navList #nav a
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}

.navList #nav li li a
{
	display: block;
	font-weight: normal;
	color: white;
	padding: 0.2em 10px;
}

.navList #nav li li a:hover
{
	padding: 0.2em 10px;
	background-color: #000066;
}

.navList li
{
	float: left;
	position: relative;
	width: 114px;
	z-index:9999;
	text-align: center;
	cursor: default;
	background-color: #4682b4;
	border-width: 1px 0 1px 0;
	border-color: black;
	border-style: solid;
}

.navList  li first { border-left-width: 0px; }
.navList  li last { border-right-width: 0px; }

.navList li ul
{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color: #4682b4;
	padding: 0.5em 0 1em 0;
	border-right: black;
	border-left: black;
	border-width: 0 1px 1px 1px;
	border-style: none solid solid solid;
}

.navList li>ul
{
	top: auto;
	left: auto;
}

.navList li li
{
	display: block;
	float: none;
	background-color: #4682b4;
	border: 0;
}

.navList li:hover ul, li.over ul { display: block; }


.navList hr { display: none; }

#menuBuff { width:5px; }
#metrahome { width:82px; }
#sor { width:134px; }
#process { width:124px; }
#star { width:84px; }
#ses { width:124px; }
#upnw { width:123px; }
#upw { width:124px; }
#nav { 	z-index:99; }

.navList li ul ul
{
 top:-10px;
 left:100px;
 border-top:1px solid Black;
}
.navList li:hover ul li.second ul, li.over ul li.second ul{ display: none; }
.navList li ul li.second:hover ul, li ul li.over ul { display: block; }

