/*
NAME:						menu.css
DESCRIPTION/PURPOSE:		Applied for menu
COPYRIGHT NOTICE: 			© Copyright 2007 E-axis, Inc. All rights reserved. Reproduction or copying of scripts is prohibited.
AUTHOR(S):					Fabrice Deferr
HISTORY: 					01.04.2007 Version 1.0 
STATUS						Published
COMMENTS:					
CSS VERSION:				CSS2 spec compliancy
COMPATIBILITY:				IE6, Firefox
*/
#menu ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 8pt;
	height: 15px;
	border: 1px solid;
	border-color: #C8C8C8;
	width: 120px;
	text-decoration: none;
	font-weight: normal;
	padding: 2px;
	border-left: 0px none;
	text-align: center;
	background-color: #ffffff;
}

#menu li a {
	color: #686868;
	background-color: #ffffff;
	font-weight: normal;
}

#menu li a:hover {
	color: #000000;
	background-color: #999999;
	font-weight: bold;
	cursor:pointer;
}


#topnav td {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 8pt;
	height: 19px;
	text-decoration: none;
	font-weight: normal;
	padding: 2px;
	margin: 4px;
	text-align: center;
}
#topnav #link {
	width: 70px;
	cursor:pointer;
}
#topnav #sep {
	width: 4px;
}
#topnav #blank {
	width: 100%;
}

#subnav td {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 8pt;
	height: 20px;
	text-decoration: none;
	font-weight: normal;
	padding: 2px;
	margin: 4px;
	text-align: right;
}