/* GENERAL STYLES */
/* Navigation */

#navHolder1{
	position: relative;
	float: none;
	width: 730px;
	margin-top:  0px;
	margin-left: 0px;
	margin-bottom: 6px;
	padding: 0;
	height: 22px;
	_width: 100%; /* IE6 */
}

#navList {
	list-style:none;
	margin: 0;    
	padding: 0;
}

#navList li {
	min-width: 40px;
	_width: 40px;
	position: relative;
	text-align: center;
	height: 100%;
	float:left;
	background-color: #50b848;
	border-bottom: 2px solid #dfdfdf;
}

#navList .current a {
	color: #555;
}

#navList a{
	margin: 3px 0;
	padding: 2px 15px 2px 15px;
	text-align: center;
	text-decoration:none;
	text-transform: lowercase;
	color:#fff;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	display: block;
	/*border-left:#ddd9cc solid 1px;*/
	border-right:#fff solid 1px;
	white-space: nowrap;
}
#navList li.last div a {
	border-right: none;
}

#navList a:hover {
	color:#555;
}

/* Pull */
#navHolder2{
	width: 100%;
	height: 22px;
	border-bottom: 1px solid #ccc;
}
#navPull ul, #navPull {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
}

#navPull li {
	float: left;
	position: relative;
	text-align: center;
	cursor: default;
	height: 100%;
	min-width: 40px;
	_width: 40px; /* IE6 */
	background: #fff;
	z-index:3;
}

#navPull a {
	margin: 3px 0;
	padding: 1px 25px 1px 25px;
	text-transform: lowercase;
	font-family: verdana;
	text-decoration:none;
	display: block;
	white-space: nowrap;
}

#navPull li a {
	font-size: 11px;
	text-align: center;
	color: #507047;
	border-right: 1px solid #50b848;
}

#navPull li.last div a {
	border-right: none;
}

#navPull li.current a, #navPull li li.current a {
	color: #e79300;
}

#navPull li ul {
	display: none;
	position: absolute;
	top: 22px;	/* same as height of the menu bar */
	left: 0px; 	/* navPull's margin-left */
	z-index: 3;
	border: 1px solid #ccc;
}

#navPull li li {
	display: block;
	top: -2px;
	text-align: left;
	width: 190px;
	height: 18px;
	float: none;
	background: white;
/*
	filter:alpha(opacity=87);
	-moz-opacity:0.87;
*/
	margin-bottom: 0px;
	border-bottom: 1px solid #ddd;
}
#navPull li li.first {	
}

#navPull li li a, #navPull .current li a {
	display: block;
	text-transform: none;
	padding: 2px 18px;
	text-align: left;
	color: #555;
	font-size: 9px;
	font-weight: bold;
	margin: 0 0px;	/* dropdown menu side gutter */
	border-right: none;
}

#navPull a:hover, #navPull .current li a:hover {
	color: #e79300;
}
#navPull li:hover ul, #navPull li.over ul {
	display: block;
}

/* Search Tool */
.searchtool {

}

/* Vertical */
#verticalNav {
	list-style: none;
	padding: 0;
	margin: 5px;
	margin-top: 40px;
}

#verticalNav li {
	margin: 5px 0;
	background: white;
}

#verticalNav a:link, #verticalNav a:visited {
	display: block;
	font-weight: bold;
	font-family: verdana;
	font-size: 11px;
	color: #888;
	padding: 3px 20px;
}
#verticalNav a:hover, #verticalNav a:active {
	color: #e79300;
}

#verticalNav li.current a {
	color: #e79300;
}

/* BREADCRUMB */
ul#breadcrumb {
	list-style:none;
	padding: 0;
	margin: 0;
	color: #aaa;
	font-size: 0.9em;
	display: block;
	height: 15px;
}

#breadcrumb li {
	float:left;
	margin: 0 3px 0px 0;  
	padding: 0;
}

#printbutton {
	position: absolute;
	top: 0;
	right: 20px;
	background: url("/umbraco/../media/2341/printer.gif") no-repeat;
	width: 60px;
	height: 25px;
	font-size: .9em;
	padding-left: 27px;
	clear: both;
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
