/* CSS Style Sheet for drop down Nav Menu */

/*----------------BEGIN --- NEW from VRW main css sheet ----------------------------*/
#nav1 {
	position: absolute;
	left: 0px;
	top: 90px;
	color: #272766;   
	background: #000;
	z-index: 3;
	width: 100%;
} 
#shadow {
	margin-top: 22px;
	background-image:url(images/shadow.gif);
	width:640px;
	height:10px;
	background-repeat:no-repeat;
}
/* #nav1 ul {
	height: 17px;
	margin: 0;
	padding: 0;
	position: relative;
	left: 75px;
}
#nav1 ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
}
#nav1 ul li, #nav1 a	{
	height: 13px;
	display: block;
	}
#nav1 ul li a	{
	color: #FFF;  
	text-decoration: none;
	border-bottom: 1px solid #272766;
}*/
#nav1 a {
	border-bottom: 1px solid #000269;

}
#nav1 a:hover {
	border-bottom: 1px solid #666666;
}
/*----------------END --- NEW from VRW main css sheet ----------------------------*/

/*---------------------------------------
              FORMAT
 ---------------------------------------*/
#nav ul {
	padding: 0 ;
	
}
#nav  {
	padding: 0 0 0 0px;
	background-color:#000000;
}
#nav, #nav ul {
	Xfloat: left;
	width: 100%;   
	list-style: none;
	line-height: 1;
	background: #000;
	font-weight: bold;
	margin: 0 ;
}

#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0.25em .5em;
	font-size: 1.0em;
}
#nav li {
	float: left;
	padding: 2px 9px;
/*	width: 5em;  */
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
/*	
	border-width: 0.25em; 
*/
	margin: 0;
/*	opacity: .95;
*/
}

/* This is to make opacity work in IE. */
/*
* html #nav li ul {
	background-color: transparent;
}
* html #nav li li {
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=90);
}
*/

#nav li li {
	padding-right: 0;
	width: 14em  
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
	margin: -1.7em 0 0 13.95em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
#nav li a:hover {
	text-decoration:  none;
}
 #nav li li:hover, #nav li.sfhover {
	background-color: none;
}

/* Support for the "iehover-fix.js" */

ul.nav iframe {
	position: absolute;
	/* account for the border */
	left: 0;
	top: -0.25em;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

* html ul.nav li { z-index: 201; }

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */

