﻿/* ================================================================ 
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:140px; position:relative; font-size:14px; margin-left:20px ; z-index:100; 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:#5F516A; width:220px; height:24px; border:0; border-width:0px 0px 0px 0px; line-height:24px;padding-left:20px; background:url(../images/m3-Nav-L1-Normal.gif) no-repeat; padding-top:3px; padding-bottom:3px
}
* html .menu3 ul li a, * html .menu3 ul li a:visited {width:220px; w\idth:220px;}

.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:#F60;
	width:220px;
}

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

.menu3 ul li:hover ul,
.menu3 ul li a:hover ul {
visibility:visible; position:absolute; top:-1px; height:auto; color:#fff; overflow:visible; background:#9B9B9B url(../images/m3-Nav-L1-Normal.gif) no-repeat; padding:1px;
}
.menu3 ul li:hover ul li a,
.menu3 ul li a:hover ul li a{
display:block; background:transparent; width:220px; height: 24px; font-weight:bold; font-size:14px; padding-left: 0px; color:#5F516A; text-transform:none; background:#fff url(../images/m3-Nav-L1-Normal.gif); padding-left:08px;
}
* html .menu3 ul li a:hover ul li a, * html .menu3 ul li a:hover ul li a:visited {width:235px; w\idth:235px;}

.menu3 ul li:hover ul li:hover a,
.menu3 ul li a:hover ul li a:hover {
	background-color:#CCC;
}
.menu3 ul li:hover ul li ul,
.menu3 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:0; left:220px;
}
.menu3 ul li:hover ul li:hover ul,
.menu3 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; height:auto; border-top: 0; background:#5F516A; color:#5F516A; overflow:visible;
}
.menu3 ul li:hover ul li:hover ul li a,
.menu3 ul li a:hover ul li a:hover ul li a {
display:block; background:transparent; color:#5F516A;
}

.menu3 ul li:hover ul li:hover ul li:hover a,
.menu3 ul li a:hover ul li a:hover ul li a:hover {
	background-color: #5F516A;
}
