/* Theming the menu */

ul#nav {
	float:left;
}
.ie7 ul#nav {
	float:left; position: relative; z-index: 100;
}
ul#nav ul {
	margin-top: 5px;	
	padding-top: 19px;
	background: url(images/nav_arrow.png) no-repeat;
	border-bottom: 1px solid #ccc;}
li.sf-parent ul li {
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
ul#nav li a {
	padding:18px 15px;
	text-decoration:none;
	margin-top: 2px;
}
ul#nav li a:hover
,ul#nav li a:focus {
	color:#474646;
	background:#efefef;
}
ul#nav ul ul {
	border-top:1px solid #000;
	
}
span.sf-arrow {
	top:27px;
	right:0;
	padding-right: 5px;
}
ul ul span.sf-arrow {
	right:12px;
	top:16px;
}
a.nav-selected {
	color: #474646 !important;
	background:#efefef;
}