 /********************************************************
  * 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: #8D9B3E;
}



/*********************************************************************
* 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 {
	background-image:none;
	background: #8D9B3E;
	cursor:pointer !important;
	z-index:1000;
	text-align:left;
/* around the non-visited menu buttons */
	border-style:solid;
	border-color:transparent;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	text-decoration:none;
	color:#FFFFFF;
	border-width:0px;
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	}
	
	
/*********************************************************************
* This is the style of the the menu buttons after visited 
* (parent style of menu items inside the dropdown box)
**********************************************************************/
.udm li a:visited {
	
	background-color: #8D9B3E;
/* around the visited menu buttons */
	border-width:0px;
	color:#423B35;
	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:focus,.udm li a.nohref:hover,.udm li a.nohref:focus {
	font-style:normal;
	background-image:none;
	background-color: #8D9B3E;
	text-decoration:none;
	color:#423B35;
/* around the focus and hovered menu buttons */
	border-color:#FFFFFF #FFFFFF #FFFFFF #FFFFFF;
	border-style:solid,solid,solid,solid;
	border-width:0px;
	

	}
 /********************************************************
 * 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-image:none;
	background-color: #8D9B3E;
	cursor:default !important;
	width:200px;
	height:auto;
	border-width:0px;
/* around the dropdown top, right, bottom, left*/
	border-color: #ffffff #7CC142 #7CC142 #7CC142;
	position:absolute;
	z-index:20100;
	padding:0px;
	border-style: solid;
	}
 
 
 /********************************************************
 * 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 li a:active, .udm ul li a:visited,* html .udm ul li a:visited,
* html .udm li a:active,  .udm ul li a:focus, .udm ul li, .udm li a:focus, .udm ul li a:focus,* html .udm ul li a:focus,
* html .udm li a:focus {

/* around the visited menu buttons */
	border-width:0px;
	color:#423B35;
	background: #8D9B3E; 
	font-family: Verdana, Helvetica, Sans Serif;
	font-size: 11.5px;

	
	}
	
/*********************************************************************
* 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: #8D9B3E; 
	text-align:left;
	border-width:0px;
	border-style:solid;
	border-color:#7CC142 #7CC142 #7CC142 #7CC142;
	padding: 8px 0px 8px 15px;
	font-family:  Verdana, Helvetica, Sans Serif;
	font-size: 11.5px;
	text-decoration:none;
	color: #423B35;
	
	}

.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:focus,.udm ul li a.nohref:hover,.udm ul li a.nohref:focus,.udm ul li a:visited:hover {
       /* around the focus and hovered menu buttons */
		background-color: #DBBC52;
		color: #423B35;
		text-decoration:none;
		font-family:  Verdana, Helvetica, Sans Serif;
		font-size: 11.5px;

}






	
	
	

	
	
	
/************************no idea how to apply these**************************/
.udm ul li {
	cursor:default !important;
	width:100%;
	position:static;
	float:none;
	}
.udm ul {
	display:none;
	visibility:hidden;
	}
html/**/[xmlns] .udm u\l {
	display:block;
	visibility:visible;
	height:0;
	overflow:scroll;
	left:-10000px;
	}
ul.udm/**/[class^="udm"] u\l {
	display:block;
	visibility:visible;
	height:0;
	overflow:visible;
	left:-100em;
	}
.udm,.udm li,.udm ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}
.udm {
	position:relative;
	left:0;
	top:0;
	z-index:20000;
	width:7.5em;
	cursor:default !important;
	border:none;
	text-align:left;
	}
	
.udm {
	float:none;
	width:100%;
	}
	
.udm {
	padding-top:0;
	}
.udm>li:first-child {
	margin-left:0;
	}
.udm li {
	left:0;
	}
.udm ul li {
	left:0;
	}
ul[class^="udm"] li {
	left:0;
	position:static;
	}
.udm li {
	display:block;
	width:auto;
	float:left;
	}
.udm li a {
	position:static;
	display:block;
	float:left;
	white-space:nowrap;
	}
ul[class^="udm"] li a {
	position:relative;
	float:none;
	}
.udm ul li a {
	position:relative;
	float:none !important;
	white-space:normal;
	}
.udm li,.udm li:first-child {
	margin-right:0px;
	}
.udm ul li {
	margin-left:0;
	margin-right:0;
	}
.udm ul a {
	margin:0;
	}
.udm ul li {
	margin-bottom:0px !important;
	}
.udm ul li:first-child {
	margin-top:0px;
	}
.udm ul a {
	margin-top:0;
	margin-right:0px !important;
	margin-bottom:0;
	margin-left:0px !important;
	}
.udm a,.udm a.nohref {

	}
.udm li a,.udm li a:link,.udm li a.nohref,.udm li a:visited {
	letter-spacing:0.8px !important;
	}
	


.udm a.nohref,.udm ul a.nohref {
	cursor:default !important;
	}
.udm h1,.udm h2,.udm h3,.udm h4,.udm h5,.udm h6 {
	display:block;
	background:none;
	margin:0;
	padding:0;
	border:none;

	font-weight:normal;
	text-decoration:none;
	}

.udm .udmC {
	position:absolute;
	left:0;
	top:0;
	z-index:20020;
	width:auto;
	height:auto;
	filter:alpha(opacity=0);
	}
	
	
	