.dmenu { clear:both; }


#navigation a, #nav a {
	min-height:16px;
}

#navigation a.head, #nav a.head, #navigation a.nochilds, #nav a.nochilds {
	cursor:pointer;
	border:1px solid #CCCCCC;
	background:#4B4B4B url(../images/arry.gif) no-repeat scroll 3px 7px;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-indent:13px;
	text-decoration: none;
	padding-top:2px;
	line-height:18px;
}

#navigation .even, #nav .even {
	background-color:#F4F4F4;
	border-bottom:1px solid #FFFFFF;
}

#navigation .odd, #nav .odd {
	background-color:#EAEAEA;
	border-bottom:1px solid #FFFFFF;
}
#navigation a.head:hover, #nav a.head:hover {
	color:#DAE3FC;
}
#navigation a.selected {
	background-image: url(../images/arry.gif);
}
#navigation a.current , #nav a.current{
	background-color:#DAE3FC;
}
#navigation ul, #nav ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li, #nav li {
	list-style:none outside none; display:inline;
	min-height:16px;
}
#navigation li li a, #nav li li a {
	color:#000000;
	display:block;
	text-indent:8px;
	text-decoration: none;
}
#navigation li li a:hover {
	color:#404040;
}


/* sfHover (Menu) Styles */




#nav a {
	display: block;
	
}

#nav a.head {
	width: 125px;
	background:#4B4B4B url(../images/arry2.gif) no-repeat scroll 3px 4px;
}

#nav li { /* all list items */
  float: left;
  width:  125px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
  position: absolute;
  background: #fff;
  border-right:1px solid #E5E5E5;
  border-left:1px solid #E5E5E5;
  border-bottom:1px solid #E5E5E5;
  width: 125px;
  left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}



#nav li:hover ul, #nav li.sfHover ul { /* lists nested under hovered list items */
  left: auto;
}

#nav li.sfHover ul {
  left: auto;
}

#content {
  clear: left;
  color: #ccc;
}

/* sfFocus Styles */

.sfFocus {
   background: blue;
  color: #fff;
}

/* sfActive Styles */

.sfActive {
   background: lime;
  color: #fff;
}

/* sfTarget Styles */

.sfTarget {
  background: black;
  color: #fff;
}