 body, img, button, ul, li, tr, td  { margin:0; padding:0; border:0; }
 /*========================= TOP OF THE MENU CASCADE =========================*/

.menu {
	font-family: Verdana;
	font-size:11px;
	clear:both;
}

.menu ul 
{
	padding:2px 3px 2px 1px; 
	width:764px;
	margin:0;
}                               /* this must be 1.0 or 1.5 or 2.0 for Mozilla */

.menu ul li {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	list-style-type:none;
	border:1px solid #ffffff;
	margin-right:3px;
	margin-bottom: 2px;
}

.menu ul li table
 {
	margin:-1px 0;              /* IE5 needs -1px top and bottom table margins */
	m\argin:0;               /* re-zero the table margins for everyone but IE5 */
	border-collapse:collapse;      /* IE5 needs this for the sub-menus to work */
	font-size:11px;        /* this sets the base font size for our entire menu */
	color:#FFFFFF;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.menu ul li ul {
	display:none;                  /* initially hide the entire list hierarchy */	
}

.menu ul li a ,
.menu ul li a:visited {                    /* unselected top-level menu items */
	display:block;	
	float:left;
	text-decoration:none;	
	color:#ffffff;
	cursor:hand;
	height:14px;
	padding: 3px 0px 3px 3px;
}

.menu ul li:hover a,
.menu ul li a:hover {                        /* selected top-level menu items */
	color: #F08613;
	position:relative;	
	text-decoration:none;	
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul,
.menu ul li a:hover ul {                           /* 2nd level drop-down box */
	display:block;
	position:absolute;	
	margin: 0px;	
	top:21px;             /* place us just up underneath the top-level images */
	height:auto;      /* the drop-down height will be determiend by line count */
	color:#FFFFFF;                        /* this sets the unselected-text color */
	width:150px;
	float: right;
	background-color: #475862;	
	}

.menu ul li:hover ul.leftbutton,
.menu ul li a:hover ul.leftbutton {/* our first dropdown should not be skewed */
	left:0px;	
	width:152px;
	cursor:hand;		
	display:block;	
	margin-bottom:0px;	
	padding:2px 2px; 	
}

.menu ul li:hover ul li,
.menu ul li a:hover ul li
{
	border:1px solid #ffffff;				
	margin-right:0px;	
	margin-bottom:0px;	
	padding-bottom:0px;
	margin-top:2px;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {                   /* 2nd level unselected items */	
	display:block;
	padding:3px 3px 3px 3px;	
	color:#F3F3F3;               /* this sets the unselected drop-down text color */
	background-color: #475862;       /* this sets the drop-down menu background color */		
	cursor:hand;
	text-decoration:none;	
}

.menu ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover {                /* 2nd level selected item */
	color:#F08613;	
	text-decoration:none;	
}

/*======================== 3RD LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {             /* hide inactive 3rd-level menus */
	visibility:hidden;
}
 
.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {             /* 3rd level drop-down box */
	visibility:visible;
	display:block;
	position:absolute;
	margin-top:-5px;	      /* bring the top edge of the 3rd level menu up one */
	top: 0px;
	left:152px;
	width:100px;	
	cursor:hand;
	padding:2px 2px; 
	background-color: #475862;		
}
.menu ul li:hover ul li:hover ul li
.menu ul li a:hover ul li a:hover ul li
{
	width:98px;
	border:1px solid #ffffff;
	margin-right:0px;	
	margin-bottom:0px;	
	padding-bottom:0px;
	margin-top:2px;
}
.menu ul li:hover ul li:hover ul li a,
.menu ul li a:hover ul li a:hover ul li a {     /* 3rd level unselected items */
	width:95px;
	display:block;	
	color:#FFFFFF;
	cursor:hand;
	padding:3px 0px 3px 3px;
	text-decoration:none;	
}

.menu ul li:hover ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover ul li a:hover {    /* level3 selected items */
	color:#F08613;	
	text-decoration:none;	
}

#text {           /* the Mac's standard Safari browser will not see this code */
	height:1.8em;#           /* ...  but every other browser will and should */
} /* Safari barfs on the illegal pound sign (#) after the rule's property val */

/*-------------  Main Menu Width-----------------------*/
.menu1Width
{
	width:12%;
}

.menu2Width
{
	width:17%;
}

.menu3Width
{
	width:12%;
}
.menu4Width
{
	width:15%;
}

.menu5Width
{
	width:12%;
}

.menu6Width 
{
	width:14%;
}
.menu7Width 
{
	width:12%;
}
/*-------------  End of Main Menu Width-----------------------*/
/*-------------  Sub Menu Width-----------------------*/
.subMenu1
{
	width:230px;
}
.subMenu2
{
	width:150px;
}
.subMenu3
{
	width:150px;
}
.subMenu4
{
	width:245px;
}
.subMenu5
{
	width:120px;
}
.subMenu6
{
	width:150px;
}
.subMenu7
{
	width:150px;
}
/*------------ End of Sub Menu Width ------------------*/


