
#tabbottom {
	margin:0; 
	padding:0;
	width:970px;
	height:19px;
	text-align:left;	
}

#tabbottom ul {
	position:absolute;
	margin:0; 
	margin-left:0px;
	padding:0;	
}

#menubottom {
	/*position:inherit;*/
	position:absolute;  
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	z-index:100;	
}

#menubottom * {
	margin:0;
	padding:0;
	list-style:none;		
}

#menubottom li {
	float:left;
	/*position:relative;background:url(../images/tab_end.gif) 100% 0 no-repeat;
	background-color:#cccccc;*/
	margin:0 2px;	
}
#menubottom li:hover, 
#menubottom li.lemHover,
#menubottom li.selected {
	/*background:url(../images/tab_end_on.gif) 100% 0 no-repeat;	
	background-color:#CCCFD1;*/
}

#menubottom li:hover {
	z-index:1;
}

#menubottom li li {
	float:none;
	display:block;
	margin:0;
	padding:0;
}
#menubottom li li,
#menubottom li li:hover,
#menubottom li li.lemHover,
#menubottom li.lemHover li {
	width:100%;
	display:inline;
}
#menubottom li li:last-child, 
#menubottom li li.lemLastChild {
	background:none;
}
#menubottom li ul {
	position:absolute;
	/*width:auto;
	height:auto;*/
}
#menubottom li ul,
#menubottom li:last-child ul ul,
#menubottom li li:last-child ul,
#menubottom li.lemLastChild ul ul,
#menubottom li li.lemLastChild ul {	
	width:120px; 
	padding:0;
	margin:-2px;
	/*border-spacing:2px;
	background-color:#CCCFD1;
	padding-right:10px;
	margin:0px;
	border: solid 1px #000000;*/
}
#menubottom li:last-child ul,
#menubottom li.lemLastChild ul {
	width:150px;
}
#menubottom li ul ul {
	top:0;	
	width:122px; 
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menubottom li ul ul{

/*border: solid 1px #333333;*/

}
#menubottom li ul, 
#menubottom li:hover ul ul, 
#menubottom li:hover ul ul ul, 
#menubottom li.lemHover ul ul, 
#menubottom li.lemHover ul ul ul {
	left:-999em;
	z-index:100;
}
#menubottom li:hover ul, 
#menubottom li li:hover ul, 
#menubottom li li li:hover ul, 
#menubottom li.lemHover ul, 
#menubottom li li.lemHover ul, 
#menubottom li li li.lemHover ul {
	left:auto;
}
#menubottom a {
	display:block;
	/*border-right-style:outset;*/
    border-right:solid 1px #efefef;
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	/*font-size:1.2em;*/
	font-weight:normal;
	/*background-image: url(../images/shade.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:70px;*/
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#menubottom a span {
	padding:0 0px;	
}

#menubottom a:hover, 
#menubottom li:hover a, 
#menubottom li.lemHover a, 
#menubottom li.selected a {
	color:#fff;
	text-decoration:underline;
	/*background:url(../images/tab_start_on.gif) 0 0 no-repeat;		
	background-color:#CCCFD1;*/
}
#menubottom li li a, 
#menubottom li:hover li a, 
#menubottom li.lemHover li a {
	width:100%;
	font-size:1em;
	color:#966309;
	padding:0px 0;
	margin-left:0px;
	margin-bottom:1px;
	font-weight:normal;
	/*	border-right:#0066b3 1px solid;
	border: 1px solid #0066CC;*/
	background-color: #0066b3;
	background-image: none;
}
#menubottom li li a span {
	padding:0 0px;
}
#menubottom li li a:hover {
	color:#fff;
	/*border-right:#0066b3 1px solid;
	background-color: #0066b3;*/
}
#menubottom li li a:hover span {
	/*background:url(../images/ico_arrow.gif) 100% 50% no-repeat;*/
	
}



