﻿/* ================================================================ 
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
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
=================================================================== */
.one {
	position: relative;
	z-index: 100;
	top: 5px;
}
.two {
	position: relative;
	z-index: 50;
	top: 5px;
}

.navbar ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-family: Arial;
}
.navbar li{
float:left;
position:relative;
z-index:100;
}
.navbar table{
	position: absolute;
	border-collapse: collapse;
	z-index:80;
	left: 0;
	top: 27px;
}

.navbar a, .navbar a:visited {
	border: 1px solid #fff;
	border-width: 1px 1px 0px 0px;
	display: block;
	font-size: 11px;
	width: 126px;
	height:28px;
	line-height:28px;
	color: #000;
	background: #C0C0C0;
	text-decoration: none;
	text-align: center;
	position: relative;
}
.navbar :hover{
	color: #00f;
	background: #ccc;
}
.navbar :hover > a {
	color: #00f;
	background: #ccc;
}

.navbar ul ul {
	position: absolute;
	left:-9999px;
	width: 126px;
	height:0;
}
.graylink {
	font-family: Arial;
	font-size: 10pt;
	color: #808080;
}
.navbar ul :hover ul{
	left:0;
}
