/* ================================================================ 
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/drop_examples.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* commom style for all browsers */

.menu {
	text-align:left; position:relative; font-size:8pt; height:19pt; margin:0; padding:0; list-style-type:none;
	/*background:#ddd url(../widgets/menu.gif) repeat-x;*/
	border-top:1pt solid #c00;
	background-color: #FF5F00;
}
.menu ul {
	padding:0; margin:0; list-style-type:none; /* for Firefox */
}
.menu li {
	float:left; position:relative;
}
.menu li a, .menu li a:visited, .menu li a:active, .menu li a:hover {
	display:block; text-decoration: none; color:#fff; float:left; padding-right:8pt; height:19pt; line-height:18pt; 
	text-align:center; font-weight: normal; width:auto; padding:0 8pt 0 8pt;
}
.menu ul li a.drop, .menu ul li a.drop:visited {
	font-weight:bold; background:#888 !IMPORTANT; color:#fff;
}
.menu li ul {
	position:absolute; top:20pt; left:0; height:0; overflow:hidden; visibility:hidden; 
}
.menu table {
	margin:-1pt; border-collapse:collapse; font-size:8pt; /* font size for IE5.5 */
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu li:hover a, .menu li a:hover {
	border:0; background:#ddd url(../widgets/submenu.gif) repeat-x; color:#c00;
}
.menu li:hover ul, .menu li a:hover ul {
	visibility:visible; height:auto; background:#aaa; left:0; top:19pt; overflow:visible;
	width:114pt;
}

.menu li:hover ul li a, .menu li a:hover ul li a {
	display:block; font-weight:normal; background:transparent; text-decoration:none; height:auto; line-height:12pt; 
	padding:4pt; padding-left:10pt; width:100pt; color:#fff; text-align:left;
}
* html .menu li a:hover ul li a {
	width:100pt; w\idth:100pt; /* hack for IE5.5 */	
}
.menu li:hover ul li a.drop, .menu li a:hover ul li a.drop {
	font-weight:bold; 
}
.menu li:hover ul li ul, .menu li a:hover ul li a ul {
	visibility:hidden; position:absolute; top:0; left:110pt; height:0; overflow:hidden;
}
.menu li:hover ul li a:hover, .menu li a:hover ul li a:hover {
	background:#888;
}
.menu li:hover ul li:hover ul, .menu li a:hover ul li a:hover ul {
	visibility:visible; color:#000; height:auto; background:#aaa; width:100pt; 
} 
.menu li:hover ul li:hover ul.left,.menu li a:hover ul li a:hover ul.left {
	left:-96pt;
}
.menu li:hover ul li:hover ul li a, .menu li a:hover ul li a:hover ul li a {
	display:block; height:auto;
}
.menu li:hover ul li:hover ul li:hover a, .menu li a:hover ul li a:hover ul li a:hover {

}