body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11.75px;
	color: #000;
	text-align: left;
	line-height: 14.5px;
	margin-top: 40px;
}
#container {
	margin: 25% auto 0 auto;
	text-align: center;
	width: 100%;
	height: 100%;
}
#footer {
	color: #999;
	font-size: 9px;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
	background-color: #FF0;
}
a:active {
	color: #000;
	text-decoration: none;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
}
.nav {
	margin: 1%;
	width: 13%;
	height: 50px;
	float: left;
	text-align: left;
}
.plus a{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 50px;
	background-color:#FFF;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
}
.leftlinks {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding:0 0 4px 0;
}
/* ================================================================ 
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-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:149px; height:22px; position:relative; z-index:100; border:none; font-family:helvetica, arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#000; width:138px; height:20px; border:none; background:#ccc; padding-left:10px; padding-bottom:4px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#ff0}
/* style the second level hover */
.menu ul ul a.drop:hover {background:#fff}
.menu ul ul :hover > a.drop {background:#fff}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:21px;left:0; width:149px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:20px;t\op:21px;}

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

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#fff; color:#000; height:auto; line-height:12px; padding:2px 10px; width:128px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#ff0;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#ff0;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }

                    
                    
                    
               

/* ---------- gallery container ---------- */
.gallery {
position:relative;
width:540px;
height:472px;
margin:1em auto;
}


/* ---------- thumbnail images ---------- */
.thumb {
float:left;
width:100px;
height:100px;
margin:4px;
}
.thumb a img {display:block;}
.thumb a span {display:none;}


/* ---------- preview image ---------- */
.gallery a:hover span {
display:block;
position:absolute;
width:1px;
height:1px;
top:4px;
left:4px;
}

/* ---------- no border on images ---------- */
a img {border:0;}

/* ---------- clear floats ---------- */
.clear {
height:0;
line-height:0px;
font-size:0;
clear:both;
}
#header {
	font-size: 14px;
}
.leftlinks ul {
	font-weight: bold;
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
}
