/* CSS Document */

#top_nav_bar {
	width: 100%;
	padding: 0;
	margin: 0 0 0 0;
	}

#top_nav_bar ul {
	margin: 0 0 0px 0;
	padding: 0 0 0px 0;
	font-size: 1.1em;
	font-weight: 400;
	list-style-type: none;
	width: 100%;
	border-top: 1px solid #262561;
border-right: 1px solid #262561;
display:block;
}

#top_nav_bar li {
display:block;
	margin: 0 0pt 0px 0;
	padding: 0pt 0pt 0pt 0;
	list-style-type: none;
	text-align: center;
	/*height: auto;
	*/
	border-bottom: 1px solid #262561;;
	
}

#top_nav_bar li.selected {
	background: #262561;;
	color: #FFF;
}

#top_nav_bar ul li.selected strong {
	height: 10px;
	padding: 10px;
	display: block;
	text-decoration: none;
	background: #262561;
	color: #FFF;
}

#top_nav_bar li a {
	margin: 0pt;
	padding: 3px 5px 3px 5px;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #262561;
	font-weight: bold;
background:#EFF0FD;
}

#top_nav_bar li a:hover {
	color: #FFF;
	background: #262561;
	font-weight: bold;
}

#top_nav_bar ul li ul {
	border-left: 1px solid #262561;
	border-right: 1px solid #262561;
	border-bottom: 1px solid #262561;
	margin: 0px;
	padding: 0px 5px 0pt 0pt;
	background: #EFF0FD repeat-x scroll;
	display: none;
	position:absolute;
	width: 220px;
margin-left:230px;
margin-top:-30px;
	font-size: 1em;
	z-index: 100;

}

#top_nav_bar ul li:hover ul { display: block; }

#top_nav_bar li li {
	margin: 3px 0px 3px 0px;
	padding: 0pt 0pt 0px 0px;
	background: transparent none repeat;
	text-transform: none;
	width: 100%;
	border: 0;
	height: auto
}
#top_nav_bar ul li:hover li a {
margin: 0px;
	padding: 5px 0pt 5px 0px;
	color: #333;
	display: block;
	height: auto;
	text-align: left;
border-left: 5px solid #EFF0FD;

}
#top_nav_bar ul li li a:hover {
	
	padding: 5px 0pt 5px 0px;
	color: #FFF;
	width: 100%;
border-left: 5px solid #262561;
}


