﻿/* ================================================================ 
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/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {font-family: arial, sans-serif; width:800px; height:40px; position:relative; font-size:11px; z-index:100; }
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000; width:112px; height:20px; text-align:center; color:#fff; border:1px solid #fff; background:#D71921; line-height:20px; font-size:11px; overflow:hidden; font-weight:bold;}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#000;}
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.menu ul li:hover ul li a.hide {background:#ddd; color:#000; background-image:url(images/right.png); background-position: right; background-repeat: no-repeat;}
.menu ul li:hover ul li:hover a.hide {background:#666; color:#fff; background-image:url(images/right2.png); background-position: right; background-repeat: no-repeat;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#ddd; color:#000;}
.menu ul li:hover ul li a:hover {background:#666; color:#fff;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:113px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-113px;}




#gallery {  
	position: relative;
	margin: 10px auto;
	width: 500px;
	height: 400px;
	background: #2a2a2f;
	border: 2px solid #5f5f5f;
}
 
#progress {
	margin: 10px auto;
	width: 200px;
	height: 15px;
	padding: 2px;
	border: 2px solid #dfdfdf;
}
 
#progress .bar {
	width: 0px;
	text-align: center;
	font-size: 10px;
	height: 15px;
	background: #2a2a2f;
	color: #fff;
	font-weight: bold;
}




#accordion {
	margin:20px 0px;
	background: #D71921;
    width: 250px;
}

h3.toggler {
	cursor: pointer;
	border: 1px solid #fea2a6;
	border-right-color: #671b1e;
	border-bottom-color: #671b1e;
	font-size: 12px;
	background: #671b1e;
	color: White;
	margin: 0 0 0 0;
	padding: 3px 5px 1px 2px;
	
}

div.element  {
	margin:0px;
	padding:4px;
	color: White;
    background: #D71921 url('images/side-bg-top.jpg') repeat-x top;
    font-size: 9pt;
}

blockquote {
	padding:5px 20px;
}
