
/********************************************************
 * Description:  This section is the style of the top menu items
 *				 
 * Update:
 * 
 *********************************************************/
 .udm {
	 background: #b12938 url(/images/nav_bg.jpg) top left repeat-x;
	

}

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



/*********************************************************************
* 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: #b12938 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:6px;
	padding-right:6px;
	padding-top:9px !important;
	padding-bottom:7px !important;
	text-decoration:none;
	color:#FFFFFF;
	border-width:0px;
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal !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: #b12938 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: #8c9194 url(/images/over.jpg) top left repeat-x;
	text-decoration:none;
	color:#ffffff;
/* around the focus and hovered menu buttons */
	border-color:#FFFFFF #FFFFFF #FFFFFF #FFFFFF;
	border-style: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: #ac1b2c;
	cursor:default !important;
	width:15em;
	height:auto;
	border-width:0px;
/* around the dropdown top, right, bottom, left*/
	border-color: #ac1b2c #ac1b2c #ac1b2c #ac1b2c;
	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:white;
	font-style:normal;
	background: #ac1b2c; 
	 
	
	}
	
/*********************************************************************
* 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: #ac1b2c; 
	text-align:left;
	border-width:0px;
	
	padding: 5px 0px 5px 4px !important;
	
	text-decoration:none;
	color: white;
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal !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 */
		 background-color: #8c9194;
		 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.4px !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);
	}
	
	
	