
.glossymenu{
	padding: 0px;
	width:218px; /*width of menu*/
	background-image:url(../child-abuse-lawyer-images/link-box-bg.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	border-bottom:4px #c6d8e6 solid;
	border-left:1px #d7dce0 solid;
	border-right:1px #d7dce0 solid;
	font-family:tahoma;
	color:#666666;
	font-size:11px;
	margin-bottom:10px;
}
.glossymenu li{
	display:block;
	list-style:none;
	padding:8px 10px 8px 16px;
	border-bottom:1px #999999 dotted;
}

.glossymenu li a{
	display:block;
	list-style:none;
	color:#006699;
	text-decoration:none;
	font-size:11px;
	line-height:22px;
	padding:4px 0px 4px 0px;
}

.glossymenu a.menuitem{
	font:11px "tahoma";
	color:#006699;
	font-weight:normal;
	display: block;
	background-image:url(../child-abuse-lawyer-images/link-box-bullet.gif);
	background-position:left top;
	background-repeat:no-repeat;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	padding: 4px 0px 4px 15px;
	text-decoration: none;
	border-bottom:1px #999999 dotted;
	margin-bottom:0px;
	line-height:22px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color:#005599;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.glossymenu a.menuitem:hover{
	background-color:#6888a1;
	color:#fff;

}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/

	width:218px;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li{
	background-color:#e4ecf2;
	padding:3px 0px 3px 0px;
	margin:0px;
	width:218px;
}

.glossymenu div.submenu ul li a{
	display: block;
	font: normal 11px "tahoma";
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
	line-height:17px;
}

.glossymenu div.submenu ul li a:hover{
  /*for sub menu*/
	color: #003399;
	text-decoration:underline;
}


