/* CSS Document */

li > ul {
	top: auto;
	left: auto;
}

ul {
	float:left;
	display:block;
	padding: 0px;
	margin-top:8px;
	margin-left:5px;
	line-height:20px;
	list-style-image: url('/Graphics/MainMenu/_mainMenuBullet.gif');
	list-style-position:inside;
}

li {
	position: relative;
	padding:7px;
	width: 160px;
	background-image: url(/Graphics/Common/_dottedDivider.gif);
	background-repeat: repeat-x;
	background-position: top;
}

li a:link{
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #6E6E6E;
	text-decoration: none;
}

#nav a:Hover {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

li a:hover {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

li a:visited {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #6E6E6E;
	text-decoration: none;
}

li ul {
	display: none;
	position: absolute;
	top: -5px;
	left: 169px;
	width:190px;
	line-height:18px;
	background-color: #F3F3F3;
	border:solid 1px #CCCCCC;
}

li ul a:hover {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

li:hover ul, li.hover ul{ display: block;}

#content {
	clear: left;
}

#MenuContainer { background:url('/Graphics/MainMenu/_menuBackground.gif'); background-repeat:repeat;}

#NoDivider {background:none}

#NoDivider a:hover {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#Form {
     display: inline;
	 float:none;
	 list-style:none; 
	 list-style-image:none;
	
	 
}

#Formlist {
	border:none;
	width:400px;
	display: block;
	text-align: right;
	padding-top:15px;
}
