@charset "ISO-8859-1";

body {
     font-family: verdana, helvetica, sans-serif;
     color: #FFFFFF;
     font-size: 11px;
     background-color: #000000;
	 margin-top: 0px;
     behavior: url('csshover.htc');
}

a {
	color: #FFFFFF;
}

li.linkit {
	padding-bottom: 3px;
	color: #FFFFFF;
}


.container {
	   background-color: #000000;
	   width: 900px;
	   margin: 30px;
	   margin-top: 0px;
       margin-left: auto;
	   margin-right: auto;
}


#menubar {
     background-color: #000000;
     float: left;
     width: 100%;
     padding: 0px;
     margin: 0px;
}

#menubar ul {
     list-style: none;
     margin: 0px;
     padding: 0px;
     float: left;
}

* html ul li { float: left; width: 100%; }

#menubar a.link {
     font-family: Verdana, Helvetica, sans-serif;
     font-size: 9px;
     color: #FFFFFF;
     display: block;
     border: 1px solid #000000;
     background-color: #000000;
     margin: 0px;
     padding: 2px 3px;
     text-decoration: none;
}

#menubar a.link:hover {
     color: #000000;
     background-color: #808080;
}

#menubar li { position: relative; }

#menubar ul ul {
     position: absolute;
     z-index: 500;
     top: 20px;
     left: 0;
}

#menubar ul ul ul {
     position: absolute;
     top: 0px;
     left: 100%;
}

div#menubar ul ul,
div#menubar ul li:hover ul ul,
div#menubar ul ul li:hover ul ul
{display: none;}

div#menubar ul li:hover ul,
div#menubar ul ul li:hover ul,
div#menubar ul ul ul li:hover ul
{display: block;}

#menubar ul li {float: left; width: 100%; }
#menubar ul li a {height: 1%;}

.content	{min-height: 550px;
			 min-width: 850px;
			 padding-top: 30px;
		 clear: both;
			}
table.galleriataulu {
		    border: 0px;
}

td.thumbtd {
	width: 180px;
	height: 180px;
	text-align: center;
	border: 0px;
	color: #FFFFFF;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
}

#info {position:relative;}
p.bold {padding-left:15px; color:#c00;}
a.linkup {position:relative;}
a.buttonup {position:absolute; top:200px; left:650px; border:0;}
a.buttonup img {border:0;}
.gleft {float:left; margin:25px 0 10px 0;}
.gright {float:right; margin:25px 5px 10px 0;}
.grc {margin:20px 0 0 10px;}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */



/* MENUBAR */
.menubar {width:100%; height:32px; font-size:0.85em; position:relative; z-index:100;border-right:1px solid #000;}


/* == ENSIMMÄINEN TASO == */
/* hack to correct IE5.5 faulty box model */
* html .menubar {width:900px; w\idth:900px;}

/* remove all the bullets, borders and padding from the default list styling */
.menubar ul {padding:0;margin:0;list-style-type:none;}
.menubar ul ul {width:auto; min-width: 100px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menubar li {float:left;width:auto;min-width:100px;position:relative;}
/* style the links for the top level */
.menubar a, .menubar a:visited {display:block;font-size:11px;text-decoration:none; color:#fff; width:auto; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#000000; padding-left:10px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menubar a, * html .menubar a:visited {width:90px; w\idth:90px}

/* style the second level background */
.menubar ul ul a.drop, .menubar ul ul a.drop:visited {background: red url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menubar ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
.menubar ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menubar ul ul ul a, .menubar ul ul ul a:visited {background:#000000;}
/* style the third level hover */
.menubar ul ul ul a:hover {background:#00000;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menubar ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:auto;min-width:120px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menubar ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menubar ul ul ul{left:149px; top:-1px; width:auto;}

/* position the third level flyout menu for a left flyout */
.menubar ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menubar table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menubar ul ul a, .menubar ul ul a:visited {background:#000000; color:#FFFFFF; height:auto; line-height:1em; padding:5px 10px; width:auto;min-width:120px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menubar ul ul a, * html .menubar ul ul a:visited {width:100px;w\idth:100px;}

/* style the top level hover */
.menubar a:hover {color: #fff; background-color: #000;}
.menubar ul ul a:hover{color:#fff; background-color: #808080;}
/*.menubar :hover > a, .menubar ul ul :hover > a {color:#ffffff; background-color:#000000;}*/

/* make the second level visible when hover on first level list OR link */
.menubar ul li:hover ul,
.menubar ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menubar ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menubar ul :hover ul :hover ul{ visibility:visible;}
