/* sidenav */
ul.sidenav {
	list-style: none;
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	padding: 0px 0 0 1px;
	list-style-position: outside;
	width: 215px;
	font-size: 12px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	
}

ul.sidenav  ul {
	list-style: none;
	list-style-type: none;	
}

a.sidenav:link, a.sidenav:visited, a.sidenav:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	display:block;
	width: 186px;
	padding: 6px 12px 6px 12px;
	margin-top: 1px;
	overflow: visible;
}

	
a.sidenav:hover {
	color: #444444;
}
#sidenav-base {
	height: 5px;
	width: 216px;
	background: url(../images/sidenav-base.gif) top left no-repeat;
}


/* ABOUT */
a.nav-about {
	background: url(../images/about-nav.gif) top left no-repeat;
	width: 193px;
	height: 63px;
	display: block;
	margin: 0 2px 0 39px;
	}
a.nav-about:hover {
	background: url(../images/about-nav.gif) bottom left no-repeat;
	text-decoration: none;
}


/* CONTACT */
a.nav-contact {
	background: url(../images/contact-nav.gif) top left no-repeat;
	width: 196px;
	height: 59px;
	display: block;
	margin: 10px 2px 0 32px;
	}
a.nav-contact:hover {
	background: url(../images/contact-nav.gif) bottom left no-repeat;
	text-decoration: none;
}


/* NEWS */
a.nav-news {
	background: url(../images/news-nav.gif) top left no-repeat;
	width: 167px;
	height: 59px;
	display: block;
	margin: 0 2px 0 58px;
	}
a.nav-news:hover {
	background: url(../images/news-nav.gif) bottom left no-repeat;
	text-decoration: none;
}


/* SERVICES */
a.nav-services {
	background: url(../images/services-nav.gif) top left no-repeat;
	width: 189px;
	height: 86px;
	display: block;
	margin: 3px 2px 0 47px;
	}
a.nav-services:hover {
	background: url(../images/services-nav.gif) bottom left no-repeat;
	text-decoration: none;
}


/* PORTFOLIO */
a.nav-portfolio {
	background: url(../images/portfolio-nav.gif) top left no-repeat;
	width: 220px;
	height: 63px;
	display: block;
	margin: 14px 2px 0 24px;
	}
a.nav-portfolio:hover {
	background: url(../images/portfolio-nav.gif) bottom left no-repeat;
	text-decoration: none;
	}


.notvisible {visibility: hidden;}
