/* 
    Document   : menu
    Created on : 25.02.2010, 23:16:15
    Author     : antal
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}


/* CSS Document */
img{border:0px;}
.flt{float:left;}
.menubg{clear:left; background-color:#8d8d8d; width:150px;}
.menu{float:left; clear:left; font:bold 11px Arial, Helvetica, sans-serif;}
.menu li {
margin:0px 0px 0px 0px;
	list-style:none;
	}
.menu a, .menu a:visited {
	width:134px;
	height:22px;
	margin:0px 0px 2px -33px;
	position:relative;
	display:block;
	color:#fff;
	text-decoration:none;
	background:#777777;
/*	background:url(/img/menu/menubg2.png) no-repeat; */
	padding:4px 0 0 8px;
	}
.menu a:hover, .menu a:active,
.menu li.current_page_item a, .menu li.current_page_item a:visited  {
	background:#444444;
/*	background:url(/img/menu/menubg1.png) no-repeat; */
	text-decoration:none;
	}
.bot{clear:left;}






