/* Start of CMSMS style sheet 'navigation_akosjoga_menu' */
/********************MENU*********************/
/* hack for IE6 */
* html div#menu_horiz {
/* hide ie/mac \*/
	height: 1%;
/* end hide */
}
#menu_horiz {
	clear:both;
/* insure full width */
	width: 960px;
/* set height */
	height: 30px;
}
div#menu_horiz ul {
/* remove any default bullets */
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* menu list items */
div#menu_horiz li {
/* makes the list horizontal */
	float: left;
/* remove any default bullets */
	list-style: none;
/* still no margin */
	margin: 2px 2px 0px 0px;
}
/* the links, that is each list item */
div#menu_horiz a {
display:block;
background-color:#DFC5A2;
border-bottom:2px solid #5A0013;
color:#503A1E;
cursor:pointer;
line-height:18px;
text-decoration:none;
padding:3px 20px;
font-size:12px;
font-weight:bold;
}

div#menu_horiz a.currentpage {
	background-color:#5A0013;
	color:#DFC5A2;
	cursor:pointer;
}
div#menu_horiz a:hover.currentpage {
	border-bottom:2px solid #5A0013;
	border-top: none;
	padding-top: 4px;
	background-color:#5A0013;
	color:#DFC5A2;
	cursor:pointer;
}
/* hover state for links */
div#menu_horiz li a:hover {
	background-color:#F2E0BB;
	color: #990000;
	padding-top: 2px;
	border-top:2px solid #AB3151;
	border-bottom: 2px solid #F2E0BB;
}
div#menu_horiz a span {#5A0013
/* compensates for no left padding on the "a" */
	padding-left: 0px;
}
div#menu_horiz 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 li.parent a:hover span {
	padding-left: 20px;
/* hover replaces default with right arrow image */
	background: url(uploads/images/weboldal/parent.gif) no-repeat 0.3em center;
}
div#menu_horiz li.menuactive a span {
	padding-left: 20px;
/* menuactive replaces default with right arrow image */
	background: url(uploads/images/weboldal/parent.gif) no-repeat 0.5em center;
	color: #000;
}
/* End of 'navigation_akosjoga_menu' */

