/* Start of CMSMS style sheet 'cmenu' */
/*
      Created by Petras PauliÅ«nas of pepa.lt
	  E-Mail: info@pepa.lt	  
*/

/********************MENU*********************/
/* hack for IE6 */
* html div#menu_horiz {
/* hide ie/mac \*/
	height: 1%;
	
/* end hide */
}
div#cmenu {
/* background color for the entire menu row */
/* insure full width */
	width: 100%;
/* set height */
	margin: 0;
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
}
div#cmenu ul {
/* remove any default bullets */
	list-style-type: none;
	margin: 0;

}
/* menu list items */
div#cmenu li {
        
	list-style: none;
	margin: 0;
	text-align:center;
	border-bottom:1px solid #ededed;
}


/* the links, that is each list item */
div#cmenu a {
 color:#333;
 margin: 0;
 text-decoration: none;
display: block;
padding:5px;
width:165px;
height:26px;
line-height:26px;
	font-weight:bold;
}
/* hover state for links */
div#cmenu li a:hover {;
/* set your image here, dark grey image with white text set above*/
background: url(uploads/images/mitem.jpg) no-repeat 0.3em center;

}

/* active parent, that is the first level parent of a child page that is the current page */
div#cmenu li a.currentpage, div#cmenu li a.currentpage:hover {
/* set your image here, light image with #000/black text set below*/
	background: url(uploads/images/mitem.jpg) no-repeat 0.3em center;
}
/* End of 'cmenu' */

