﻿/* Cascading menus created from plain HTML nested ULs */
body {
		
	}
	
#VertMenu ul{
margin: 0;
padding: 0;
line-height:90%;
list-style-type: none;
width: 193px; /* Width of Menu Items */
border-bottom: 0px solid #BDBABD;
font-weight:bold;
text-align:left;

}
	
#VertMenu ul li{
position: relative;
}
	
/*Sub level menu items */
#VertMenu ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
z-index:700;
background-color:#000000;


}

/* Sub level menu links style */
#VertMenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
/*color: black;*/
text-decoration: none;
/*background: #fff;*/
padding: 4px 5px;
/*border: 1px solid #ccc;*/
border-bottom: 0;
font-family:Trebuchet MS;
 color:#FFFFFF;
 font-weight:bold;
 font-size:11px;
}
/*
#VertMenu ul li a:visited{
color: black;
}
*/
#VertMenu ul li a:hover
{
	background-color:#606060;
	border:solid 0px #000000;
	color:#95EA20;
}

#VertMenu .subfolderstyle{
/*background: url(media/arrow-list.gif) no-repeat center right;*/
}

	
/* Holly Hack for IE \*/
* html #VertMenu ul li { float: left; height: 1%; }
* html #VertMenu ul li a { height: 1%; }
/* End */
	/*========================================Inner Menu =================================*/
	#VertMenuIn
	{
		position:relative;
	}
	#VertMenuIn li { /* all list items */
		position : relative;
		line-height : 1.25em;
		margin-bottom : -4px;
		width: 0em;
		z-index:550;
		font-family:Trebuchet MS;
        color:#87AB00;
        font-weight:bold;
        font-size:11px;
        
		
	}
	#VertMenuIn, #VertMenuIn ul { /* all lists */
		padding-left:1px;
		margin: 0;
		list-style: none;
		float : left;
		width : 0em;
		z-index:550;
		position:relative;
	}
	#VertMenuIn li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 17em;
		margin-top : -2.1em;
		z-index:550;
		
	}
	#VertMenuIn li ul li ul { /*third-level lists */
		position : absolute;
		left: -999em;
		margin-left : 17em;
		margin-top : -2.2em;
		z-index:550;
	}
	#VertMenuIn li a {
		width: 13.8em;
		display : block;
		color : #B4B4B4;
		font-weight : bold;
		text-decoration : none;
		background-color : #000000;
		border : 1px solid #606060;
		padding : 0.2em 0.5em;
		font-size:13px;
		text-align:right;
		z-index:650;
		padding-bottom:5px;
	}
	#VertMenuIn li a:hover {
		color : #787878;
		background-color:#606060;
	}
	
	#VertMenuIn li:hover ul ul, #VertMenuIn li:hover ul ul ul, #VertMenuIn li.sfhover ul ul, #VertMenuIn li.sfhover ul ul ul {
		left: -999em;
	}
	
	#VertMenuIn li:hover ul, #VertMenuIn li li:hover ul, #VertMenuIn li li li:hover ul, #VertMenuIn li.sfhover ul, #VertMenuIn li li.sfhover ul, #VertMenuIn li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
		color : #787878;
		background-color:#606060;
	}
	/*========================================Inner Menu =================================*/
	
	

#tabMenu a
{
color: #000;
background: #75A8D5 url(left-tab.gif) left top no-repeat;
text-decoration: none;
padding-left: 10px;
border-bottom:solid 3px #4D90C9;
padding-bottom:3px;
}

#tabMenu a span
{
background: url(right-tab.gif) right top no-repeat;
padding-right: 10px;
font-weight:bold;
color:#ffffff;
padding-top:2px;
}

#tabMenu a, #tabMenu a span
{
display: block;
float: left;

}

/* Hide from IE5-Mac \*/
#tabMenu a, #tabMenu a span
{
float: none;

}
/* End hide */

#tabMenu a:hover
{
color: #fff;
background: #5788B4 url(left-tab-hover.gif) left top no-repeat;
padding-left: 10px;

}

#tabMenu a:hover span
{
background: url(right-tab-hover.gif) right top no-repeat;
padding-right: 10px;

}

#tabMenu ul
{
list-style: none;
padding: 0;
margin: 0;

}
#tabMenu
{
	margin-left:-37px;
	margin-top:14px;
	
}
#tabMenu li
{
float: left;
margin: 0;
padding-bottom:2px;
list-style: none;
} 

	/*
	#tabMenu a
{
color: #000;
background: #75A8D5 url(left-tab.gif) left top no-repeat;
text-decoration: none;
padding-left: 10px;


padding-bottom:2px;
}

#tabMenu a span
{
background:#75A8D5 url(right-tab.gif) right top repeat-y;
padding-right: 10px;
font-weight:bold;
color:#ffffff;
padding-top:2px;
}

#tabMenu a, #tabMenu a span
{
display: block;
float: left;

}


#tabMenu a, #tabMenu a span
{
float: none;

}


#tabMenu a:hover
{
color: #ffffff;
background: #5788B4 url(left-tab-hover.gif) left top no-repeat;
padding-left: 10px;

}

#tabMenu a:hover span
{
background: #5788B4 url(right-tab-hover.gif) right top no-repeat;
padding-right: 10px;

}

#tabMenu ul
{
list-style: none;
padding: 0;
margin: 0;

}
#tabMenu
{
	margin-left:0px;
	
	
}
#tabMenu li
{
float: left;
margin: 0;
padding-bottom:2px;

} 

*/