﻿/* ================================================================
This copyright notice must be kept untouched in the stylesheet at
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/elegant1.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
0way to fit your requirements.
=================================================================== */
#menu
{
	height:48px;
	width:464px;
	margin:0;
	list-style:none;
	font-family:Verdana;
	font-size:16px;
}
#menu li
{
	float:left;
	margin:5px;
}
#menu li a
{
	display:block;
	float:left;
	height:38px;
	line-height:38px;
	color:#000;
	text-decoration:none;
	font-size:14px;
	/*font-weight:bold;*/
	padding-left:10px;
	background-image:url(/images/icons/ok.png);
	background-position:left;
	background-repeat:no-repeat;
}

#menu li:hover
{
	position:relative;
	z-index:100;
}
#menu li a:hover
{
	color: #06b;
	position:relative;
	z-index:100;
}
#menu li:hover > a
{
	color: #06b;
}
#menu ul
{
	position:absolute;
	left:-9999px;
	top:38px;
	width:165px;
	padding:0;
	margin:0;
	list-style:none;
	background:url(/images/trans.gif);
}
#menu ul li
{
	margin:0;
	background-image:url(/images/layout/menuMid.png);
}
#menu ul li a
{
	width:155px;
	height:25px;
	line-height:25px;
	font-size:10px;
	border:0;
	text-align:left;
	border-bottom:2px dotted #ebebeb;
	padding-left:10px;
	background:none;
}
#menu ul li a:hover
{
	border:0;
	border-bottom:2px solid #ebebeb;
}
#menu ul li:hover > a
{
	border:0;
	border-bottom:2px solid #ebebeb;
}

#menu ul ul
{
	position:absolute;
	margin-left:100%;
	top:0; padding:0;
	margin:0;
	list-style:none;
}

#menu :hover ul
{
	left:0;
	right:auto;
}
#menu :hover ul ul
{
	left:-9999px;
	width:130px;
	padding-left:10px;
	background:url(/images/trans.gif);
}

#menu li ul :hover ul
{
	left: 165px;
	right:auto;
}
#menu li ul li ul li a
{
	text-align:left;
	color:#06b;
}
#menu li ul li ul li a:hover
{
	color:#000;
}