/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

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

#menu {
	width:998px;
	height:36px;
	text-align:left;
	position:relative;
	background-color: #999;
	background-image: url(images/table-row-back.gif);
	background-repeat: repeat;
	border-right-width: 1px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}

#menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left;}
#menu ul {display:inline-block;}
#menu ul {display:inline;}

#menu #table {display:table; margin:0 auto;}
#menu #table ul {display:table-row;}

#menu li {margin:0; padding:0; list-style:none;}
#menu li {display:inline-block; display:inline; margin-right:1px;}
#menu ul table {position:absolute; left:-9999px; width:1000px; font-family:verdana, arial, sans-serif; background:url(images/black80.png);}
#menu ul table td {vertical-align:top; padding:3px; margin:0;}
#menu ul table td.border {border-right:1px dashed #fff;}
#menu ul table td img {padding:0; display:inline; margin:0; border:1px solid #fff;}
#menu ul table td.image {
	width:244px;
	padding-left: 20px;
    padding-right: 20px;
}
#menu ul table th {
	padding:4px 0 4px 10px;
	margin:0;
	color:#a22f2a;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#menu ul table caption {
	font-size:14px;
	color:#fff;
	font-weight:bold;
	background:url(images/black80.png);
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
#menu ul table tfoot td {font-size:10px; color:#ff0; padding-left:10px;}
#menu ul.level1 li.level1-li {float:left; display:block;}
#menu ul table td p {line-height:16px; font-size:11px; color:#fff; white-space:normal; margin:0; padding:0 5px;}
#menu ul table td p a {padding:0; margin:0; font-weight:bold; color:#fc0;}

#menu a {display:block; font:normal 11px verdana,arial,sans-serif; color:#fff; line-height:36px; text-decoration:none;}
#menu ul.level1 li.level1-li a.level1-a {
	float:left;
	padding:0 10px 0 0;
	background-repeat: no-repeat;
}
#menu ul.level1 li.level1-li a.level1-a b {
	float:left;
	padding:0 0 0 10px;
	cursor:pointer;

	background-repeat: no-repeat;
	background-position: left top;
}

#menu ul li:hover table {visibility:visible; left:0; top:36px;}

#menu a:hover table {left:0; top:36px;}

#menu ul.level1 li.level1-li a.drop {

	background-repeat: no-repeat;
	background-position: right top;
}

#menu ul.level1 li.level1-li a.level1-a:hover {background-position:right bottom; color:#000}
#menu ul.level1 li.level1-li a.level1-a:hover b {background-position:left bottom;}


#menu ul.level1 li.level1-li:hover > a {background-position:right bottom; color:#000}
#menu ul.level1 li.level1-li:hover > a > b {background-position:left bottom;}

#menu ul table td a {line-height:18px; padding:0 0 0 10px; text-decoration:none;}
#menu ul table a:hover {background:transparent; text-decoration:underline;}
#menu ul table a:hover img {border:1px solid #a22f2a;}

