 /********************************************************
  * 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: #4d7fff url(../images/nav_bg.jpg) top left repeat-x;
}
#navbar-container {
        height:34px;
        width:770px;
		clear:both;
		padding:0px;
		background: #4d7fff url(../images/nav_bg.jpg) top left repeat-x;
}

#navbar-container a{
    font-size: 11px;
}



/*********************************************************************
* 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: #4d7fff url(../images/nav_bg.jpg) top left repeat-x;
	cursor:pointer !important;
	z-index:1000;
	text-align:left;
/* around the non-visited menu buttons */
	border-style:solid;
	border-color:transparent;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px !important;
	padding-bottom:11px !important;
	text-decoration:none;
	color:#FFFFFF;
	border-width:0px;
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold !important;
	}
	
	
/*********************************************************************
* 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: #4d7fff url(../images/nav_bg.jpg) top left repeat-x;
/* 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:focus,.udm li a.nohref:hover,.udm li a.nohref:focus {
	font-style:normal;
	background-image:none;
	background-color: #c7d7ff;
	text-decoration:none;
	color:#2C659D;
/* around the focus and hovered menu buttons */
	border-color:#FFFFFF #5a3b7e #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: white;
	cursor:default !important;
	width:15em;
	height:auto;
	border-width:1px;
/* around the dropdown top, right, bottom, left*/
	border-color: #ffffff #43276F #43276F #43276F;
	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{

/* around the visited menu buttons */
	border-width:0px;
	color:#4d7fff;
	font-style:normal;
	background-image: none;
	background-color: white;

	}
	
/*********************************************************************
* 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-image:none;
	background-color: white;
	text-align:left;
	border-width:0px;
	border-style:solid;
	border-color:#4d7fff #4d7fff #4d7fff #4d7fff;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px !important;
	padding-bottom:2px !important;
	
	text-decoration:none;
	color:#4D7FFF;
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold !important;
	}

.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 */
		 border-color:#E2D7EB #E2D7EB #E2D7EB #FFFFFF;
		 border-width: 0px;
		 background-image:none;
		 background-color: #4d7fff;
		 color: #FFFFFF
}






	
	
	

	
	
	
/************************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:1px;
	}
.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);
	}