/*menu stuff below*/
#nav {
	color: #000000;
	left: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 187px;
	margin-left: 8px;
	background-image: url(../../images/site/nav_bg.jpg);
}
#nav li{
	border-bottom: 1px solid #ffffff;
	border-left: 2px solid #293D7C;
	display: block;
	font-size: 0px; /* because IE7 is dumb */
	line-height: 0px; /* because IE7 is dumb */
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 187px;
}
#nav ul{
	display: none;
	left: 188px;
	list-style: none;
	margin: 0px;
	overflow: visible;
	padding: 0px;
	position: absolute;
	top: 0px;
	z-index: 99;
}
#nav a{
	display: block;
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	padding: 2px 5px 2px 20px;
	text-decoration: none;
	width: 162px; /* helps IE with hover */
	color: #ffffff;
	background-image: url(../../images/site/arrow.jpg);
	background-repeat: no-repeat;
}
#nav a:hover{
	background-color: #0C1325;
	color: #4D8AA6;
}
#nav li:hover ul ul, 
#nav li:hover ul ul ul{
	display: none;
}
#nav li:hover ul, 
#nav ul li:hover ul, 
#nav ul ul li:hover ul{
	display: block;
}
li>ul { 
	top: auto;
	left: auto;
}
/* Win IE only \*/
* html #nav li{
	float:left;
	display: inline;
}/* end holly hack */
/* Only IE-win sees this. \*/
* html #leftcolumn {
  height: 1%;
}
/* End hide from IE5/mac */

#top_nav {
	position: absolute;
	top: 18px;
	left: 380px;
	color: #ffffff;
}

#top_nav a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	margin-right: 10px;
	height: 39px;
	
}

#top_nav_2 {
	position: absolute;
	top: 48px;
	left: 600px;
	color: #ffffff;
	font-weight: bold;
}

#top_nav_2 a {
	color: #ffffff;
	text-decoration: none;
}