﻿/*TOP MENU*/
#navcontainer ul
{
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 0;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0; /*background-color: #C86000;*/
	background: #7183b2 url('../../images/header_bottom.jpg') no-repeat right top /*lightblue #009855 Green*/;
	color: White; /*float: left;*/
	width: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 0;
	margin-right: 0;
}

#navcontainer li
{
	display: inline;
}

#navcontainer li a
{
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: transparent;
	color: White;
	text-decoration: none; /*float: left;*/
	border-right: 1px solid #BD620E;
	border-left: 1px solid #BD620E;
	margin-left: 0;
	margin-right: 0;
}

#navcontainer a:hover
{
	background-color: #FDD1D7; /*LightPink/*#DE6B02;*/ /*background: url('../images/bar_bg_hover.gif') bottom left repeat-x; */
	color: #fff;
}

div#topmenucontainer
{
	background: #00135D/*DarkBlue #7183b2 LightBlue*/ url('../../images/header_bottom.jpg') no-repeat right top /*#009855 Green*/;
	color: White; /*float: left;*/
	width: 100%;
	height: 40px;/*30px*/
	clear: both;
	font-family: Albertus MT Std, sans-serif, arial, helvetica, verdana, sans-serif;
	/*border:solid 2px #FFFFE6;/*cream*//*
    border-bottom-width:0;*/
}
ul.menu
{
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
}
ul.menu *
{
	margin: 0;
	padding: 0;
}
ul.menu a
{
	display: block;
	color: #FFF;
	text-decoration: none;
}
ul.menu li
{
	position: relative;
	float: left;
	margin-right: 0px;
}
ul.menu ul
{
	position: absolute;
	top: 42px;
	left: 0;
	/* Fallback for web browsers that doesn't support RGBa */
	background: #FFFFFF;
	background: rgb(255, 255, 255);/*white; /*#d1d1d1;*/
	/* RGBa with 0.9 opacity */
	background: rgba(255, 255, 255, 0.9);/*white; /*#d1d1d1;*/
	/* For IE 5.5 - 7*/
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);*/
    filter: alpha(opacity=50);
    /* For IE 8*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF)";*/
	-ms-filter: alpha(opacity=50);

	display: none;
	/*opacity: 0.7;*/
	list-style: none;
	font-size: 11px; /*border:solid 1px #B30938; /*DarkRed*/
	min-width:141px;
	width:99%;/*to stretch dropdown to fit header*/
	padding-right:2px
}
ul.menu ul li
{
	position: relative;
	border: 1px solid #00135D;/*DarkBlue #7183b2; /*LightBlue #009855; /*Green*/ /*#aaa;*/
	border-top: none;
	width: 100%;/*141px;/*148px*/
	/*background: red;*/
	/*margin: 0;*/
	top:0;
	/*opacity: 0.5;*/
}
ul.menu ul li a
{
	display: block;
	padding: 3px 7px 5px;
	font-family:Verdana, sans-serif, arial, helvetica;
	font-size:11px;
	font-weight:bold;
	color: #00135D;/*DarkBlue#009855; /*Green/*Black*/
	/*background-color: white; /*#C00A42;/*LessDarkRed #FFFFE6; /*Cream/*#B30938/*DarkRed*/ /*#d1d1d1*/
}
ul.menu ul li a:hover
{
	background-color: #7183b2; /*LightBlue #00135D;/*DarkBlue #00D875; LightGreen #FDD1D7; /*LightPink*/ /*#c5c5c5*/
	color: white;
}
ul.menu ul ul
{
	left: 144px;
	* left: 145px;
	top: -1px;
}
ul.menu .menulink
{
	border: 2px solid white;/*#00D875; /*LightGreen#BD620E;/*#DB0B4B;/*LessDarkRed #B30938; /*DarkRed*/ /*#FDD1D7; /*LightPink;/* ;/*;*/
	border-top: 0px;
	border-left: 0;
	border-bottom: 0;
	border-right: 0;
	padding: 11px 20px 12px 20px; /*10px 20px 7px 20px;*/
	font-weight: normal; /*bold;*/
	font-size:16px;/*16px*/
	text-transform:uppercase;
	background: #00135D;/*DarkBlue#7183b2; /*lightblue #009855; /*Green*/ /* url(../images/header.gif);*/ /*width: 85px;*/
	white-space: nowrap /*text-align:center*/;
}
ul.menu .menulink:hover, ul.menu .menuhover
{
	background: #7183b2; /*LightBlue #00135D;/*DarkBlue #00D875; LightGreen #FDD1D7; /*LightPink/*url(../images/header_over.gif);*/
	color: white;
}
ul.menu .sub
{
	background: white url('../images/logos/arrow_blue.gif') no-repeat 134px 10px /*#FFFFE6 /*Cream/*#B30938/*DarkRed*/ /*#d1d1d1*/;
	color: #00135D;/*DarkBlue#7183b2 /*lightblue #009855; /*Green*/ /*Black*/
}
ul.menu .sub:hover
{
	background: #7183b2 url('../images/logos/arrow_white.gif') no-repeat 134px 10px; /*LightBlue*/
}
ul.menu .topline
{
	border-top: 1px solid #7183b2; /*LightBlue#00D875; /*LightGreen#B30938;/*#aaa;*/
}
