﻿.nav_menu
{
	width: 1000px;
	height: 30px;
	font-family: Arial;
	background-image: url(/images/menu/menu_bg2.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: -2px;
	float: left;
	display: none;
	color: #fff;
	width: 160px;
	background-color: #fff;
	border-left: solid 2px #3e9eed;
	border-right: solid 2px #3e9eed;
	border-bottom: solid 2px #3e9eed;
	z-index:5000;

	
	/* transparent settings 
	opacity: .85;
	MozOpacity: .85;
	filter: alpha(opacity='85');*/
}

.spacer
{
	margin: 0px;
	padding: 0px;
	width: 2px;
	height: 30px;
	float: left;
	background-image: url(/images/menu/menu_spacer2.jpg);
}
