/* Start of CMSMS style sheet 'menu_top' */
/*
      Created by Petras PauliÅ«nas of pepa.lt
	  E-Mail: info@pepa.lt	  
*/

/********************MENU*********************/
/* hack for IE6 */
* html div#menu_horiz_top {
/* hide ie/mac \*/
	height: 1%;
	
/* end hide */
}
div#menu_horiz_top {

/* background color for the entire menu row */
/* insure full width */
	width: 100%;
/* set height */
	height: 49px;
	margin: 0;
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
        
}
div#menu_horiz_top ul {

/* remove any default bullets */
	list-style-type: none;
	margin: 0;
/* pushes the menu div up to give room above for background color to show */
	padding-top: 10px;
/* keeps the first menu item off the left side */
	padding-left: 10px;
}
/* menu list items */
div#menu_horiz_top li {
/* makes the list horizontal */
	float: left;
/* remove any default bullets */
	list-style: none;
/* still no margin */
	margin: 0;
	background:url(uploads/images/menu_sep.jpg) no-repeat;
	background-position:center left;
}

/* the links, that is each list item */
div#menu_horiz_top a {
/* pushes li out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */
    color:#666666;
	padding:0 15px;
/* still no margin */
	margin: 0;
/* removes default underline */
	text-decoration: none;
/* default link color */
	/*border:1px solid black;*/
/* makes it hold a shape, IE has problems with this, fixed above */
	display: block;
}
/* hover state for links */
div#menu_horiz_top li a:hover {;
/* set your image here, dark grey image with white text set above*/
text-decoration: underline;

}
div#menu_horiz_top a span {
/* compensates for no left padding on the "a" */
	padding-left: 15px;
}
div#menu_horiz_top li.parent a span {
/* no left padding on the "a" we can set it here, it lets us use the span for an image */
	padding-left: 20px;
/* set your image here, down arrow to note it has children, left side of text */
	background: url(uploads/ngrey/active.gif) no-repeat 0.3em center;
}
div#menu_horiz_top li.parent a:hover span {
	padding-left: 20px;
/* hover replaces default with right arrow image */
	background: url(uploads/ngrey/parent.gif) no-repeat 0.3em center;
}
div#menu_horiz_top li.menuactive a span {
	padding-left: 20px;
/* menuactive replaces default with right arrow image */
	background: url(uploads/ngrey/parent.gif) no-repeat 0.5em center;
	color: #000;
}
/* active parent, that is the first level parent of a child page that is the current page */
div#menu_horiz_top li.menuactive, div#menu_horiz_top li.menuactive a:hover {
/* set your image here, light image with #000/black text set below*/
	background:  url(uploads/ngrey/nav.png) repeat-x left 0px;
	color: #000;
}
/* End of 'menu_top' */

