/* Start of CMSMS style sheet 'Kiwifern Sub Navigation left V1' */
#menu {
width: 182px;
background: #fff;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {

display: block;
margin: 0;
padding: 2px 3px;
color:#d00000;
font-size:8pt;
font-weight:normal;
font-family:verdana;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #fff;
text-decoration: none;
background-image:url('uploads/kfimg/bullet.gif');
background-repeat:no-repeat;
background-position:10px 7px;
padding-left:18px;
line-height:180%;
border-bottom:1px dotted grey;
text-align:left;
}

#menu li li a {
color: #fff;
background: #3c57b0;
text-decoration: none;
background-image:none;
padding-left:10px;
line-height:180%;
border-bottom:1px dotted white;
text-align:left;
}

#menu li li a:hover {
color: #fff;
background: #e92b2b;
text-decoration: none;
background-image:none;
padding-left:10px;
line-height:180%;
border-bottom:1px dotted white;
text-align:left;
}


#menu a:hover {
color: #a00;
background: #eee;
background-image:url('uploads/kfimg/bullet.gif');
background-repeat:no-repeat;
background-position:10px 7px;
padding-left:18px;
line-height:180%;
border-bottom:1px dotted grey;
text-align:left;

}

#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul 
{display: none;}

div#menu ul ul li:hover ul 
{display: block;}
/* End of 'Kiwifern Sub Navigation left V1' */

