/* ================================================================ 
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.stunicholls.com/gallery/hover_gallery.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This script and the associated (x)html may be modified in any 
way to fit your requirements. 

Please see 'Terms of use' on stunicholls.com
=================================================================== */

#project_container {
	text-align:left;
	position:relative;
	width: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
}
#menu {
}
#menu img {
	display:inline;
	float: left;
}
#menu img#loading {position:absolute; left:330px; top:100px;}
#menu ul {
	padding:0;
	margin:0;
	list-style:none;
}
#menu ul#sub_0 {margin-bottom:1px; height:25px;}

#menu ul#sub_0 li {
	display:inline;
	float:left;
	cursor:default;
	color:#444444;
	text-decoration:none;
	height:25px;
	line-height:25px;
	cursor:pointer;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-right: 10px;
	padding-left: 10px;
}

#menu #sub1 {width:840px; height:120px; overflow:auto; cursor:pointer;}
#menu #sub1 ul li {float:left;}
#menu #sub1 ul img.hz {
	padding-right: 10px;
}

#menu #sub1 ul {
	height:100px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu #sub2 {
	height:auto;
	font-size: 0.7em;
	color: #444444;
	width: 840px;
}

#menu #sub2 ul li img.hzb {margin:20px 0;}


#menu a:active, #menu a:focus {outline:0;}


.none {display:none;}
.yes {display:block;}

#menu ul#sub_0 li.clicked {
	color: #FF6600;
}
