/* CSS Document */
#navtwo {
	position: absolute;
	top: 12px;
	left: 26px;
	z-index: 2;
}
/* Remove list styling from all menus in .menulist ul class */
#navtwo,#navbar ul {
	width: 199px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navtwo li {
	float: left;
	position: relative;
	border-top: 1px solid #a4a4a4;
}
#navtwo li.first {
	border-top: 0;
}
#navtwo li a {
	display: block;
	width: 134px;
	padding: 7px 10px 7px 55px;
	background: url(/images/bulletNavTwo.gif) no-repeat;
	color: #000000;
	font-size: 75%;
	text-decoration: none;
}
#navtwo li a:hover {
	background: url(/images/bulletNavTwoOver.gif) no-repeat;
	color: #000000;
}
#navtwo li a:active,#navtwo li a:focus {
	background: url(/images/bulletNavTwoOver.gif) no-repeat;
	color: #000000;
}
#navtwo li img {
	display: none;
}
#navtwo li ul {
	position: absolute;
	top: 6px;
	width: 150px;
	left: 165px;
	visibility: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navtwo li ul li {
	border: 0;
}
#navtwo li ul li a {
	width: 138px;
	padding: 2px 6px 4px;
	background-color: #888888;
	background-image: none;
	color: #ffffff;
	border: 1px solid #000000;
	border-top: 0;
	font-size: 70%;
}
#navtwo li ul li a.first {
	border-top: 1px solid #000000;
}
#navtwo li ul li a:hover {
	background-color: #757575;
	background-image: none;
	color: #ffffff;
}
#navtwo li ul li a:active,#navtwo li ul li a:focus {
	background-color: #686868;
	background-image: none;
	color: #ffffff;
}
#navtwo li ul li img {
	position: absolute;
	display: block;
	top: 4px;
	left: 138px;
	border: 0;
}
/* offset position of second/third level menus */
#navtwo ul ul{
	top: 10px;
	left: 150px;
}