.menucontainer{
	position: absolute;
	width: 980px;
	height: 32px;
	top: 98px;
	left: 0px;
	background-color: #666666;
	z-index: 99;
}

.menuitem {
	top: 0px;
	padding-top: 6px;
	padding-left: 16px;
	padding-right: 16px;
	height: 26px;
	margin-left: 1px;
	text-align:center;
	cursor: pointer;
	font-size: 13px;
	background-image: url(../pic/menuitem.jpg);
	float: left;
	color: #FFF;
	z-index: 99;
}
.menuitemselected{
	top: 0px;
	padding-top: 6px;
	padding-left: 16px;
	padding-right: 16px;	
	height: 26px;
	margin-left: 1px;
	text-align:center;
	cursor: pointer;
	font-size: 13px;
	background-color: #A5037C;
	float: left;
	color: #FFF;
	z-index: 99;
}

.taalitem {
	top: 0px;
	padding-top: 23px;
	padding-right: 7px;
	display: inline-block;
	float: right;
}

.menufont {
	font-weight: bold;
	color: #B5B4B4;
	font-size: 15px;
}
a:link.menufont {
	color: #B5B4B4;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
a:visited.menufont {
	color: #B5B4B4;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
a:hover.menufont {
	color: #B5B4B4;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
a:active.menufont {
	color: #B5B4B4;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}

.menufontselected{
	font-weight: bold;
	color: #FFF;
	font-size: 15px;
}
a:link.menufontselected {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
a:visited.menufontselected {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
a:hover.menufontselected {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
a:active.menufontselected {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}

.submenucontainer{
	position: absolute;
	top: 115px;
	width: 400px;
	left: 0px;
	font-size: 15px;
}
.submenuitem {
	top: 0px;
	padding: 2px;
	float: left;
	width: 195px;
	font-size: 15px;
}
.submenuitemselected{
	top: 0px;
	padding: 2px;
	float: left;
	width: 195px;
}



.sub2menu{
	position: absolute; 
	top: 32px; 
	visibility: hidden;	
	background-color: #A5037C;
	border: solid 1px #FFF;
	border-top: 0px;
}
.sub2menuitem {
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
.sub2menuempty{
	position: absolute; 
	top: -25px; 
	visibility: hidden;	
	font-size: 15px;
}
.sub2menufont {
	color: #CCC;
	padding-bottom: 0px;	
	font-style: normal;	
	font-weight: normal;
}
a:link.sub2menufont {
	color: #CCC;
	text-decoration: none;
	font-style: normal;	
	font-weight: normal;
}
a:visited.sub2menufont {
	color: #CCC;
	text-decoration: none;
	font-style: normal;	
	font-weight: normal;
}
a:hover.sub2menufont {
	color: #FFF;
	text-decoration: none;
	font-style: normal;	
	font-weight: normal;
}
a:active.sub2menufont {
	color: #CCC;
	text-decoration: none;
	font-style: normal;	
	font-weight: normal;
}
.sub2menufontselected {
	color: #FFF;
	padding-bottom: 0px;
	font-style: normal;	
	font-weight: normal;
}
a:link.sub2menufontselected {
	color: #FFF;
	text-decoration: none;
	font-style: normal;	
	font-weight: normal;
}
a:visited.sub2menufontselected {
	color: #FFF;
	text-decoration: none;
	font-style: normal;	
	font-weight: normal;
}
a:hover.sub2menufontselected {
	color: #FFF;
	text-decoration: none;
	font-style: normal;	
	font-weight: normal;
}
a:active.sub2menufontselected {
	color: #FFF;
	text-decoration: none;
	font-style: normal;	
	font-weight: normal;
}




.menuitem2 {
	cursor: pointer;
	font-size: 10px;
	float: left;
	color: #78b58b;
	font-family: Futura, Helvetica, Arial, Verdana, sans-serif;
}
.menuitemselected2{
	cursor: pointer;
	font-size: 10px;
	float: left;
	color: #316340;
	text-decoration: underline;
	font-family: Futura, Helvetica, Arial, Verdana, sans-serif;
}
