/* SecNav Settings */
/* ET: 20040213 (Variant of scand.css with  line-height:16px (instead of 12px ) */
/* 				used if secNav is configured with arrows (CDA.secnav_vi.show-arrows=string:true). */
/*              In this case the line spacing is determined by the height of the arrow-image.*/
/*				(The site property 'CDA.secnav_vi.line_spacing' doesn't work in this case !)
/*              If the line spacing should be larger than the image height, the 'line-height'  */
/*				must be explicitly set by an own css file.   */
/*				(Information from H.Mayer, 13.02.04) */

.secnavlistitemlink          { font-family: Arial,Verdana; font-size: 11px; font-weight: 500; color: #000000; line-height:16px; text-decoration: none }
.secnavlistitemlink:visited  {  color: #000000; text-decoration: none }
/*.secnavlistitemlink:hover    {color:#900;text-decoration:underline;}*/
.secnavlistitemlink:hover    {color:#FFFFFF;text-decoration:none;}
.secnavlistitemlinkselected  { font-family: Arial,Verdana; font-size: 11px; font-weight: bold; color: #FFFFFF; line-height:16px; text-decoration: none }
.secnavlistitemlinkselected:visited  { font-family: Arial,Verdana; font-size: 11px; font-weight: bold; color: #FFFFFF; line-height:16px; text-decoration: none }
.secnavlistitemlinkselected:hover  { font-family: Arial,Verdana; font-size: 11px; font-weight: bold; color: #FFFFFF; line-height:16px; text-decoration: none }

.secnavlistitem {padding-bottom:6px}