/*-------------------------------------------------------------------------------------*/
/* TopNav Menu */
/* Selected menu item on page load */
.home #nav #home {
	background: transparent url(../images/btn_chosen.gif) no-repeat;
}
.defio #nav #defio {
	background: transparent url(../images/btn_chosen.gif) no-repeat;
}
.defio #vmWare {
	display: none;
}
.defio #Storage {
	display: none;
}
.diensten #nav #diensten {
	background: transparent url(../images/btn_chosen.gif) no-repeat;
}
.producten #nav #producten {
	background: transparent url(../images/btn_chosen.gif) no-repeat;
}
.producten #vmWare {
	display: none;
}
.producten #Storage {
	display: none;
}
.contact #nav #contact {
	background: transparent url(../images/btn_chosen.gif) no-repeat;
}
/* Top level nav */
#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	font-size: 90%;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
}
#nav li {
	float: left;
	position: relative;
	width: 95px;
	text-transform: uppercase;
}
#nav li a, #nav li a:link, #nav li a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 97px;
	height: 17px;
	background: transparent url(../images/btn_norm.gif) no-repeat;
}
#nav li a:hover {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 97px;
	height: 17px;
	background: transparent url(../images/btn_sel.gif) no-repeat;
}
/* Sub level nav */
#nav li ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	font-weight:normal;
	font-size: x-small;
	text-decoration: none;
}
li ul {
	background: #7093B8;
	display: none;
	position: absolute;
	top: 17px;
	left: 2px;
	/*
	filter:Alpha(Opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
	*/
}
li > ul {
	top: auto;
	left: 2px;
}
li:hover ul, li.over ul {
	display: block;
}
#nav li ul li a, #nav li ul li a:link, #nav li ul li a:visited {
	display: block;
	background-image: none;
	padding-left: 5px;
	height: 17px;
	width: 88px;
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #396A9C;
}
#nav li ul li a:hover {
	display: block;
	background-image: none;
	background-color: #FFFFFF;
	padding-left: 5px;
	height: 17px;
	width: 88px;
	color: #FF6500;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #396A9C;
}
/*=====================================================================================*/
/* BOTTOM NAV */
#footerNav {
	list-style: none;
	font-size: 90%;
	line-height: 28px;
	height: 28px;
	text-transform: uppercase;
	padding-left: 25%;
	border-top: 1px dotted #336799;
	border-bottom: 1px solid #396A9C;
	left: 0;
	margin: 0;
	clear: both;
	background: #F0F2F7 url(../images/menu_bg.jpg) top;
}
#footerNav li {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#footerNav li a{
	color: #333366;
}
