/* A few IE bug fixes */
* { margin: 0; padding: 0; }
* html ul ul li a { height: 100%; }
* html ul li a { height: 100%; }
* html ul ul li { margin-bottom: -1px; }

p { margin:7px 0px 7px 0px; } 

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
#theMenu {
	width: 240px;
	margin: 0px 0px 10px 0px;
}

/* Some list and link styling */
#theMenu li { width: 238px; }
#theMenu .ui-accordion-content li { width: 213px; display: block; }
ul ul li { border-left: 20px solid #f1f1f1; padding: 0; width: 200px; margin-bottom: 0; }
ul ul li a { display:block; color: #6F6F6F; padding: 3px 6px; font-size: 9pt; text-decoration: none; font-family: Helvetica, Arial, sans-serif; background-color: #f1f1f1; /*LB Added */ outline: none;}
ul ul li a:hover { display:block; color: #c01079; background-color: #f1f1f1; padding: 3px 6px; font-size: 9pt; text-decoration: none; font-family: Helvetica, Arial, sans-serif;}
ul ul li.selected a { display:block; color: #c01079; background-color: #f1f1f1; padding: 3px 6px; font-size: 9pt; text-decoration: none; font-family: Helvetica, Arial, sans-serif;}
li { list-style-type: none; }
/* h2 { margin-top: 0.5em; } */
		
/* Header links styling */
h3.head a {
	color: #FFF;
	display:block;
	border-top: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	background: #bbbdbf;
	background-position: 98% 50%;
	padding: 3px 6px;
	text-decoration: none;
	outline: none;
	margin: 0px;
}
h3.head a:hover { 
	background: #c01079; 
	background-position: 98% 50%;
	text-decoration: none;
}
h3.selected a { 
	background: #c01079 url(/images/nav/up.gif) no-repeat;
	background-position:98% 50%;
	color: #fff;
	padding: 3px 6px;
	text-decoration: none;
}
h3.selected a:hover {
	background: #c01079 url(/images/nav/up.gif) no-repeat;
	background-position:98% 50%;
	color: #FFF;
	text-decoration: none;
}

#linkOn {
	color: #C01079;
	font-weight: bold;
}

ul li h3 {
	margin: 0px;
}

ul#theMenu, ul#theMenu li, ul#theMenu li h3, ul#theMenu li h3 a {
	margin: 0px;
}
