﻿
/*********************************
START: Menu CSS
*********************************/
.menuContainer
{
position: relative;
background-image: url(MenuBarBackground.gif);
background-repeat: repeat-x;
font-family: arial;
font-size:8pt;
height: 22px;
width: 100%;
white-space: nowrap;
/*top: 80px;*/
z-index: +1;
padding: 0;
margin: 0;
text-align: center;
}
.menuSubContainer
{
width: 100%;
font-family: arial; 
position:relative;
font-size:8pt;
height: 22px;
margin:0; 
padding:0;
white-space: nowrap;
display:block;
float:left;
text-align: left;
}
.ulMenuLevel1{
list-style-type:none;
margin:0;
padding:0;

font-family: arial;
font-size:8pt;
}
.liMenuLevel1{
list-style-type:none;
float:left;

font-family: arial;
font-size:8pt;
}

.linkMenuLevel1{
display:block;
text-decoration: none;
font-family: arial;
font-size:8pt;
}

.ulMenuLevel2{
list-style-type:none;
position:absolute;
margin: 0;
padding:0;
display:none;
border: 1px solid #395260;
/*background-color:#254B64; */
background-color:#B29B9B;
filter: alpha(opacity=98); 
-moz-opacity: 0.95;
KhtmlOpacity: .95;
opacity: .95;
font-family: arial;
font-size:8pt;
}
.liMenuLevel2
{
line-height: 22px;
font-family: arial;
font-size:8pt;
}


.liMenuLevel2 a{
text-decoration: none;
display:block;
color: #000000;
/*width:150px;*/
padding-left: 25px;
font-family: arial;
font-size:8pt;
}

.liMenuLevel2 a:visited{
text-decoration: none;
display:block;
color: #000000;
/*width:150px;*/
padding-left: 25px;
font-family: arial;
font-size:8pt;
}

.liMenuLevel2 a:hover{
text-decoration: none;
display:block;
/*width:150px;*/
background:transparent; 
/*background:#9DC6DE;*/
background: #625050;
color: #ffffff;
font-family: arial;
font-size:8pt;
font-weight:bold;
}


li:hover ul , li.over ul{ /* lists nested under hovered list items */
display: block;

font-family: arial;
font-size:8pt;
}
#mainMenuUL li>ul { 
top: auto;
left: auto;

font-family: arial;
font-size:8pt;
}

.topMenuLinkButton
{
	font-family: arial;
	font-size:8pt;
	font-weight:bold;
	border: 1px solid #B69267;
	background-color: #444444;
	color:White;
	padding: 2px 15px 2px 15px;
	cursor: default;
	/*width: 152px;*/
}

.topMenuLinkButtonMouseOver
{
	font-family: arial;
	font-size:8pt;
	font-weight:bold;
	border: 1px solid #000000;
	background-color: #847171;
	padding: 2px 15px 2px 15px;
	color: #ffffff;
	cursor: default;
	/*width: 152px;*/
}
/*********************************
END: Menu CSS
*********************************/