/* Start of CMSMS style sheet 'klk-menu-style' */
/* TOPMENU */

#menu_vert {margin: 0; padding: 0;}
.clearb {clear: both;}

#menuwrapper {
background-color: #e34d18;
height: 1%;
width: auto;
margin: 0;
padding: 0;
font-family: "Times New Roman", Times, serif;
font-size: 1em;
}

ul#primary-nav, ul#primary-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#primary-nav {padding: 0px;float:left;margin-left:200px;}

ul#primary-nav ul {
	position: absolute;
	top: auto;
	display: none;
}

ul#primary-nav li {
	float: left;
	margin: 0px;
	padding: 0px;
}


ul#primary-nav li a {
	font-size: 1em;
	font-weight: normal;
	color: #fff;
	padding: 6px 11px 6px 12px;
	display: block;
	text-decoration: none;
	background: url(uploads/template_images/menudivider.gif) no-repeat top left;
}

ul#primary-nav li a:hover {
	color: #532807;
}

ul#primary-nav li a.menuactive {
	color: #532807;
	font-weight: bold;
}

ul#primary-nav li a.menuactive:hover {
	color: #fff;
	font-weight: bold;
}



/* Styling the appearance of menu items on hover */
#primary-nav li:hover,
#primary-nav li.menuh,
#primary-nav li.menuparenth,
#primary-nav li.menuactiveh {
/* set your image here, dark grey image */
	background:  url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;
	color: #000
}


/* LEFTMENU */

div#contentleft {
font-family: Verdana, Arial, Tahoma;
font-size: 1em;
}

div#contentleft ul {
list-style-type: none;
padding-left: 0px;
margin: 0px;
}

div#contentleft ul ul ul {
padding-left: 20px;
}

div#contentleft ul li {
list-style-type: none;
padding: 0px;
margin: 0px;
}

div#contentleft li a {
display: block;
width: auto;
padding: 10px 10px 10px 15px;
border-bottom: 1px solid #aaa;
color: #000;
text-decoration: none;
background: url('uploads/template_images/bulletin.gif') no-repeat top left;
}

div#contentleft li a:hover {
text-decoration: none;
color: #fff;
background: #666 url('uploads/template_images/bulletin-ro.gif') no-repeat top left;
}

div#contentleft li a.menuactive {
font-weight: bold;
background-color: #ddd;
}

div#contentleft li a:hover.menuactive {
font-weight: bold;
background-color: #666;
}

div#contentleft li a.menuparent {
font-weight: normal;
background-color: #fff;
}

/* End of 'klk-menu-style' */

