﻿
.mymenu
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #333333; /*font-weight: bold;*/
	width: 300px;
	margin-top:50px;
	height: 34px;
	float: right;
	text-align: center;
	text-transform: uppercase;
}
.level1
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #13449F; /*font-weight: bold;*/
	width: 100px;
	height: 34px;
	left: 0px;
	text-align: center;
	background-image: url('../images/level1menu.png'); /*
	margin-top: -3px;
	padding-top: 5px;
	padding-bottom: 5px;*/
	text-transform: uppercase;
}


.level1 a
{
	color: Black;
    text-decoration: none;
    outline: none;
}


.level2 /*1 dropdown dynamic Menu Level */
{ 
	color: Black;
	top: 8px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	background-color: #c2e6ff; 
	width: 115px;
	height:37px;
	text-align: center;
	text-indent: 8pt;
	border-right: cornflowerblue thin solid; 
	border-top: cornflowerblue thin solid; 
	border-left: cornflowerblue thin solid; 
	border-bottom: cornflowerblue thin solid; 
	}




.level3 /*2 dropdown dynamic Menu Level */
{
    color: black;
    background-color: silver;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: small;
    
}
.tabs
{
	width: 90px;
	left: 0px;
	text-align: center;
	margin-top: -3px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.hoverstyle
{
	font-weight: bold;
	color: #FFFFFF; /*background-color: #699cd2;*/
	background-image: url('../images/menuhover.png');
	text-align: center;
	line-height: 32px;
	margin-top: 0px; /*
	margin-top: -3px; 
	padding-bottom: 9px;
	padding-top: 8px;
*/
}

.hoverstyle a:hover
{
	
	text-decoration: none;
	outline: none;
}

.selectedTab
{
	background-image: url(../images/Selectedmenu1.png);
	font-weight: bold;
	color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	
	line-height:32px;
	margin-top: -2px;
	/*
	margin-top: -3px; 
	padding-bottom: 9px;
	padding-top: 8px;
*/

}

.selectedTab a
{
	color: white;
}

.tabContents
{
    border:solid 1px black;
    padding-left: 0px;
    background-color:white;
    
}

#menuBar
{
	height: 45px;
	width:400px;
	float:right;
	top:100px;
}
#menuBar li 
{
	display: inline;
	margin: 0 3px;
	height: 0;
}
#menuBar a
{
	outline:none;
	text-decoration:none;
	border:none;
	}
}
#menuBar a img
{
 border: none;
}
#menuBar li a:visited 
{
	outline:none;
	text-decoration:none;
}
#menuBar li a:link 
{
	outline:none;
	text-decoration:none;
}
#menuBar li a:hover {
	outline:none;
	text-decoration:none;
}

.divNavbar
{
	text-align: center;
	padding-left: 0px;
	padding-top: 0px;
	background-image: url(../images/mnuGradiant.png);
	position: absolute;
}
.divNavbar a
{
	display: block;
/*	border: 1px solid #68639B;   */
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12pt;
	font-family: tahoma, arial, microsoft sans serif;
	text-decoration: none;
	text-align: center;
	line-height: 26px;
}

.divNavSubMenu
{
	position: absolute;
	border-left: 2px solid #4C6173;
	border-right: 2px solid #4C6173;
	border-bottom: 2px solid #4C6173;
	top: 91px; 
	left: 303px;
	float: left;
	line-height: 23px;
	background-color: #CCD6E0;
	width: 145px;
	z-index: 1;
	visibility: hidden;
}

.divNavSubMenu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
} 

.divNavSubMenu ul li a 
{
	font-size: 10pt;
	font-family: tahoma, arial, microsoft sans serif;
	text-decoration: none;
	display: block;
	border-top: 1px solid #4C6173;
	width: auto;
	height:100%;
	color: #000000;
	font-weight: bold;
	padding-left: 3px;
}

.divNavSubMenu ul li a:hover 
{
	background: #8099B2;
	color: #403D5F;
}

