﻿
/*----main  menu----*/
.menucontainer 
{
	background: 'none';
	margin: 0px;
	padding: 0px 3px 0px 0px;
	float: left;
}
.menu 
{
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}



/*----popup menu----*/
.popupcontainer
{
	visibility: hidden;
	position: absolute;
	top: 35px; height: 29px;
	left: 0px;
	width: 950px;

}

.popup 
{
	margin-right: 20px;
	margin-top: 8px;
	float: left;

}
.popupitem 
{
	color: #3B4F56;
	font-size: 12px;
		
}

.submenu 
{
	color: #4D4D4D;
}
.submenu_on 
{
	color: #588425;
}







/*-----secondary menu----*/
.menuitemcontainer
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	border-bottom: solid 1px #CCCCCC;
}

.menuitem
{
	color: #588425;
	font-size: 13px;
}
.menuitemselected
{
	color: #3B4F56;
	font-size: 13px;
}

.menuarrow
{
    background-image: url('../../Images/menuArrowOff.gif');
    padding: 8px 10px 0px 1px;
    background-position: left center;
}
.menuarrowselected
{
    background-image: url('../../Images/menuArrowOn.gif');
    padding: 8px 10px 0px 1px;
    background-position: left center;
}





/*-----menu top----*/
.supermenucontainer
{

	float: left;
}
.supermenu 
{


}

.supermenuitem
{
	padding: 1px 7px 0px 6px;
	color: #808080;
	font-size: 11px;
	font-family: Arial;
	float: left;
}
.supermenuitem:hover 
{
	text-decoration: none;
}
.supermenubullet 
{
	float: left;
	margin-top: 3px;
	padding-right: 6px;
}



/*----extra elements-----*/
.login 
{
	position: absolute;
	background:url('../../Images/login_popup2.gif') no-repeat bottom;
	right: 0px; top: 35px;
	width: 205px; /*min-height: 260px;*/
	visibility: hidden;
	z-index: 100;
}
.se 
{
	position: absolute;
	background: #3B4F56;
	right: 0px; top: 64px;
	width: 950px; height: 270px;
	/*visibility: hidden;*/
	z-index: 10000;
}
.seclose 
{
	position: absolute;
	right: 0px; top: 334px;
	width: 77px; height: 31px;
	/*visibility: hidden;*/
	z-index: 10000;
}