/* Default Joomla! Menu */
/* sets top dotted line to active menu item */
#ja-container2 ul.menu {
	margin-right: -1px;
	padding: 0 0 0;
	border-right: 1px solid #CCCCCC;
	list-style: none;
	background: url(../images/hdot2.gif) repeat-x bottom;
}
/* sets horizontal position of menu items */ 
#ja-container2 ul.menu li {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	white-space:pre; 
}
/* sets the dotted underline below each menu item */
#ja-container2 ul.menu li a {
	padding: 2px 0px 2px 0px;
	display: block;
	color: #333333;
	background: url(../images/hdot2.gif) repeat-x bottom;
	text-decoration: none;
	outline: none;
}
/* sets the bullet to the left of the menu option */
#ja-container2 ul.menu li a span {
	padding-left: 12px;
	background: none;/*url(../images/bullet.gif) no-repeat 5px 5px;*/
}
/* hover text for menu items */
#ja-container2 ul.menu li a:hover,
#ja-container2 ul.menu li a:active,
#ja-container2 ul.menu li a:focus {
	color: #FFFFFF;
	/* dotted line and background color for hover effect */
	background: url(../images/hdot2.gif) repeat-x bottom #0093DD;
	text-decoration: none;
}

#ja-container2 ul.menu li.active a {/*settings for selected left menu item*/
	/*background: #6FA93B;*/
	color: #0093DD;
	font-weight: bold;
	background: url(../images/hdot2.gif) repeat-x bottom; 
	text-decoration: none;
}

#ja-container2 ul.menu li.active a span {
	background: none;
}

#ja-container2 ul.menu li li a span {
	background: none;
}

#ja-container2 ul.menu li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ja-container2 ul.menu li li {
	padding: 0 0 0 15px !important;
	list-style: none;
}

#ja-container2 ul.menu li li a {
	color: #333333;
	background: none !important;
	font-size: 92%;
	font-weight: normal;
}

#ja-container2 ul.menu li li a:hover,
#ja-container2 ul.menu li li a:active,
#ja-container2 ul.menu li li a:focus {
	color: #DA251D;
}

#ja-container2 ul.menu li li a span {
	background: none;/*url(../images/bullet.gif) no-repeat 5px;*/
	font-weight: normal;
}