/*****************************
 * LexisNexis(R) USLM Web Site
 * Styles for dotted list boxes
 * Version 2.0 10/06/2006
 * Sunil Karve
 *****************************/

/************ LAYOUT ****************/


/************ ELEMENTS *************/

.dotListBox {
/* Content area: Dotted menu box wrapper */
	background:url(/commonimages/bkgdots.gif);
	padding:0 2px 2px 5px; /* Controls dots on box border */
	margin-bottom:2em;
	width:185px;
	position:relative;
	left:-5px;
}
.dotListBox ul {
/* Unordered list of Total Solutions/product & service links */
	padding-left:1px; 
	margin:0;
	background-color:#FFF;
}
.dotListBox ul li {
	background:url(/commonimages/bkgdots.gif) repeat-x top left;
	list-style-type:none;
	width:100%;
	font-size:0.75em;
	padding:1px 0 0;
	/*line-height:0.99; */
}

.dotListBox ul ul {
/* Content area: add margin above and below second level menu items (nested lists ) */	
	padding:0.5em 0;
}
.dotListBox ul ul ul {
	padding-top:0 !important;
	padding-bottom:0 !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
}
.dotListBox ul ul li {
/* Content area: second level menu list */
	background-image:url(/commonimages/bullet_arrow_red.gif);
	background-repeat:no-repeat;
	background-position:20px 8px;
	font-size:0.95em;
	line-height:1.2;
}
.dotListBox ul ul ul li {
/* Content area: third level menu list */
	background-image:none;
	font-size:1em;  /* Adjusted for earlier sizing of ul's */
	font-weight:normal;
	padding:0.2em 0;
	margin:0;	
}

.dotListCurrent {
/* Content area: foreground text color for selected solution line 
	color:#FFF;
	background-color:#903;*/
	font-weight:bold;
}
.dotListSelected {
/* Content area: highlight arrow for "selected" nav item */
	background-image:url(/commonimages/bullet_arrow_red.gif) !important;
}
.dotListBox span {
/* Content area: simulate "unlinked" text style while retaining blocked links */
	font-weight:normal;
}

/************ LINKS *************/

.dotListBox ul a {
/* Content area: dotted list links and hover behavior */
	display:block;
	padding:0.3em 20px 0.3em 10px;
	width:155px;
	text-decoration:none;
	color:#C03;
}
.dotListBox ul ul a,
.dotListBox ul ul a:link,
.dotListBox ul ul a:active {
/* Content area: second level left nav menu links */
	padding-left:30px;
	width:135px;
	color:#C03;
}
.dotListBox ul ul a:visited {
	color:#C03
}
.dotListBox ul ul a:hover {
	color:#903;
	background-color:transparent;
}
.dotListBox ul ul ul a,
.dotListBox ul ul ul a:link,
.dotListBox ul ul ul a:visited,
.dotListBox ul ul ul a:active {
/* Content area: third level left nav menu links */
	padding:0 0 0 30px;
	margin:0;
	width:135px;
	text-decoration:underline;
	color:#666;
}
.dotListBox ul ul ul a:hover {
	background-color:transparent;
	color:#903;
}
.dotListBox ul a:hover,
.dotListCurrent a,
.dotListCurrent a:link,
.dotListCurrent a:visited,
.dotListCurrent a:active {
	background-color:#903;
	color:#FFF;
}
ul ul .dotListCurrent a,
ul ul .dotListCurrent a:link,
ul ul .dotListCurrent a:visited,
ul ul .dotListCurrent a:hover,
ul ul .dotListCurrent a:active {
	background-color:transparent !important;
	color:#903;
}

.dotListSelected a,
.dotListSelected a:link,
.dotListSelected a:visited,
.dotListSelected a:active {
/* Content area: highlight the selected nav link in the menu */
	color:#C03 !important;
}