/* MENU DIV */

#menu {  
	background-color: #282828;    
	font-family: Arial, Helvetica, 	sans-serif;    
	width: 900px;   
	height: 30px;    
	line-height: 29px;   
	margin-left: 0px;
} 

#menu ul {   
	padding:    0px;  
	margin:     0px;  
	list-style: none;
} 

#menu li { 
	float: left;
}  


#menu a { 
	display: block;
	
}

 

/* MENU UL TAG */

#topMenu li ul {  
	position: absolute;  
	left: -999em;
} 

#topMenu li:hover ul, #topMenu li.showMenu ul { 
	left: auto;
} 

#topMenu a {   
	border: ;  
	border-right-width: 0px;  
	text-decoration: none;  
	width: 110px; 
	
	
}

/* MENU LI TAG */

  
.topMenuLink a {
	color: #ffffff;  /* Set color of top menu text */  
	font-weight: bold;  /* Make top menu text bold */  
	text-align: center;  /* Center top menu text in menu button */
	font-weight: bold;
	font-size: 80%;
} 
.topMenuLink a:hover {  
	background-color: #404040;  /* Set top menu rollover background color */  
	color: #ffffff;  /* Set top menu rollover text color */
	
} 
.topMenuLink a#lastMenu {   
	border-right-width: 1px;  /* Add right border to last top menu item */  
	width: 110px;  /* Adjust last top menu item width to fit within top menu */
	
}

/* SUB MENU */
 
.subMenu {  
	
	
	width: 120px;  /* Set the width of the sub menus */
} 
.subMenu a {  
	color: #ffffff;  /* Set the font color of the sub menu items */  
	font-weight: normal;	  /* Return the font weight to normal for sub menu items */  
	height: 20px;  /* Set the height of the sub menu items */  
	line-height: 20px;  /* Set the line height of teh sub menu items (for vertical alignment) */ 
	margin-top: -1px;  /* Set the top border of each sub menu link to -1px to remove double borders */
	border: 1px solid black;  /* Add the right border back to the sub menus */
	text-align: left;
	padding: 5px;
	font-size: 70%;
	width: 170px;  /* Set the width of the sub menus */
	border-bottom: 1px solid #162C40;  /* Add the right border back to the sub menus */
	border-top: 1px solid #366999; 
	display: block;
	background-color: #284D73; 
	 
} .subMenu a:hover {  
	background-color: #1F3D59;  /* Set sub menu rollover background color */  
	color: #ffffff;  /* Set sub menu rollover text color */
	display: block;
	border-bottom: 1px solid #1F3D59;  /* Add the right border back to the sub menus */
	border-top: 1px solid #1F3D59; 
} .subMenu#last { 
	width: 100px; 
}  /* Adjust width of last sub menu to align right border correctly */ 
.subMenu#last a { 
	width: 100px; 
}  /* Adjust width of links in last sub menu to display right border on rollover *//* Display all <a> tags as block-level items */



