@charset "UTF-8";

/**
 * Columnar CSS Drop-Down Menu Component
 *
 * @file		dropdown.columnar.css
 * @package		Dropdown
 * @version		0.1.1
 * @type		Transitional
 * @requires	dropdown.columnar.css
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2009 Live Web Institute. All Rights Reserved.                      
 *
 */

#menu{ /*drop-down menu*/
		width:997px; 
		height:66px; 
		background-image:url('/graphics/top/wsn/menu_bg.png');
		background-repeat:no-repeat;
		padding-top:5px;
		margin:auto;
		}
	.menu_sm { /*small menu by interest*/
	text-align:center;
 	
 	background-image: url('/graphics/top/wsn/menu_sm_bg.jpg');
 	background-repeat:repeat-x;
	height:20px; 
	float:right;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#000000;
	border-right:solid;
	border-right-width:1px;
	border-right-color:#000000;
	font-family:"Helvetica";
	color:#666762;
	font-size: 12px;
	padding-top:5px;
	display:inline ;
 }

.menu_sm a:link {text-decoration: none; color: #1a3862;}
.menu_sm a:visited {text-decoration: none; color: #1a3862;}
.menu_sm a:active {text-decoration: none; color: #73767b;}
.menu_sm a:hover {text-decoration: none; color: #73767b;}

ul.classic {
 list-style: disc;
 margin-bottom: 1em;
 padding-left: 2em;
}

.dropdown-upward {
 margin-top: 400px !important;
}


ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 39px;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

ul.dropdown-linear {
 width:100%;
}

ul.dropdown-linear ul li {
 float: left;
}

ul.dropdown-linear li.hover,
ul.dropdown-linear li:hover {
 position: static;
}

ul.dropdown-linear ul ul {
 display: none !important;
}


ul.dropdown-columnar ul li {
 position: static;

}

ul.dropdown-columnar ul ul {
 display: block !important;
 position: static;
 width: auto !important;
}

ul.dropdown-columnar ul ul li {
 float: none;
}

ul.dropdown-columnar ul ul ul {
 display: none;
}

ul.dropdown-columnar li.hover ul,
ul.dropdown-columnar li:hover ul {
 visibility: visible !important;
}

ul.dropdown {
 font:  14px/normal "Helvetica";
}

	ul.dropdown li {
	 padding: 0 10px;
	 background-color: transparent;
	 color: #4c4c4c;
	 }


	ul.dropdown li.hover,
	ul.dropdown li:hover {color: #000;}
	ul.dropdown li.current { background-color: #adbed5;}
ul.dropdown li.current:hover { background-color: #ffffff;}


	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #000000; text-decoration: none; }
	ul.dropdown a:hover		{ color: #000000; }
	ul.dropdown a:active	{ color: #000000; }


	/* -- level mark -- */

	ul.dropdown ul {
	 background-color: #ffffff;
	 font-size: 14px;
	 letter-spacing: normal;
	 width:980px;
	 margin-left:10px;
	}

	* html ul.dropdown ul {
	 width: 980px;
	}

		ul.dropdown ul li {
		 font-weight: bold;
		 padding-left:1px;
		 padding-right:0px;
		 
		}
		
		/* -- level mark -- */

		ul.dropdown ul ul {
			
			margin-top: 2px;
     	}

			ul.dropdown ul ul li {
			 font-weight: normal;
			font-size: 11px;
			color:#4c4c4c;
			width:119px;
			float:left;

	 			}


/*-------------------------------------------------/
 * @section		Support Class `dir` */

ul.dropdown *.dir {
 padding-right: 0px;
 background-position: 100% 50%;
background-repeat: no-repeat;
 background-color:#ffffff;
}

ul.dropdown ul *.dir {
 background-image: none;
}


/*-------------------------------------------------/
 * @section		Base Style Extension */

ul.dropdown li a {
 display: block;
 padding: 0 0px;
}


/*-------------------------------------------------/
 * @section		Base Style Override */

ul.dropdown li {
 padding: 0;
}


/*-------------------------------------------------/
 * @section		Base Style Reinitiate: post-override activities*/

ul.dropdown li.dir {
	text-align:center;
  margin-left:1px;
 background-image: url('/graphics/top/wsn/top_bg.jpg');
 background-repeat:repeat-x;
}

ul.dropdown li.dir:hover {
 background-image: url('/graphics/top/wsn/tophov.jpg');
 background-repeat:repeat-x;
}


ul.dropdown ul li.dir {
 padding: 0px;

}


/*-------------------------------------------------/
 * @section		Custom
 */

ul.dropdown ul {
 padding: 0px;
 text-align:left;

}

ul.dropdown ul li a:hover {color: #000000;}
ul.dropdown ul a:link,
ul.dropdown ul a:visited	{ color: #4c4c4c; text-decoration: none; }
ul.dropdown ul li {line-height: 25px; padding-left:0px;}
ul.dropdown ul ul {padding: 0; margin-left: 0px;  }


.clm_brd {
	border-right:1px; 
	border-right-style:solid; 
	border-right-color:#000000; 
	background-color:#FFF;
}


.brd_top {
	border-top:1px; 
	border-top-style:solid; 
	border-top-color:#babdc2;
}

