/**
	================================================================================
				DesignerVista Website Style Sheet
				Copyright @ 2009, DesignerVista Soft, LLC. All rights reserved.
				Author: Kumaravel Somasundaram
				Date:   Jan 08 2009
	================================================================================							
**/

/**
	================================================================================
							MENUS starts here
	================================================================================							
**/
#menutabs ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
}
#menutabs li a {
	/**color: #357DB0 ;**/
	color: #595959   ;
	font-size: 12px;
	font-weight:bold;
	/**
	background-color: #9cf ;
	border: 1px outset #00f ;
	**/
	padding: 8px ;
	text-decoration: none ;
	display: inline ;
}
#menutabs li a:hover {
	color: #0C283E  ;
	font-size: 13px;
	font-weight:bold;
	/**
	background-color: #0000c0 ;
	**/
}
/**
	================================================================================
				DesignerVista Website Style Sheet
				Copyright @ 2009, DesignerVista Soft, LLC. All rights reserved.
				Author: Kumaravel Somasundaram
				Date:   Jan 08 2009
	================================================================================							
**/

