/* ======================================================
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/flyout_4level.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.
========================================================= */
.menu { margin: 0; font-size: 12px; font-family: verdana; }
.menu ul { margin: 0pt; padding: 0pt; position: relative; z-index: 500; list-style-type: none; width: 167px; }
.menu li { background-color: #FFFFFF; float: left;}
.menu li.sub { background-color: #FFFFFF; }
.menu table { position: absolute; border-collapse: collapse; top: 0pt; left: 0pt; z-index: 100; font-size: 1em; margin-top: -1px; }

.menu a{
	/*font:bold 11px/16px arial,helvetica,sans-serif;*/
	
	display:block;
	border-width:1px 2px 2px 1px;
	border-style:solid;
	border-color:#ccc #888 #888 #bbb;
	width: 165px; 
	white-space:nowrap;
	margin:0;
	font-size:11px;
	padding:3px 4px;
	
	height: 1.2em; 
	line-height: 1.2em; 
	color: #000000; 
	background:#FFFFFF;
	text-decoration:none;
}


.menu a:hover{
	color:#a00;
	background:#EFEFEF;
}

.menu a:active{
	color:#060;
	background:#ccc;
}


.menu b { float: right; margin-right: 5px; }

* html .menu a, * html .menu a:visited { width: 167px; line-height: 1.2em; }
* html .menu a:hover { color: #000000; background-color: #DED6C3; position: relative; font-weight: normal; font-style: normal; text-decoration: none;}

.menu li:hover { position: relative; }
.menu a:active, .menu a:focus { color: #000000; background-color: #DED6C3; font-weight: normal; font-style: normal; text-decoration: none; }
.menu li:hover > a { color: #FFFFFF; background-color: #3c623b; font-weight: normal; font-style: normal; text-decoration: none;}
.menu li ul { padding: 2em; visibility: hidden; position: absolute; top: -2em; left: 12.5em; background-color: transparent; }

.menu li:hover > ul { visibility: visible; }
.menu ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { visibility: visible; }



.th{
	height:25px;
	color:#333333; 
	font-family: Tahoma;
	font-size:11px;
	font-weight:bold;
	background-image:url(../../../../images/admin/th.gif);
}

.thsid{
	height:25px;
	color:#333333; 
	font-family: Tahoma;
	font-size:11px;
	font-weight:bold;
	background-image:url(../../../../images/admin/thsid.gif);
}
