﻿/* ================================================================ 
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 */
.menu3{
font-family:Arial; font-weight:bold; width:220px; height:120px; position:relative; font-size:12px; margin-left:20px ; z-index:120; text-transform:uppercase;}
.menu3 ul {
padding:0; margin:0; list-style-type: none; width:220px;
}
.menu3 ul li ul {
visibility:hidden; position:absolute; overflow:hidden; top:0; left:220px;
}
.menu3 ul li {
float:left;
}
.menu3 ul li a, .menu3 ul li a:visited {
display:block; text-decoration:none; color:#000; width:220px; height:10px; border:0; border-width:0px 0px 0px 0px; line-height:8px;padding-left:20px; background:url(../images/m3-Nav-L1-Normal.gif) no-repeat; padding-top:7px; padding-bottom:7px
}
* html .menu3 ul li a, * html .menu3 ul li a:visited {width:220px; w\idth:220px; height:24px;}

.menu3 table {
border-collapse:collapse; border:0; margin:0; padding:0; font-size:1em; position:absolute; left:0; top:0;
}

/* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
.menu3 ul li:hover a,
.menu3 ul li a:hover{
	background:url(../images/m3-Nav-L1-Normal.gif) no-repeat;
	color:#f00;
	width:220px;
}

.menu3 ul li:hover {position:relative; z-index:90;}
* html .menu3 ul li a:hover {position:relative; z-index:120;}



