﻿

/***************/
/* Main Border */
/***************/

.mainImageBorderStyle
{
	z-index: 0;
	background-color: rgb(90,110,0);
}

/***************/


/**************/
/* Navigation */
/**************/

/* Level 0 = top Level */
.navLevel0
{
	cursor: pointer; /* hand that appears when mouse is over the menu */
	position: relative;
	padding-left: 9; /* space on the left of the text */
	font-family: Arial, Sans-Serif, Helvetica;
	font-size: 11px;
	min-height: 21px;
	_height: 21px;
	line-height: 21px;
	vertical-align: middle;
	border-bottom-color: rgb(175,175,175); /* line after each element */
	border-bottom-style: solid;
	border-bottom-width: 1;
}

.navLevel0unselected
{
	color: rgb(32,52,90);
	background-color: White;
}

.navLevel0selected
{
	color: rgb(32,52,90);
	background-color: rgb(214,219,192);
}
/***********/


/* Level 1 */
.navLevel1
{
	cursor: pointer;
	position: relative;
	padding-left: 19;
	font-family: Arial, Sans-Serif, Helvetica;
	font-size: 11px;
	min-height: 21px;
	_height: 21px;
	line-height: 21px;
	vertical-align: middle;
	border-bottom-color: rgb(175,175,175);
	border-bottom-style: solid;
	border-bottom-width: 1;
}

.navLevel1unselected
{
	color: rgb(32,52,90);
	background-color: White;
}

.navLevel1selected
{
	color: rgb(32,52,90);
	background-color: rgb(214,219,192);
}
/***********/


/* Level 2 */
.navLevel2
{
	cursor: pointer;
	position: relative;
	padding-left: 29;
	font-family: Arial, Sans-Serif, Helvetica;
	font-size: 11px;
	min-height: 21px;
	_height: 21px;
	line-height: 21px;
	vertical-align: middle;
	border-bottom-color: rgb(175,175,175);
	border-bottom-style: solid;
	border-bottom-width: 1;
}

.navLevel2unselected
{
	color: rgb(32,52,90);
	background-color: White;
}

.navLevel2selected
{
	color: rgb(32,52,90);
	background-color: rgb(214,219,192);
}
/***********/


/* Level 3 */
.navLevel3
{
	cursor: pointer;
	position: relative;
	padding-left: 39;
	font-family: Arial, Sans-Serif, Helvetica;
	font-size: 11px;
	min-height: 21px;
	_height: 21px;
	line-height: 21px;
	vertical-align: middle;
	border-bottom-color: rgb(175,175,175);
	border-bottom-style: solid;
	border-bottom-width: 1;
}

.navLevel3unselected
{
	color: rgb(32,52,90);
	background-color: White;
}

.navLevel3selected
{
	color: rgb(32,52,90);
	background-color: rgb(214,219,192);
}
/***********/


/* Level 4 */
.navLevel4
{
	cursor: pointer;
	position: relative;
	padding-left: 49;
	font-family: Arial, Sans-Serif, Helvetica;
	font-size: 11px;
	min-height: 21px;
	_height: 21px;
	line-height: 21px;
	vertical-align: middle;
	border-bottom-color: rgb(175,175,175);
	border-bottom-style: solid;
	border-bottom-width: 1;
}

.navLevel4unselected
{
	color: rgb(32,52,90);
	background-color: White;
}

.navLevel4selected
{
	color: rgb(32,52,90);
	background-color: rgb(214,219,192);
}
/***********/

/**************/


/*********************/
/* Navigation-Flyout */
/*********************/

/* this table comprises all menu items */
.mtDropdownMenu .items
{
	background-color: White;
	position:relative;
	left:0px;
	top:0px;
	border:solid 1px #999;
	border-top-width: 0px;
	z-index:9999;
}

/* each menu item */
.mtDropdownMenu .item
{
	background-color: rgb(152,169,183); /*#98A9B7*/
    color: #ffffff;
    font-size:11px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    text-decoration:none;
    /*font-weight: bold;*/
    height:21px;

	border:none;
	cursor:pointer;
	cursor:hand;
}
	
/* this is the class that is used when the mouse is over an item. */
.mtDropdownMenu .item.hover
{
	background: rgb(32,52,90); /*#20345A*/
	color: #ffffff;
}

/*********************/


/***********************/
/* Default-Page Layout */
/***********************/

/* right zone at default page */
.zoneRight
{
	/*background-color: rgb(223,228,233);*/
}

/***********************/
