/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20080903 */

/* Begin CSS Popout Menu */

/* Navigation
----------------------------------------------- */

#navigation {
	display: inline;
	float: right;
	width: 940px;
	height: 52px;
	margin: 0px 0 0 0;
	padding: 0 0 0 10px;
	text-align: left;
	background: none !important;
	}
	#navigation ul li {
		position: relative;
		display: inline;
		float: left;
		list-style: none;
		margin: 0 0 0 0;
		padding: 0 0 0;
		background: none !important;
		text-align: center;

		}
		#navigation ul li a {
			display: inline;
			float: left;
			margin: 0 0 0;
			padding: 13px 13px;
			color: #FFFFFF;
			font-weight: bold;
			font-size: 13px;
			text-decoration: none;
			letter-spacing: -0.01em;
			}
			#navigation li.last a {
				background: none;
			}
			#navigation ul li a:hover {
				text-decoration: none;
				color: #e1f2ba;
			}
#navigation a {
	display: block;
	white-space: nowrap;
	margin: 0;
	padding:0 0px;
}

#navigation ul ul{
position:absolute;
z-index:500;
top: 45px;
left: 0;
display:none;
	background: url(/images/bg/bgsubnavigation.png) repeat-y;
}
#navigation ul ul li{
	padding: 7px 25px 8px 40px;
	margin: 0;
	border-bottom: 0px solid #333;
	text-align: left;
	clear: left;
	float: left;
	background: none !important;

}
#navigation ul ul li a, #navigation ul ul li a:visited {
	color: #333;
	font-weight: bold;
	padding: 0;
	font-size: 12px;

	white-space: nowrap;
	display: inline;


}
#navigation ul ul li a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#navigation ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#navigation h2:hover{

}

div#navigation li:hover{
cursor:pointer;
z-index:100;
}

div#navigation li:hover ul ul,
div#navigation li li:hover ul ul,
div#navigation li li li:hover ul ul,
div#navigation li li li li:hover ul ul
{display:none;}

div#navigation li:hover ul,
div#navigation li li:hover ul,
div#navigation li li li:hover ul,
div#navigation li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#navigation a.x, #navigation a.x:visited{
font-weight:normal;
color:#000;
}

#navigation a.x:hover{
color:#fff;
background:#000;
}

#navigation a.x:active{
color:#060;
background:#ccc;
}
.imgbullet{
	float: right;
	padding-top: 6px;
	width: 7px;
}
/* End CSS Popout Menu */