/*$Id: menu.css,v 1.6 2006/01/05 17:14:54 rrkramer Exp $*/
/*
WHITE MENU TAB CSS
*/

HTML,BODY {
	height: 100%;
}
BODY {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-repeat: repeat-y;
	overflow-x: hidden;
}
A:link {
	text-decoration: none;
	color: White;
}
A:hover {
	text-decoration: none;
	color: White;
}
A:visited {
	text-decoration: none;
	color: White;
}
A:active {
	text-decoration: none;
	color: White;
}

.lmenu-a:hover,.lmenu-b:hover, .lmenu-sub:hover {
	cursor: pointer;
}
.menu-heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #000000;
	position:absolute;
	top: 5px;
	width: 140px;
	text-align: center;
}
.topUL{
	margin: 0 0 0 0;
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 15px;
	width: 90%;
	display: block;
        z-index:1;
}
.subUL{
	padding: 0px 0px 0px 4px;
	width:90%;
	display: block;
}
.subUL2{
	padding: 0px 0px 0px 8px;
	width:90%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
}
.sub-nowrap{
	white-space: nowrap;
	overflow: hidden;
}
.lmenu-a, .lmenu-b {  
	width: 128px;
	left: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
	padding: 2px 0px 2px 2px;
	border-top: solid 1px #DAE4ED;
	border-right: solid 1px #069;
	border-bottom: solid 1px #069;
	border-left: solid 1px #DAE4ED;
	display: block;
	cursor: pointer;
        z-index:1;

}

.lmenu-sub {
	width: 120px;
	left: 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: White;
	padding: 2px 2px 2px 4px;
	margin: 2px 2px 2px 0px;
	border-style: solid;
	border-width: 2px;
	border-top: solid 1px #DAE4ED;
	border-right: solid 1px #069;
	border-bottom: solid 1px #069;
	border-left: solid 1px #DAE4ED;
	display: block;
	cursor: pointer;
	list-style:  outside disc;
}

.menutabs {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #FFFFFF; 
	text-align: center;
	text-decoration: none; 
	text-transform: none;
}
#menu {
	position:relative;
	min-height:100%;
}
#menu-footer {
	width:132px;
	padding-left: 4px;
	padding-top: 5px;
	padding-bottom: 3px;
	position: absolute;
	left: 0px;
	bottom: 1px;
	height: auto;
	color: #FFFFFF; 
	text-align: center;
}

.menutabs  A:link {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold; 
	color: #FFFFAA;
	text-align: center;
	text-decoration: none; 
	text-transform: none;
}

#submenu {
	width:100%;
	padding: 6px 0 0 0;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 100%;
}

.submenutabs A:link {
	color: #FFFFFF;
	text-decoration: none;
}

.submenutabs A:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.submenutabs A:active {
	color: #FFFFFF;
	text-decoration: none;
}

.submenutabs A:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.submenutabs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	text-transform: none;
}

.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
}

.maintext A:link {
	color: #FFFFFF;
	text-decoration: none;
}

.maintext A:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.maintext A:active {
	color: #FFFFFF;
	text-decoration: none;
}

.maintext A:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#itf {
	margin-top: 5px;
}

