/* nav.css © Factor of 4, 2009*/
/*MPG*/
/*"#nav" defines the location of the main navigation for the JavaScript used for MSIE browsers. */
#nav    { 
}
.menu { 
	color: #fff;
	font-size: 16px; 
	font-weight: bold; 
	line-height: 110%; 
	text-align: center;
}
#nav a.menu:link  { 
	text-decoration: none }

#nav a.menu:visited, a.menu:active  { 
	color: #fff;
	text-decoration: none }

#nav a.menu:hover    { 
	color: #ff3; 
	text-decoration: none }

#nav li:hover { 
	color: #ff3; 
	background-color: #0b9981 }

#mainnav ul {
	list-style: none;
	padding: 0;
	margin:  0;
}

#mainnav2 ul {
	list-style: none;
	padding: 0;
	margin:  0;
}

#nav a {
	text-decoration: none;
}

#nav li {
	float: left;
	position: relative;
	text-align: center;
	background-color: #41a831; 
	border-style: solid; 
	border-width: 1pt; 
	border-color: #ff3 #000 #000 #ff3;
}

#nav li li a {
	display: block;
	font-weight: bold;
	color: #fff;
	padding: 2px;
	margin: 0px;
}

#nav li li a:hover {
	padding: 2px;
	color: #ff3;
	font-weight: bold;
	margin: 0px;
}

#nav li#menu1 {
	width: 148px;
	height: 24px;
	text-align: center; 
	visibility: visible; 
	border-style: solid; 
	border-width: 1pt; 
	border-color: #ff3 #000 #000 #ff3;
}

#nav li#menu2 {
	width: 148px;
	height: 24px;
	text-align: center; 
	visibility: visible; 
	border-style: solid; 
	border-width: 1pt; 
	border-color: #ff3 #000 #000 #ff3;	
}

#nav li#menu3 {
	width: 148px;
	height: 24px;
	text-align: center; 
	visibility: visible; 
	border-style: solid; 
	border-width: 1pt; 
	border-color: #ff3 #000 #000 #ff3;
}

#nav li#menu4 {
	width: 148px;
	height: 24px;
	text-align: center; 
	visibility: visible; 
	border-style: solid; 
	border-width: 1pt; 
	border-color: #ff3 #000 #000 #ff3;
}

#nav li#menu5 {
	width: 148px;
	height: 24px;
	text-align: center; 
	visibility: visible; 
	border-style: solid; 
	border-width: 1pt; 
	border-color: #ff3 #000 #000 #ff3;
}

#nav li#menu6 {
	width: 148px;
	height: 24px;
	text-align: center; 
	visibility: visible; 
	border-style: solid; 
	border-width: 1pt; 
	border-color: #ff3 #000 #000 #ff3;
}

li ul {
	display: none;
	position: relative;
	top: 6px;
	left: 0;
	padding: 0px;
	margin: 0px;
}

#nav li>ul {
	top: 6px;
	left: 0px;
	margin: 0px;
}

#nav li li {
	width: 147px;
	display: block;
	float: none;
	background-color: #41a831; 
	border-color: #ff3 #000 #000 #ff3;
	margin: 0px;
}

#nav li:hover ul, li.over ul {
	display: block;
	background-color: #0b9981; 
}


.bodytext a:link   { color: #ff3; text-decoration: none }
.bodytext a:visited, a:active   { color: #ff3; text-decoration: none }
.bodytext a:hover   { color: #fff; text-decoration: underline }
.sidebartext a:link    { color: #ff3; text-decoration: none }
.sidebartext a:visited, a:active    { color: #ff3; text-decoration: none }
.sidebartext a:hover    { color: #f00; text-decoration: underline }
.toolbar a:link   { color: #ff3; text-decoration: none }
.toolbar a:visited, a.toolbar:active    { color: #ff3; text-decoration: none }
.toolbar a:hover   { color: #fff; text-decoration: underline }
