﻿@charset "utf-8";
/* CSS Document */

/************ VERTICAL - LEFT NAVIGATION BAR  ************/

 #sidebar1 {
	color:#f2f2f2;  /* set text color depending on background of leftnav  LEFTNAV CHANGE  **/
}

.nav li a {                       
	color:#f2f2f2;    /** text color of links  LEFTNAV CHANGE **/
	background-image:url(/lcmsroot/templateimages/nav_divider.png); /*  LEFTNAV CHANGE */

}
.nav li a:hover {                         /** background color of links  LEFTNAV CHANGE **/ 
		background-color:#ccc;  /** blue gray 394a5e  dark gray 838383  background color on menu item hover  LEFTNAV CHANGE **/
		text-decoration:underline;
}
.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.lefthover ul, .nav li li.lefthover ul, .nav li li li.lefthover ul {
 /* lists nested under hovered list items */
		border-color:#DEDEDE #555 #555 #DEDEDE;
		border-style:solid;
		border-width:1px 2px 2px 1px;
		background-color:#444444;         /** background color of fly out menu boxes LEFTNAV CHANGE **/

}
 li.mark_sub
 {
   background-image: url(/lcmsroot/templateimages/arrow.png);
   background-repeat: no-repeat;
   background-position:98% center;
 }

