﻿
.nav_menu
{
	width: 1000px;
	height: 30px;
	font-family: Arial;
	background-image:url(/weatherwatch/images/menu/menu_bg_default.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #003;
	border-bottom-style: solid;
	border-bottom-color: #999;
	z-index:1000;	
}


.nav_menu_subitems
{
	position: absolute;
	padding: 5px;
	top: 30px;
	left: 0px;
	float: left;
	display: none;
	color: #fff;
	width: 165px;
	background-color:#fff;
	background-repeat:repeat-x;
	border-left: solid 2px #3e9eed;
	border-right: solid 2px #3e9eed;
	border-bottom: solid 2px #3e9eed;
}

a.nav_menu_root_link
{
    color:#fff;
    text-decoration:none;
}

.spacer
{
	margin: 0px;
	padding: 0px;
	width: 2px;
	height: 30px;
	float: left;
	background-image:url(/weatherwatch/images/menu/menu_spacer.jpg);
}

