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

/* common styling */
.menu_sp{
	font-family:Arial, Helvetica, sans-serif;
	width:289px;
	height:25px;
	position:relative;
	margin:0px;
	padding:0px;
	z-index:100;
	left: 0px;
	top: 0;
	color:#ffffff;
	text-align:left;

}
.menu_sp ul {
padding:0; margin:0; list-style-type: none; background:#560E29; width:289px; font-size:12px; height:25px;
}
.menu_sp ul li ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:25px; left:0; font-size:12px; 
}
.menu_sp ul li {
float:left; font-size:12px; 
}
.menu_sp ul li a, .menu_sp ul li a:visited {
display:block; float:left; text-decoration:none; color:#ffffff; width:289px; height:25px; background:transparent; padding:0px; 
}
* html .menu_sp ul li a, * html .menu_sp ul li a:visited {width:289px; w\idth:279px;}

.menu_sp table {
border-collapse:collapse; border:0px none; margin:0; padding:0; font-size:11px; position:absolute; left:0; top:0;
}

/* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
.menu_sp ul li:hover a,
.menu_sp ul li a:hover{
background:#706e6d; text-decoration:none; width:279px; 
}

.menu_sp ul li:hover {position:relative; z-index:100;}
* html .menu_sp ul li a:hover {position:relative; z-index:100;}

.menu_sp ul li:hover ul,
.menu_sp ul li a:hover ul {
visibility:visible; position:absolute; height:auto; line-height:15px; border:0; overflow:hidden; width:289px; background:#560E29;  
}
.menu_sp ul li:hover ul li a,
.menu_sp ul li a:hover ul li a{
display:block; background:transparent; color:#ffffff; line-height:15px; padding:5px; height:auto; font-size:11px; font-weight:normal; text-decoration:none; border-top:solid; border-top-width:1px; border-top-color:#FFFFFF; width:289px; 
}

.menu_sp ul li:hover ul li:hover a,
.menu_sp ul li a:hover ul li a:hover {
background:#706E6D; color:#ffffff;
}
