	
/* Outer navigation bar container */
#nav2 {
	width: 100%;
	height: 20px;
	z-index: 20;
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	float: left;
	}


/* Navigation bar UL */
#menu2 {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 940px;
	list-style: none;
	text-align: center;
	z-index: 3;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -470px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	}
	
	
/* All list items */
#nav2 LI {
	position: relative;
	display: block;
	margin: 0 0px;
	padding: 0;
	float: left;
	}
	
/* 1st level - Tab style */
#nav2 LI A {
	display: block;
	margin: 0;
	text-decoration: none;
	color: #9999cc;
	background-position: 0 top;











	background-repeat; no-repeat;
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0px;
	}
	
#nav2 LI A:hover {
	cursor: pointer;
	color: #D5D5EA;
	}
	
/* 2nd level - List style */
#nav2 UL UL {
	display: none;
	position: absolute;
	left: 0;
	margin: 0 0 0 -5px;
	padding: 0;
	}
	
#nav2 LI LI {
	position: relative;
	display: block;
	list-style: none;
	width: 170px;
	padding-top: 0px;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 0;
	text-align: left;
	}
	
#nav2 LI LI A {
	color: #8EC9FF;
	width: 170px;
	background-color: #333;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #474747;
	}
	
#nav2 LI LI A:hover {
	color: #000;
	background-color: #666;
	}


/* Rollover activation code */
#nav2 LI>UL { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	}

#nav2 LI:hover UL, #nav2 LI.over UL { /* lists nested under hovered list items */
	display: block;
	_margin: 0 0 0 -6px; /* IE */
	padding: 0;
	width: 170px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	}
#nav2 #menu2 .submenu_desp {

}
.conraya {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3D3D3D;
}
