 /********************************************************
  * Description:  Style mod for the virgo nav bar, it has
  *				  three sections.  
  *
  *				  1.  the top menu buttons and their behavior
  *				  2.  the menu drop down box
  *				  3.  the menu item in the drop down box (not including the top menu button)
  *				  4.  the forbidden section:  please dont modify them, no idea what side effects can have
  * 
  *				  Definitions:
  *				  Menu Button - the items on the nav bar
  *				  menu items - the items inside the drop down not including the Menu button.
  *********************************************************/


/********************************************************
 * Description:  This section is the style of the top menu items
 *				 
 * Update:
 * 
 *********************************************************/
 .udm {
	background-color: transparent;

}

#udm {
padding:0; margin:0;
width: 857px;
height: 59px;

}

#udm li {
padding:0; margin:0;
}





/*********************************************************************
* This is the style of the the menu buttons (not the menu items inside the dropdown box)
**********************************************************************/
.udm a,.udm a:link,.udm a.nohref {
	padding:0; margin:0;
}
	
	
/*********************************************************************
* This is the style of the the menu buttons after visited 
* (parent style of menu items inside the dropdown box)
**********************************************************************/
.udm li a:visited {
	
	
/* around the visited menu buttons */
	border-width:0px;
	color:#FFFFFF;
	font-style:normal;
	border-style:solid solid solid solid;
	border-color:transparent;

	}
	

	
/*********************************************************************
* This is the style of the menu buttons when hover- its color, border, etc
* PLEASE NOTE THAT THIS IS FOR BOTH menu buttons and menu items inside drop down
**********************************************************************/
.udm li a.udmR,.udm li a.udmY,.udm li a.udmR:visited,.udm li a.udmY:visited,.udm li a:hover, .udm li a.nohref:hover  {
text-decoration:none;

	}
 /********************************************************
 * Description:  This section is the style of the menu drop down box
 *				 
 * Update:
 * 
 *********************************************************/
 
/*********************************************************************
* This is the style of the drop down box - its color, border, etc
**********************************************************************/
.udm ul {
	background-color: #9A4B19;
	border:1px solid #B57C39 ;
	position:absolute;
	z-index:20100;
	padding:0; margin:0;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11.5px;
	width: 13em;
	height: auto;
	margin-left: 20px;
	}
	
 
 
 /********************************************************
 * Description:  This section is the style of the menu items
 *				 in dropdown box, this doesn't include top menu button
 *				 
 * Update:
 * 
 *********************************************************/
  
/*********************************************************************
* This is the style of the the menu items after visited 
* (menu items inside the dropdown box) cannot be removed or will inherit
* from the style of the top menu buttons
**********************************************************************/

.udm ul li a:visited, .udm ul li, .udm ul li a:visited,* html .udm ul li a:visited,
* html,  .udm ul li  {

/* around the visited menu buttons */
	background-color: #9A4B19; 
	text-align:left;
	padding: 0; margin:0;
	text-decoration:none;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 7px;
	}
	
/*********************************************************************
* This is the style of the menu items inside the drop down box
**********************************************************************/
.udm ul a, .udm ul a:link, .udm ul a.nohref {
	background-color: #9A4B19; 
	text-align:left;
	padding: 0; margin:0;
	text-decoration:none;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 7px;
	
	}

.udm ul li a.udmR,.udm ul li a.udmY,.udm ul li a.udmR:visited,.udm ul li a.udmY:visited,.udm ul li a:hover, .udm ul li a.nohref:hover, .udm ul li a:visited:hover {
       /* around the focus and hovered menu buttons */
		 background-color: #333333; 
	text-align:left;
	padding: 0; margin:0;
	text-decoration:none;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
 	padding: 7px;
	}





	
	
	

	
	
	
