/* ================================================================ 
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/dl-slide.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.
=================================================================== */

 a, a:visited, a:hover, a:active, a:focus {
	direction:ltr;
	outline:0;
}
#MenuHolder {
	position:absolute;
	width:150px;
	background:url(../images/menu/tab_0.gif) repeat-x left top;
	overflow:hidden;
	border:5px solid #000;
	left: 105px;
	top: 12px;
}
#Menu {
	position: relative;
	width: 160px;
	height: 190px;
	margin-top: 200px;
	background-color: #666666;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	background-image: url(../images/Scroll.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#Menu h1 {
	color: #990000;
	background-color: #000000;
	margin: 0px;
	font-size: 14px;
	text-align: center;
	padding-bottom: 2px;
	padding-top: 2px;
}
#Menu ul {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	list-style-type: none;
	margin: 0;
	top: 2em;
	padding: 0px;
}
#Menu li {
	padding-bottom: 0.1em;
	padding-top: 0.1em;
}
#Menu a {
	color: White;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	float: left;
	width: 160px;
	text-align: center;
	background-color: #333333;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#Menu a:hover {
	color: White;
	text-decoration: none;
	float: left;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	background-color: #666666;
	background-position: 40px 40px;
}
#SubMenu {
	background-color: #666666;
	text-indent: 4px;
	position: static;
	width: 160px;
	height: 460px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border: 1px solid #000000;
	background-image: url(../images/Scroll.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#SubMenu h1 {
	color: #990000;
	background-color: #000000;
	margin: 0px;
	font-size: 14px;
	text-align: center;
	padding-bottom: 2px;
	padding-top: 2px;
}
#SubMenu ul {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	list-style-type: none;
	margin: 0;
	top: 1em;
	padding: 0px;
}
#SubMenu li {
	padding-bottom: 0.1em;
	padding-top: 0.1em;
}
#SubMenu a {
	background-image: url(../images/Background-Menu.jpg);
	color: White;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	background-repeat: no-repeat;
	float: left;
	width: 160px;
	text-align: center;
	background-color: #333333;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#SubMenu a:hover {
	background-image: url(../images/Background-Menu-hover.jpg);
	color: White;
	text-decoration: none;
	float: left;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	background-repeat: no-repeat;
	background-color: #666666;
}

#pmenu {
	padding:0;
	margin:25px 0 50px 15px;
	list-style-type: none;
	width:160px;
	position:relative;
	z-index:500;

	height: 190px;
	margin-top: 200px;
	background-color: #666666;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	background-image: url(../images/Scroll.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#pmenu ul {
	padding:0;
	margin:0;
	list-style-type: none;
	width:160px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	list-style-type: none;
	margin: 0;
	top: 1em;
	padding: 0px;
}
#pmenu li {
	position:relative;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
}

#pmenu a, #pmenu a:visited {
	display:block;
	width:160px;
	line-height:22px;
	background-image: url(../images/Background-Menu.jpg);
	color: White;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	background-repeat: no-repeat;
	float: left;
	text-align: center;
	background-color: #333333;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#pmenu li:hover >  a {
	color: White;
	text-decoration: none;
	float: left;
	font-size: 11px;
	font-weight: normal;
	background-color: #666666;
	background-position: 40px 40px;
}
#pmenu li ul {
	display: none;
	border: 1px solid #000;
}
#pmenu li:hover >  ul {
	display:block;
	position:absolute;
	top:81px;
	left:160px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
#pmenu h1 {
	color: #990000;
	background-color: #000000;
	margin: 0px;
	font-size: 14px;
	text-align: center;
	padding-bottom: 2px;
	padding-top: 2px;
}
