/* LINK LIST WITH ARROWS */.links {    font: normal 80%/1.3em Verdana, Arial, Helvetica, sans-serif;     color: #333;    margin: 0 0 0 8px;     padding: 5px 0 0 15px; }.links li {    list-style-image: url("http://int.lanl.gov/images/xarrow_right.gif");    list-style-type: disc; }	 /* PLAIN LIST WITH BULLETS */.bullet  { color: #333; font: 80%/1.5 Verdana, Arial, Helvetica, sans-serif; list-style-image: url(http://lansce.lanl.gov/IMTest/images/xarrow_right.gif); list-style-position: inside; margin: 0 0 0 8px; padding: 10px 0 0 15px }.bullet-li  { list-style-image: url(http://lansce.lanl.gov/IMTest/images/xarrow_right.gif); list-style-position: inside }/* SPECIAL LIST WITH ARROWS */.arrow   { color: #333; font: 100%/1.5 Verdana, Arial, Helvetica, sans-serif; vertical-align: middle; margin-top: 0; margin-right: 0; margin-bottom: 0; list-style-position: outside; padding: 0 0 0 2px  ; list-style-type: disc; display: block; }.arrow-li       { color: #000; font-size: 80%; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-variant: normal; text-indent: 0; vertical-align: 0; padding-top: 0; padding-left: 4px; margin-bottom: 0; padding-bottom: 0; list-style: url(../images/arrow_small.gif); }.mybullets { color: black; font-size: 80%; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 1.5; list-style-image: url(../images/arrow_small.gif); margin-top: 10px; margin-left: 20px; padding-left: 20px ; list-style-position: outside; display: list-item; }/* NESTED AND INDENTED LISTS (USES ARROWS AND BULLETS) */li.head {     list-style-image: url("http://int.lanl.gov/images/xarrow_down.gif");    border-bottom: 1px #ddd solid;     padding: 3px 5px 5px 0px;}li.sublink  {    list-style-image: url("http://int.lanl.gov/images/xbullet_small.gif");    margin: 0 10px 0 15px;    border-bottom: 1px #ddd solid;    padding: 2px 5px 3px 0px;}		/* LIST WITH COLORED BACKGROUND AND ARROWS (USE FOR NEWS ITEMS and NOT Navigation) */.highlight {    font: normal 80%/1.3em Verdana, Arial, Helvetica, sans-serif;     color: #333;    margin: 0 0 0 8px;    padding: 10px 0 0 15px;    background: #EEEEAA;     border: 1px #CCCC99 dotted; }.highlight li {    list-style-image: url("http://int.lanl.gov/images/xarrow_right.gif");    list-style-type: disc; }.highlight a,  .news a:visited {    display: block;    color: #554455;	    padding: 2px 5px 3px 5px; }	.highlight a:hover {    display: block;    background: #FFFFDD; 	    padding: 2px 5px 3px 5px; 	    text-decoration: none; }