/* navigation menu for large device widths */

ul#navi { width: 150px; margin-bottom: 1.2em; }  /* adjust overall width of menu here */
ul#navi li { list-style-image: url(../img/arrow-red-line.gif); font-size: 0.8em; line-height: 1.25em; background-color: #fafafa; border-top: solid 1px #d5d5d5;}  /* bg colour of entire menu here */
ul#navi li a { display: block; padding: 5px 0 5px 7px; }

ul#navi li#you-are-here a { background-color: #fff1e4;}   /* pale mustard bg colour of current page link area */ 
ul#navi li#you-are-here2 a { background-color: #fff1e4; border-bottom: solid 1px #d5d5d5;}   /* bg colour of current page link area when last in list */
li#rul1 {border-bottom: solid 1px #d5d5d5; /* adds rule border to bottom of last item */ }

a:link, a:visited { color: #333; }  /* text colour only */
a:hover, a:active { color: #0000FF; text-decoration: none; }   /* text colour only */  
ul#navi li:hover { background-color: #f0f0f5; }  /* bg colour of each link area on hover */ 