.tebs1{
	background:#e0e3e8 url(../images/leftmenubg.gif) top;
	height:290px;
	border:0;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	border:1px solid #c7d2d8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 	
	position:relative; 
	margin:0; 
	line-height:31px; 
}
	
.tebs1 ul li a, .tebs1 ul li a:visited { display:block; padding-left:15px;padding-top:0px;display:block; text-decoration:none;vertical-align:middle; color:#9b290c; width:215px; height:31px; text-align:left; background: url(../images/vmenu.gif) no-repeat ; line-height:31px; font-size:11px; text-indent:0px}

.tebs1 ul {padding:0; margin:0; list-style-type: none;}
.tebs1 ul li {float:left; margin-right:0; position:relative;border-bottom:1px solid #b9b9b9;}
.tebs1 ul li ul {display: none; }

/* specific to non IE browsers */
.tebs1 ul li:hover a {font-weight:bold; background:#f1f2f6;}
.tebs1 ul li:hover ul {display:block; position:absolute; top:0; left:230px;}
.tebs1 ul li:hover ul li a.hide {background:#8b784c; color:#ffffff;}
.tebs1 ul li:hover ul li:hover a.hide {width:250px;font-weight:bold}
.tebs1 ul li:hover ul li ul {display: none;}
.tebs1 ul li:hover ul li a {display:block; color:#9b290c; width:220px; font-weight:100; border-right:1px solid #b9b9b9; background:#e0e3e8 url(../images/arrow.gif) no-repeat left; padding-left:20px; }
.tebs1 ul li:hover ul li a:hover {color:#9b290c; font-weight:bold; background:#f1f2f6 url(../images/arrow.gif) no-repeat left;}
.tebs1 ul li:hover ul li:hover ul {display:block; position:absolute; left:116px; top:0; color:#000;}
.tebs1 ul li:hover ul li:hover ul li a {display:block; width:200px; background:#8b784c url(../images/vmenu.gif) no-repeat; color:#000;}
.tebs1 ul li:hover ul li:hover ul li a:hover {background:#bd8d5e; color:#fff;}



.menu 
{
	background:#CCCCCC url(../images/menubg.gif) repeat-x left;
	padding-left:0px;
	margin-top:20px;
	width:955px;
	height:30px;
	background:#4d5154 left;
	margin:0;
	padding:0;
	}
	
.menubg
{
	background:#CCCCCC url(../images/menubg.gif) repeat-x left;
	margin-top:20px;
	width:955px;
	height:30px;
	margin:0;
	padding:0;
	padding-top:0px;
	background: #4d5154 left;
	margin:auto;
	line-height:10px;
	
}
	
.menubg ul 
{
	float:left;
	text-decoration:none; 
	font-family:verdana,arial, verdana, sans-serif; 
	text-align:center;
	font-size:12px;
	padding-left:0px;
}

.menubg li
{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	padding-left:0px;
}


.menubg li a{
	clear:both;
	float:left;
	clear:both;
	display:block;
	color:#c0c5c9;;
	width:103px;
	height:30px;
	padding-top:-10px;
	line-height:35px;
	text-decoration:none;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	cursor:pointer;	
	line-height:30px;
}



.menubg li a:hover {
	background:url(../images/menubgul.gif) top;
	background-color:#FFFFFF;
	font:Verdana, Arial, Helvetica, sans-serif; color:#000000;

	}
	
/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}
/* Set up the link size, color and borders 
#pmenu a, #pmenu a:visited {text-align:center;display:block;width:76px;padding-right:2px; color:#1b5d97; height:20px; line-height:27px; text-decoration:none; text-indent:5px;font:10px Tahoma,Verdana, Arial, Helvetica, sans-serif;text-transform:uppercase}*/

/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {text-align:center;display:block;width:104px; font-size:12px; color:#c0c5c9; height:25px; line-height:25px; text-decoration:none; text-indent:5px;font-family:Verdana, Arial, Helvetica, sans-serif;}

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {border-bottom:1px solid #b9b9b9;width:225px;text-align:left;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-bottom:1px solid #b9b9b9}

/* Set up the list items */
#pmenu li {float:left; background:#4d5154;}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu li:hover > a {background:#ffffff; color:#000000; }
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none; }
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:-11px; left:195px; padding:11px 30px 30px 30px; background:transparent url(transparent.gif); width:190px;}
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:-30px; top:16px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; background:#ffffff; color:#000000;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {background:#ffffff; color:#000000;}

/* Set up the pointers for the sub level indication */
#pmenu li.fly{background:#4d5154;}
#pmenu li.drop {background:#4d5154;}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:160px; padding:11px 30px 30px 30px; background:transparent url(transparent.gif);}

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:195px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */
