﻿	#verticaltab 
	{
		width: 200px;		 
		background-image: url('../Images/VMenuUnSelectedItem.png');
		background-repeat: repeat-y;
	}
			
	#verticaltab ul {		
		margin: 0px;
		padding: 0px;	
		padding-right: 0px;			
		font-size: 9px; 
		width: 200px;
		list-style-type: none;
		font-family:tahoma, veranda, arial,vsans-serif;   
		}
		 		
	#verticaltab li a {
		display: block;
		margin: 0px;
		padding:   0px   0px 0px    0px;
		border-left: 0px;
		border-right: 0px;
		color: #003366; 
		text-align: right;
		text-decoration: none;
		font-size: 10px;
		font-weight: bold; 
		width: 180px;
		background-image: url('../Images/VMenuUnSelectedItem.png');
		background-repeat: repeat-y;
		
		}
	#verticaltab li a:hover {
		border-left: 0px;
		border-right: 0px;
		text-decoration: underline;
		font-size:  11px; 
		font-weight: bold;  
		color: #003366;
		}

	#verticaltab li {		
		border-width: 0px;
		margin: 0px;
		padding: 0px; 
		background-image: url('../Images/VMenuUnSelectedItem.png');
		}
		
	#verticaltab li a.currentitem { 
		background-image: url('../Images/xVMenuSelectedItem.png');
		background-repeat: repeat-y; 
		 
		color: green;
		margin: 0px; 
		padding-top: 5px;
		padding-bottom: 5px; 
		
		}
 