/* css_html5_leftnav.css */
.nav { display:block; position:relative; margin:0; }
.spn { display:block; position:relative; border:1px solid #FFF; margin:0px; padding:1px; font-size:12px; width:auto; font-size:85%; }
.spn a { font-weight:600; text-decoration:none; color:#00F; width:auto; color:#030; clear:left; display:table-cell; }
.spn a:hover { color:#C30; }
.here { color:#FFF; background-color:#69B586; }
.here a, .here a:hover { color:#FFF; }
.here .arw, .here .arw:hover { color:#FFF; }
.bb { font-weight:600; }
.bgarw { margin-right:5px; color:#00F; color:pointer; }
#divLeftNav { margin:0px; border:1px solid #366D4A; border-width:1px; padding:0px; display:block; float:left; margin:10px; width:25%; clear:both; background-color:rgba(245, 225, 164, 0.35); background-color:#E1E1E1; border-color:#003865; }
.lt02, .lt03, .lt04, .lt05, .lt06 { padding-right:5px; }
/* EXPERIMENTAL LEFT NAV STYLES */
#divLeftNav ul { padding:0; list-style-position:outside; background-color:transparent; }
#divLeftNav li { display:block; background-color:transparent; }
#divLeftNav li.lt02 { margin:0; padding-left:0px; }
#divLeftNav li.lt03 { margin:0; padding-left:10px; }
#divLeftNav li.lt04 { margin:0; padding-left:20px; }
#divLeftNav li.lt05 { margin:0; padding-left:30px; }
#divLeftNav li.lt06 { margin:0; padding-left:40px; }
a.lnlink { color:#030; text-decoration:none; }
a.lnlink:hover { color:#030; text-decoration:underline; }
#divLeftNav ul.nt02 { list-style-type:disc; list-style-position:outside; }
#divLeftNav ul.nt03 { list-style-type:disc; list-style-position:outside; display:none; }
#divLeftNav ul.nt04 { list-style-type:disc; list-style-position:outside; display:none; }
#divLeftNav ul.nt05 { list-style-type:disc; list-style-position:outside; display:none; }
#divLeftNav ul.nt06 { list-style-type:disc; list-style-position:outside; display:none; }
#divLeftNav li.here { color:#FFF; background-color:#366D4A; }
#divLeftNav li.here a { color:#FFF; }
/*.arw,*/
a.arw, .arw, a.arww { color:#364; font:600 18px "Lucida Sans Typewriter", "Lucida Console", Monaco, "Bitstream Vera Sans Mono", monospace; cursor:pointer; clear:left; display:table-cell; text-decoration:none; margin-right:0px; padding-right:4px; }
a.arw:hover { text-decoration:none; }
.arww { font:600 16px "Lucida Sans Typewriter", "Lucida Console", Monaco, "Bitstream Vera Sans Mono", monospace; clear:left; display:table-cell; text-decoration:none; margin-right:0px; padding-right:0px; margin-left:-4px; padding-left:0px; width:4px; }
a.arww { visibility:hidden; }
/* a.arw { text-decoration:none; margin-right:3px; } */
.here { color:#FFF; background-color:#69B586; }
.here a, .here a:hover { color:#FFF; }
.here .arw, .here .arw:hover { color:#FFF; }
/* toggle left nav button style */
#btnToggle { margin:3px 5px; background-color:#E1E1E1; border:1px solid #003865; padding:3px 6px; font-weight:600; }
Report this page