/* head + foot */

#head ul li a,
#foot ul li a {	
	padding-left: 11px;
	background: url(../pix/arrow_blue.gif) no-repeat left 50%;
	text-transform: uppercase;
}
#foot ul li a {
	background-image: url(../pix/arrow_grey.gif);
}
#head ul li a:hover,
#foot ul li a:hover,
#head ul li a.active,
#foot ul li a.active,
#head ul li a.navOpen,
#foot ul li a.navOpen {
	background-image: url(../pix/arrow_green.gif);
	color: #699c05;
}

.popup #foot ul li a {
	background-image: url(../pix/close_blue.gif);
	padding-left: 16px;
	text-transform: none;
	color: #001892;
	font-size: 12px;
}
.popup #foot ul li a:hover {
	background-image: url(../pix/close_green.gif);
	color: #699c05;
}

/* main menu */

#nav {
	background: #f3f3ef url(../pix/menu_bg.png) repeat-x top left;
}

#nav ul {
	background: url(../pix/menu_sep.gif) repeat-x bottom left;
	padding-top: 2px;
}

#nav ul a {
	display: block;
	padding-left: 14px;
	padding-top: 5px;
	line-height: 26px;
	color: #001892;
	text-decoration: none;
	background: url(../pix/menu_sep.gif) repeat-x top left;
	text-transform: uppercase;
}

#nav ul a.navOpen {
	font-weight: bold;
}

#nav ul a.active.navOpen {
	font-weight: normal !important;
}

#nav ul a.active,
#nav ul a:hover {
	color: #699c05;
	font-weight: normal;
}

#nav ul a.navOpen:hover {
	font-weight: bold;
}
#nav ul ul a.navOpen:hover {
	font-weight: normal;
}

#nav ul li ul {
	padding-left: 14px;
}

#nav ul ul {
	background: none;
	margin-top: -3px;
	margin-bottom: 2px;
}

#nav ul ul a {
	padding: 3px 0 3px 12px !important;
	background: url(../pix/dot_blue.gif) no-repeat left 6px;
	line-height: 14px;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	padding-top: 0;
}

.win #nav ul ul a {
	padding-top: 2px !important;
}

#nav ul ul a:hover,
#nav ul ul a.active,
#nav ul ul a.navOpen {
	font-weight: normal;
	color: #699c05;
	background-image: url(../pix/dot_green.gif);
}


/* paging */

ul.paging {
	list-style: none;
	overflow: hidden;
	margin-left: 10px;
}

ul.paging li {
	background: none !important;
	padding: 0 !important;
	padding-left: 1px !important;
	float: left;
	width: 27px;
	border-left: 1px solid #9b9b8f;
	height: 14px;
	line-height: 14px;
}

ul.paging li.prev,
ul.paging li.next,
ul.paging li.first {
	border: none;
}

ul.paging li.prev,
ul.paging li.next {
	padding-left: 0 !important;
	width: 14px;
}

ul.paging li a,
ul.paging li span {
	display: block;
	text-align: center;
	height: 14px;
	line-height: 14px;
	font-size: 11px;
}

ul.paging li.prev a,
ul.paging li.next a,
ul.paging li.prev span,
ul.paging li.next span {
	text-indent: -9999px;
	background: url(../pix/prev.gif) no-repeat 50% 50%;
}
ul.paging li.next a {
	background-image: url(../pix/next.gif);
}
ul.paging li.prev a:hover {
	background-image: url(../pix/prev_active.gif);
}
ul.paging li.next a:hover {
	background-image: url(../pix/next_active.gif);
}
ul.paging li.prev span {
	background-image: url(../pix/prev_inactive.gif);
}
ul.paging li.next span {
	background-image: url(../pix/next_inactive.gif);
}

ul.paging li span {
	background: url(../pix/paging_active.gif) no-repeat 50% 50%;
	color: white;
}
