﻿.chromestyle{
	height:30px;
	vertical-align:middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-repeat: repeat-x;
	text-align:center;
	margin-top: 0px;
	float: none;
	clear: none;
	padding-left: 0px;
	padding-top: 0px;
	width: 960px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	height:34px;
	margin: 0;
	font-weight: bold;
	text-align: left; /*set value to "left", "center", or "right"*/
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
}

.chromestyle ul li{
	display: inline;
	vertical-align: middle;
}

.chromestyle ul li a{
	color: #FFFFFF;
	width:149px;
	height:34px;
	padding: 0px 7px;
	text-decoration: none;
	/*background-image: url(../../images/menuOFF.jpg);*/
	line-height: 34px;
	vertical-align: middle;
	text-align: center;
}

.chromestyle ul li a:hover{
    text-decoration: none;
	background: url('Images/menuOn2a.jpg') no-repeat center center; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: " v";
	vertical-align: middle;/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #895906; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:20px;
	z-index:100;
	background-color: #FFFFFF;
	filter:alpha(opacity=65);
	-moz-opacity:.70;
	opacity:.70;
	width: 200px;
	visibility: hidden;
	height: 34px;
	 
}

.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid #895906; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	background-color:#000000;
	/*font-weight: bold;*/
	color: #FFFFFF;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color:#000000;
	font-weight: bold;
	background-color: #b9c1cf;
}
.spStaticMenuStyle{
  background-repeat:repeat-x;
  color:white;
  font-weight:bold;
/* font-family:Arial, Helvetica, sans-serif;*/
  font-family:"Times New Roman", Times, serif;
  text-align:center;
   
 
}
.spStaticMenuStyle a{
	display:block;
	color:white;
	white-space:nowrap;
	padding:1px 0px 0px 0px;
}
.spStaticSelectedStyle{
	background-repeat: repeat-x;
	font-weight: bold;
	border: solid 1px #79a7e3;
	border-bottom-width: 0px;
	border-left: solid 1px #e3efff;

}
.spStaticSelectedStyle a{
	border:solid 1px #c2a770;
	border-left:solid 1px #ffffff;
	border-bottom-width:0px;
	color:#000000;
	filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
     

}
.spStaticHoverStyle a{
	border:solid 1px #ffffff;
	cursor:pointer;
	height:100%;
	text-decoration: none;
	background-image: url('Images/menuOn2a.jpg'); 
	
}
.spStaticMenuStyle img{
	visibility:hidden;
	position:fixed;

}
.ms-topNavFlyOutsContainer
{
	border:solid 1px #c2dcff;
}
.spDynamicMenuStyle {
	background-color:gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	font-size:10px;

	 
}
.spDynamicMenuItemStyle{
	border-bottom: 1px solid #895906; /*THEME CHANGE HERE*/
	padding: 2px 2px 0;
	text-decoration: none;
	background-color:#000000;
	color: #FFFFFF;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	width:180px;
	
}
* html .spDynamicMenuItemStyle a{ /*IE only hack*/
	width: 100%;
}
.spDynamicHoverStyle{
    color:#000000;
	font-weight: bold;
	background-color: #b9c1cf;
}
.ms-nav .ms-SPZoneLabel{
font-size:8pt;
}
.ms-nav td{
font-size:8pt;
}


.test
{

height:34px;	
}
}