﻿@charset "utf-8";
/* CSS Document */

ul#logo li
		{
		list-style-type: none;
		}

ul#logo li a
		{
		background-image: url(../wsimages/logo.png);
		width: 179px;
		height: 62px;
		overflow: hidden;
		position: absolute;
		top: 47px;
		text-indent: -9999em;
		float: left;
		}

/* MAINMENU - LEVEL1
-------------------------------------------*/
ul#nav
		{
		list-style-type: none;
		height: 23px;
		overflow: hidden;
		margin: 0 0 0 200px;
		position: absolute;
		top: 64px;
		padding-left: 3px;
		width: 476px;
		text-align: center;
		}

ul#nav li
		{
		list-style-type: none;
		text-align: center;
		padding: 4px 3px 5px 0;
		background: url(../wsimages/nav_li_bg.gif) no-repeat right transparent;
		margin: 0 auto;
		display: inline;
		height: 23px;
		}

ul#nav li a
		{
		height: 13px;
		line-height: 20px;
		padding: 4px 20px 5px 20px;
		color: #28323c;
		text-decoration: none;
		font-weight: bold;
		}
		
		ul#nav li.first a
				{
				background: url(../wsimages/nav_li_bg.gif) no-repeat left transparent;
				}
		
		ul#nav li.first.active a, ul#nav li.first:hover a
				{
				background: url(../wsimages/nav_li_first_bg.gif) no-repeat left transparent;
				}

ul#nav li a:hover, ul#nav li.active a
		{
		background: url(../wsimages/nav_li_a_hover_bg.jpg) repeat-x #CCCCCC;
		}

/* SUBMENU
-------------------------------------------*/
ul#subMenu
		{
		list-style-type: none;
		height: 23px;
		overflow: hidden;
		margin: 0 0 0 200px;
		padding-left: 2px;
		width: 476px;
		text-align: center;
		}

ul#subMenu li
		{
		list-style-type: none;
		padding: 7px 2px 6px 0;
		background: url(../wsimages/subMenu_li_bg.gif) no-repeat right transparent;
		display: inline;
		height: 24px;
		}

ul#subMenu li a
		{
		color: #fff;
		text-decoration: none;
		height: 24px;
		padding: 0 15px;
		text-align: center;
		line-height: 24px;
		padding: 7px 20px 6px 20px;
		}

		ul#subMenu li.first a
				{
				background: url(../wsimages/subMenu_li_bg.gif) no-repeat top left transparent;
				}

ul#subMenu li a:hover, ul#subMenu li.active a
		{
		background: url(../wsimages/subMenu_li_a_hover_bg.jpg) repeat-x bottom #299dcb;
		}

		ul#subMenu li.first a:hover, ul#subMenu li.active.first a
				{
				background: url(../wsimages/subMenu_li_first_hover_bg.gif) repeat-x top left #299dcb;
				}