/* 
    Document   : bal_panel
    Created on : 2009.10.10., 22:29:06
    Author     : SMID
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body {
    background-image:url(../images_main/hatter.jpg);
}
#balhatter{
    background-image:url(../images_main/balhatter.jpg);
    background-position:left;
    background-repeat:repeat-y;
}

ul {
	margin: 0;
	padding: 0;
    font-family:sans-serif;
	list-style: none;
	width: 150px;
	}


ul li {
	position:relative;
	}

li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
    background-color:#ffffff;
    padding-left:0px;
	}

ul li a {
	display: block;
	text-decoration: none;
    color: #ffffff;
	background-image:url(../images_main/nyil.jpg);
    background-position:left center;
    background-repeat:no-repeat;
	padding-left:15px;
    padding-bottom:5px;
    padding-top:2px;
    border-bottom-color:#ffffff;
    border-bottom-style:dotted;
    border-bottom-width:1px;
    min-height:18px;
    vertical-align:middle;
    font-size:16px;
	}

ul li a:hover {
	display: block;
	text-decoration: none;
	color:#000000;
	background-image:url(../images_main/nyil2.jpg);
    background-position:left center;
    background-repeat:no-repeat;
	padding-left:15px;
    padding-bottom:5px;
    padding-top:2px;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	}
li:hover ul { display: block; color:#33ff33;}
