/*
#################################################
# NAVIGATION
# 
#################################################
*/
#navigation_wrapper{
	margin:0px 5px 0px 5px;
	width:890px;
}

#navigation {
  width:890px;
  text-align:left;
  float: left;
  height:30px;
  color: #333;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 1px 0px;
  background:url(/images/nav_wrapper_right.gif);
  background-position:right;
  background-repeat:no-repeat;
}
 
#navigation_bar {
  width:2px;
  height:30px;
  background:#fff;
  display: block;
  float: left;
  padding-top: 0px;
}

#navigation_links {
	display: block;
	float: left;
	margin:0px 0px 0px 0px;
}

#navigation_links a{
	display: block;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-transform:normal;
	font-size:12px;
	width:100px;
	height:22px;
	font-family: Arial, Verdana, Sans-serif;
	padding:8px 0px 0px 0px;
	background:url(/images/nav_off.gif);
	background-repeat:no-repeat;
}
	
#navigation_links a:hover{
	color:#fff;
	border:0px solid #655844;
	background-image:url(/images/nav_hover.gif);
	background-repeat:repeat-x;
}

#navigation_links a.current {
	color:#445878;
	text-decoration:none;
	font-family: Times New Roman, "arial narrow", arial;
}

/* MAIN MENU DROP DOWN CONTAINER */
a {
	color: blue;
}

#dropmenudiv {
	position: absolute;
	font-size: 10px;
	z-index: 100;
	display: block;
	vertical-align: middle;
	text-decoration: none;
	margin:1px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/* MAIN MENU DROP DOWN & HOVER */
#dropmenudiv a {
	font-family:Arial, Sans-Serif;
	background:#111 url(/images/sub_arrow.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-size:11px;
	color: #fff;
	display: block;
	text-align: left;
	text-indent:24px;
	height:20px;
	padding: 5px 0px 0px 0px;
	text-decoration: none;
	text-transform:normal;
	width: 220px;
}

#dropmenudiv a:hover {
	background:#111 url(/images/sub_arrow_over.gif);
	background-repeat:no-repeat;
  background-position:top left;
  background-color: #111;
	color: #fff;
}

/* MAIN MENU DROP WITH SUBMENU DOWN  HOVER */
#dropmenudiv .WS {
	font-size: 10px;
	color: #fff;
	display: block;
	text-indent: 10px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	font-weight: bold;
	width: 170px;
	background-image: URL("/images/bg_submenu.gif");
	background-position: center right;
	background-repeat: no-repeat;
}

#dropmenudiv .WS:hover {
	font-size: 10px;
	color: #000000;
	background-image: URL("/images/bg_submenu_over.gif");
}
