/* ================================================================ 
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/menu/hover_drop_2.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.
=================================================================== */

/*#outer {width:750px; height:300px; background:url(film.jpg) no-repeat right bottom; border:1px solid #766; border-width:5px 1px 1px; position:relative;}

.pad1 {width:50px; height:25px; background:#baa; display:inline; float:left; margin:3px 3px 0 3px;}
.pad2 {width:50px; height:25px; background:#baa; display:inline; float:left; margin:3px 3px 0 0;}
*/
#menu {
	list-style-type:none;
	padding:0;
	margin:1px 0 -18px 0;
	text-align: left;
	height: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	display: block;
}
#menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
	height: 30px;
}
#menu li {
	float:left;
	margin:0;
	position:relative;
	padding:0;
	width:160px;
	display: block;
	border-style:solid;
	border-width:1px;
	border-top-color:#f7edd5;
	border-right-color:#e1d5b5;
	border-bottom-color:#d1c4a1;
	border-left-color:#eee3c8;
	letter-spacing: 1px;
}
#menu li.sub {
	background-color:#E8DDC1;
}

/* for IE5.5 and IE6 only */
#menu table {
	border-collapse:collapse;
	position:absolute;
	top:0;
	left:0;
	z-index:80;
	font-size:1em;
}

#menu li a {
	display:block;
	color:#5B5640;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	text-decoration:none;
	text-align:left;
	padding: 7px 0 7px 20px;
	margin: 0;
	background-position: 0 8px;
	background-color: #e8ddc1;
}
#menu li a.fin {
	background-color: #e8ddc1;
}
#menu :hover {
	color:#0A0A07;
	background-color:#989C43;
	border-top-color:#eee2c2;
	border-right-color:#d9cca9;
	border-bottom-color:#c4b794;
	border-left-color:#e4d8b8;
	background-color: #E2D5B1;
	background-image: url(../images/deco/bullet_drop.gif);
}
#menu :hover > a {
	color:#0A0A07;
	background-color:#989C43;
	border-top-color:#eee2c2;
	border-right-color:#d9cca9;
	border-bottom-color:#c4b794;
	border-left-color:#e4d8b8;
	background-color: #E2D5B1;
	background-image: url(../images/deco/bullet_drop.gif);
}

#menu ul, 
#menu :hover ul ul,
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul ul.left {
	position:absolute;
	left:-9999px;
	width:160px;
	background-image: url(../images/deco/bullet_drop.gif);
}

#menu :hover ul{
	left:0;
	top:25px;
	background:url(transparent.gif);
} /* the background image is for IE7 */

#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul {
	padding:0 3px;
	left:157px;
	top:-1px;
}

#menu :hover ul :hover ul.left,
#menu :hover ul :hover ul :hover ul.left {
	padding:0 3px;
	left:-140px;
	top:-1px;
}

/*#menu {list-style-type:none; padding:0; margin:0;}
#menu ul {list-style-type:none; padding:0; margin:0;}
#menu li {float:left; background:#dcc; margin:3px 3px 0 0; position:relative;}
#menu li.sub {background:#baa;}

/* for IE5.5 and IE6 only 
#menu table {border-collapse:collapse;position:absolute;top:0;left:0;z-index:80;font-size:1em;}

#menu li a {display:block; color:#000; height:25px; font-family:arial, sans-serif; font-size:11px; line-height:24px; width:125px; text-decoration:none; text-align:center;}
#menu :hover {color:#ee0; background:#988;}
#menu :hover > a {color:#ee0; background:#988;}

#menu ul, 
#menu :hover ul ul,
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul ul.left {position:absolute; left:-9999px; width:128px;}

#menu :hover ul{left:0;top:25px; background:url(transparent.gif);} /* the background image is for IE7 

#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul {padding:0 3px; left:125px; top:-3px;}

#menu :hover ul :hover ul.left,
#menu :hover ul :hover ul :hover ul.left {padding:0 3px; left:-131px; top:-3px;}*/

