/* Layer Menus CSS File */

.vtTable{
	width : 130px;
	text-align : left;
}
.vtCell{
	text-align : left;
	padding-left : 5px;
	padding-right : 5px;
	padding-bottom : 3px;
	padding-top : 3px;
}
.vtLink{font-size : 11px; font-weight : bold; color : #ffffff; text-decoration : none;}
.vtLink:link{font-size : 11px; font-weight : bold; color : #ffffff; text-decoration : none;}
.vtLink:visited{font-size : 11px; font-weight : bold; color : #ffffff; text-decoration : none;}
.vtLink:hover{font-size : 11px; font-weight : bold; color : #ffffff; text-decoration : none;}

.vsTable{
	background-color : #333300;
	border-style : solid;
	border-color : #000000;	
	border-top-width : 1px;
	border-left-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
}
.vsCell{
	background-color : #333300;
	text-align : left;
	padding-left : 8px;
	padding-right : 8px;
	padding-bottom : 3px;
	padding-top : 3px;
	border-style : solid;
	border-color : #000000;
	border-top-width : 0px;
	border-left-width : 0px;
	border-right-width : 0px;
	border-bottom-width : 0px;
}
.vsLink{font-size : 10px; font-weight : bold; color : #ffffff; text-decoration : none;}
.vsLink:link{font-size : 10px; font-weight : bold; color : #ffffff; text-decoration : none;}
.vsLink:visited{font-size : 10px; font-weight : bold; color : #ffffff; text-decoration : none;}
.vsLink:hover{font-size : 10px; font-weight : bold; color : #ffffff; text-decoration : none;}