﻿/* ================================================================ 
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.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/*- Nav1 from ORIGINAL CSS -*/
.nav1{
	background: url(../images/nav1-bgr.gif) #dfdde0 right no-repeat;
	font-size: 10px;
	height: 19px;
	margin: 0 0 2px
}
.nav1 li{
	background: url(../images/nav1-sep.gif) right no-repeat;
	float: left;
	line-height: 19px;
	margin: 0 -23px 0 0;
	position: relative;
	text-align: center
}
.nav1 li a{
	color: #333333;
	display: block;
	float: left;
	text-decoration: none;
	width: 139px
}
.nav1 li.first a{
	width: 120px
}
.nav1 li.first.active a,
.nav1 li.first a:hover{
	background: url(../images/nav1-hover-.gif) right no-repeat
}
.nav1 li a:hover,
.nav1 li.active a{
	background: url(../images/nav1-hover.gif) right no-repeat;
	color: #ffffff;
	text-decoration: none
}
.nav1 li.nlast{
	float: right
}
/* END NAV 1  */


ul#menu ul {padding:0 0 5px 0; margin:0; list-style:none; position:absolute; left:-9999px; z-index:30000;}
ul#menu table {border-collapse:collapse; font-size:1em; float:left; margin:-1px;}

ul#menu ul li {float:left; margin:0; text-align:left; }
ul#menu ul li a {display:block; line-height:20px; margin:0; padding:0 10px; background:transparent; width:120px;}

/*ul#menu li {display:inline; margin:0 -2px; text-align:left;}*/
/* ul#menu li a {display:inline-block; height:36px; margin:5px 0 0 0;padding:0 50px 0 0; line-height:23px; text-decoration:none; color:#fff;} */

 html>/**/body ul#menu li {display:inline-block; padding:0;}

/*
 * html ul#menu li a.sub {margin-right:3px;}
* html ul#menu li a {margin-bottom:-4px;}
*/


/* ul#menu li a b {display:block; height:36px; float:left; padding:0 0 0 20px; cursor:pointer;} */

ul#menu li a:hover {position:relative; background-position:right bottom; color:pink;}
ul#menu li a:hover b {background-position:left bottom;}

ul#menu li:hover {position:relative;}
ul#menu li:hover > a {background-position:right bottom; color:#fff;}
ul#menu li:hover > a b {background-position:left bottom;}

ul#menu :hover ul {left:22px; width:90px; top:19px;}
* html ul#menu :hover ul {top:19px;}

ul#menu :hover ul li {display:block; float:left; margin:0; border-bottom:1px solid #fff;}
ul#menu :hover ul li a {display:block; float:left; margin:0; height:23px; line-height:23px; width:125px; background:#dfdde0; color:#333333;}
ul#menu :hover ul li a.fly {background:#ddd url(../images/menu/arrow.gif) no-repeat right center;}
ul#menu :hover ul li a:hover {background:#00b2f3; color:#fff;}
ul#menu :hover ul li:hover > a {background:#00b2f3; color:#fff;}

ul#menu :hover ul li a.fly:hover {background:#6a737b url(arrow-over.gif) no-repeat right center;}
ul#menu :hover ul li:hover > a.fly {background:#6a737b url(arrow-over.gif) no-repeat right center;}

ul#menu :hover ul ul {left:-9999px;}

ul#menu :hover ul :hover ul {left:105px; top:0; width:150px;}

ul#menu :hover ul :hover ul li {display:block; float:left; margin:0; border-bottom:1px solid #fff;}
ul#menu :hover ul :hover ul li a {display:block; float:left; margin:0; height:25px; line-height:25px; background:#bbb; color:#000;}
ul#menu :hover ul :hover ul li a:hover {color:#fff; background:#6a737b;}
