/* 

	+----------------------------------------------------------------+
	| Copyright (C) 2007, PaintTech America Inc.                     }
	| Designed by APD Technologies Inc.                              |
	| All Rights Reserved                                            |
	|                                                                |
	| RESTRICTED RIGHTS:                                             |
	|                                                                |
	| This  file  may have  been supplied  under a  license.  It may |
	| be used, disclosed, and/or copied only as permitted under such |
	| license agreement.  Any copy must contain the  above copyright |
	| notice and this restricted rights notice.  Use, copying, and / |
	| or  disclosure of   the file  is strictly  prohibited   unless |
	| otherwise provided in the license agreement.                   |
	+----------------------------------------------------------------+

	$Id: nav.css,v 1.1.1.1 2007/04/11 23:58:59 adsouza Exp $
	Author:		Anthony D'Souza
	Descrition:	navigation styles

*/

P {
	margin				:	0px;
}

table.navbar {
	font-size			:	8pt;
	margin				:	0px;
	padding				:	0px; 
	border				:	0px; 
}

table.menu {
	font-size			:	8pt;
	margin				:	0px;
	padding				:	0px;
}

td.menuNormal {
	padding				:	0px;
	color				:	black;
	/* vertical-align	:	top; */
	background-color	:	#ddd;
}

td.menuHover {
	padding				:	0px;
	color				:	black;
	/* vertical-align	:	top; */
}

div.menuNormal {
	display				:	none;
	position			:	static;
}

div.menuHover {
	border				:	1px solid lightblue;
	background-color	:	white;
	display				:	inline;
	position			:	absolute;
}

a.menuitem:link {
	text-decoration		:	none;
	color				:	black;
	background-color	:	white;
	display				:	block;
	white-space			:	nowrap;
}

a.menuitem:visited {
	text-decoration		:	none;
	color				:	black;
	background-color	:	white;
	display				:	block;
	white-space			:	nowrap;
}

a.menuitem:hover {
	text-decoration		:	none;
	color				:	black;
	background-color	:	#eaeaea;
	display				:	block;
	white-space			:	nowrap;
}

a.menuitem:active {
	text-decoration		:	none;
	color				:	black;
	background-color	:	lightblue;
	display				:	block;
	white-space			:	nowrap;
}

