/* Style for Content Managed Menu System */
div#topnav {
	margin: 0px auto;
	clear: both;
	height: 44px;
	background: transparent;
}
div#topnavbar {
	margin: 0px auto;
	height: 44px;
	/* HIDDEN OVERFLOW IS IMPORTANT, DO NOT REMOVE */
	overflow: hidden;
}
div#topnavbar ul {
	border: 0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#topnavbar ul li {
	display: block;
	float: left;
	height: 44px;
	background: transparent url('../../../templates/bartwood/images/bubble_2.png') no-repeat top left;
	/*background: url('/staticfiles/menu2_joomla/images/left.gif') no-repeat 0px;*/
	/*set this to hide the first li's border*/
	/*margin-left: -2px !important;*/
	white-space: nowrap;
	list-style: none;
}
div#topnavbar ul li a {
	display: block;
	line-height: 44px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
div#topnavbar ul li a:hover {
	color: #393939;
	text-decoration: none;
	/*background: transparent url('../images/nav_hover.gif') repeat-x;*/
	/*background: #808080 url('/staticfiles/menu2_joomla/images/left_hover.gif') no-repeat 0px;*/
}
/* Style for the JavaScript Hover */

div.hiddensublist {
	position: absolute;
	visibility: hidden;
	display: none;
}
div.visiblesublist {
	display: block;
	float: none;
	position: absolute;
	width: 217px !important;
	background-color: #d9d9d9;
	margin-left: 16px;
	z-index: 998;
	border: 2px solid #d9d9d9;
}
div.visiblesublist ul {
	list-style: none !important;
	list-style-type: none !important;
	width: 217px !important;
}
div.visiblesublist ul li {
	display: block !important;
	background-image: none !important;
	float: none !important;
	border: 0px !important;
	height: 20px !important;
	width: 217px !important;
}
div.visiblesublist ul li a {
	display: block;
	width: 210px !important;
	position: relative;
	padding-left: 5px !important;
	line-height: 20px !important;
	text-align: left !important;
	white-space: normal !important;
	font-weight: normal !important;
	color: #000000 !important;
	background-color: #8be1f9;
	border: 1px solid #cccccc;
}
div.visiblesublist ul li a:hover {
	color: #333366 !important;
	font-weight: bold !important;
	line-height: 20px !important;
	background-image: none !important;
	background-color:  #ffffff !important;
}

/* Child Hover */
div.hiddensidelist {
	position: absolute;
	visibility: hidden;
	display: none;
}
div.visiblesidelist {
	display: block;
	float: none;
	position: absolute;
	width: 215px !important;
	background-color: #ffffff;
	margin-top: -32px;
	margin-left: 215px;
	z-index: 999;
	border: 2px solid #ffffff;
}
div.visiblesidelist ul {
	list-style: none !important;
	list-style-type: none !important;
}
div.visiblesidelist ul li {
	display: block !important;
	background-image: none !important;
	float: none !important;
	border: 0px !important;
}
div.visiblesidelist ul li a {
	display: block;
	width: 210px !important;
	position: relative;
	padding-left: 5px !important;
	font-weight: normal !important;
	text-align: left !important;
	white-space: normal !important;
	color: #000000 !important;
	background-color: #8be1f9;
	border: 1px solid #ffffff !important;
}
div.visiblesidelist ul li a:hover {
	color: #333366 !important;
	font-weight: bold !important;
	background-image: none !important;
	background-color:  #ffffff !important;
}