﻿/*Nav Styles*/
#nav ul {
	position: relative;
	list-style: none;
	float: left;
	margin: 0 5px 0 0;
}

#nav ul li:first-child {
	position: relative;
	font-size: 1em;
	line-height: 1.3em;
	width: auto;
	float: left;
	padding: 0px 10px 10px 10px;
	background: none;
}

#nav ul li {
	position: relative;
	font-size: 1em;
	line-height: 1.3em;
	width: auto;
	float: left;
	padding: 0px 10px 0px 12px;
	margin-bottom: 10px;
	background: url('Images/Page/nav_break.png') no-repeat left top; 
}

#nav ul li:hover {
	position: relative;
	font-size: 1em;
	line-height: 1.3em;
	width: auto;
	float: left;
	padding: 0px 10px 0 12px;
	background: #efefef url('Images/Page/nav_break.png') no-repeat left top;
	cursor: pointer;   
}

#nav ul li:hover:first-child {
	position: relative;
	font-size: 1em;
	line-height: 1.3em;
	width: auto;
	float: left;
	padding: 0px 10px 0 10px;
	background: #efefef  
}

/*Second level*/
#nav ul li:hover ul {
	display: inline;
}

#nav ul ul {
	position: absolute;
	line-height: 1.0em;
	display: none;
	margin: 0 0 0 -15px;
	padding: 10px 0 0 0;
	width: 650px;

}

#nav ul ul li {
	position: relative;
	float: left;
	width: auto;
	padding: 0 10px 0 10px;
}

#nav ul ul li:first-child {
	position: relative;
	float: left;
	width: auto;
	background: none;
	padding: 0 10px 0 10px;
}

#nav ul ul li:hover {
	position: relative;
	width: auto;
	float: left;
	padding: 0 10px 0 10px;
	background: #efefef url('Images/Page/nav_break.png') no-repeat left top; 
}

#nav ul ul li:hover:first-child {
	position: relative;
	width: auto;
	float: left;
	padding: 0 10px 2px 10px;
	background: #efefef;
}
