﻿@charset "utf-8";

ul#nav
		{
		position: absolute;
		bottom: 0;
		width: 632px;
		padding-left: 218px;
		margin: 0;
		}

ul#nav li
		{
		margin-right: 7px;
		list-style: none;
		line-height: 30px;
		height: 30px;
		float: left;
		}
		
		ul#nav li.active
				{
				cursor: default;
				background: url(../wsimages/nav_li_bg.png) no-repeat left top transparent;
				}
		
		ul#nav li:hover, ul#nav li.active li a
				{
				background: url(../wsimages/nav_li_bg.png) no-repeat left top transparent;
				cursor: pointer;
				}

ul#nav li a
		{
		/*font-family: "Helvetica Condensed" ,"Trebuchet MS", Arial, Helvetica, sans-serif;*/
		font-size: 1.325em;
		text-decoration: none;
		color: #fff;
		background-color: transparent;
		cursor: pointer;
		line-height: 30px;
		height: 27px;
		padding: 3px 9px 0 4px;
		margin-left: 5px;
		display: block;
		white-space: pre;
		}

		ul#nav li a:hover, ul#nav li:hover a, ul#nav li.active a
				{
				background: url(../wsimages/nav_li_a_bg.png) no-repeat top right transparent;
				}

ul#nav li ul
		{
		left: -999em;
		position: absolute;
		background: url(../wsimages/nav_li_ul_bg.jpg) repeat-x top left #dc5b10;
		clear: both;
		filter:alpha(opacity=95);
		-moz-opacity:.95;
		opacity:.95;
		margin-left: 3px;
		width: 200px;
		display: block;
		}

		ul#nav li:hover ul
				{
				left: auto;
				top: 30px;
				}

ul#nav li li, ul#nav li:hover li
		{
		margin: 0;
		padding: 0;
		background-image: none;
		float: left;
		clear: both;
		display: block;
		width: 200px;
		line-height: 26px;
		height: 26px;
		}

div#wrapper div#header ul#nav li ul li a
		{
		font-size: 1.175em;
		width: 176px;
		padding: 0 0 0 24px;
		background: url(../wsimages/nav_li_li_a_bg.png) no-repeat 9px 8px;
		line-height: 26px;
		height: 26px;
		margin: 0;
		border-bottom: dotted 1px #a74207;
		}

div#wrapper div#header ul#nav li ul li.last a
		{
		border-bottom: none;
		}

div#wrapper div#header ul#nav li ul li a:hover, div#wrapper div#header ul#nav li ul li.active a
		{
		color: #333333;
		}