/* Navigation */

#nav ul { margin: 0; padding: 0; list-style: none; }

#nav li  {
	margin: 0px: 
	padding: 0px;
	clear: both;
}

#nav ul.ul_level1 li { padding-top: 10px;}
#nav ul.ul_level2 li { padding-top: 0px;}



.but_left {
	width: 6px;
	height: 20px;
	background: url("media/ff_but_left.gif") no-repeat;	
	float:left;
}

.but_middle {
	width: 189px;
	height: 20px;
	background: url("media/ff_but_middle.gif") repeat-x;
	line-height: 20px !important;
	line-height: 18px;
	vertical-align: middle;
	float: left;
}

.but_right {
	width: 6px;
	height: 20px;
	background: url("media/ff_but_right.gif") no-repeat;	
	float:left;
}

.but_middle a,
.but_middle a:link,
.but_middle a:visited { 
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: bold; 
}

ul.ul_level1 li a,
ul.ul_level1 li a:link,
ul.ul_level1 li a:visited {
  display: block;
  width: 100%; 
  color: #fff;
  text-decoration: none;
  font-weight: bold; 
}


ul.ul_level2 {
	position: relative;
	left: 4px;
	clear: both !important;
	clear: none;
	border: 1px solid #7694BD;
	border-top: none;
	background: #EDF1F6;
	width: 189px !important;
	width: 191px;
	margin: 10px;	
}

ul.ul_level2 li {
	border-bottom: 1px solid #C0CCDB;	
}

ul.ul_level2 li a,
ul.ul_level2 li a:link,
ul.ul_level2 li a:visited {
	font-weight: normal;
  	text-decoration: none;
  	color: #000;
	padding-top: 2px;
	display: block;
	height: 18px;
	width: auto !important;
	width: 100%;
	padding-left: 10px;
}

ul.ul_level2 li a:hover,
ul.ul_level2 li a:active   {
	background: #DDE4EE;
}

.level2_end {
	display: block;
	position: relative;
	left: 4px;
	width: 200px;
	height: 15px;
	background: url("media/ff_nav_level1_end.gif") no-repeat;	
}