﻿#menus {
	height: auto;
	width: 100%;
}
.topmenu, .topMenu {
	text-align: left;
	list-style-type:none;
   	line-height:1.5em;
	margin:0px;
	padding-left:0px;
	width: 19.85%;
	float: left;
	color: white;
	padding: 0px;
	display: block;
	margin-left: 0px;
	border-right:1px solid white;
	height:100%;
}	

	
.selectedHeading {
	font-weight: bold;
	line-height: 1.8em;
	margin:0px;
	padding-left:0px;
	text-indent:7px;
}

.selectedHeading a {
	text-decoration:none;
	color:#211c18;
}
.selectedHeading a:visited 
{	
	color:#211c18;
}
.selectedHeading a:hover {
	text-decoration: underline;
}

.unselectedHeading {
	font-weight:normal ;
	line-height: 1.8em;
	margin:0px;
	padding-left:0px;
	text-indent:7px;
}

.unselectedHeading a {
	text-decoration: none;
	color:#211c18;
	/*line-height: 1.8em;
	margin:0px;
	padding-left:7px;*/
}
.unselectedHeading a:visited 
{	
	color:#211c18;
}

.unselectedHeading a:hover {
	text-decoration: underline;
}

.menuItems {
	list-style-type:none;
   	line-height:1.5em;
	font-weight: normal;
	color: black;
	padding-top: 10px;
	padding-left:0px;
	margin-left: 0px;
	width: 100%;
	padding-bottom: 5px;
	display: block;
}

.menuItems li {
	background-repeat:no-repeat;
	background-position:6px 5px;
	padding-left:15px;
	text-indent:0px;
}

.menuItems li a {
	text-decoration: none;
	color: black;
}

.menuItems li a:visited {	
	color: black;
}
.menuItems li a:hover {
	text-decoration: underline;
	color: black;
}
.globalmenuright {
	float: right;
}
#globalmenu ul {
	list-style-type:none;
}
.globalmenu-nodivider {
	display: inline;
	float: right;
	padding: 0 10px;
	margin: 3px 0;
	/*border-left:1px solid #666666;*/
}
.globalmenu {
	display: inline;
	float: right;
	padding: 0 10px;
	margin: 3px 0;
	border-left:1px solid #666666;
}
.globalmenu-nodivider {
	border-left: 0px;
}
.globalmenu-nodivider table {
	border: none;	
}
#siteactiondiv {
	width: 11.0em;
}
.ms-siteactionsmenu {
}