﻿

.menuHolder
{
 
   
        width:1012px;
        height:33px;
   	background-image: url(Images/menuBack.png);
	background-repeat:no-repeat; 
    
}
/* Menu */
.staticMenuStyle
{
  
   
  position: relative;
    left: 45px;
    top: -33px; 
   
    float:left;
 
    width:922px;
    height:33px;
     
 
	font-family: Arial, Verdana;
	letter-spacing: -1px;
	font-size: 120%;
	font-weight: bold;
	color:#00FFFF; 

	
}

 

/* Parent items in menu */
.staticMenuItemStyle
{
    text-align:center;
 width:128px;
  
	
}

  

/* Parent item href style */
.staticMenuItemStyle a
{
  
      text-align:center;
	text-decoration: none;
	background-image: none;
	color: #FFFFFF;
}

/* Parent item href hover style */
.staticMenuItemStyle a:hover
{
	text-decoration: none;
	background-image: none;
	color: #FFFFFF;
}

/* Parent item href visited style */
.staticMenuItemStyle a:visited
{
	text-decoration: none;
	background-image: none;
	color: #FFFFFF;
}

/* Parent items hover */
.staticHoverStyle
{
	background-image: url(Images/menuItemSelected.jpg);
	height: 30px;
}

/* Parent items geselecteerd */
.staticSelectedStyle
{
	background-image: url(Images/menuItemSelected.jpg);
	height: 30px;
}

/* ??? Sub menu? */
.dynamicMenuStyle
{
    margin-top:1px;
	font-family: Arial, Verdana;	
	font-size: 100%;
	letter-spacing: -1px;
	border-left:1px solid #336699;
	border-right:1px solid #336699;
	border-bottom:1px solid #336699;
	padding:0px;


}

/* Items in sub menus */
.dynamicMenuItemStyle
{
	display:block;
	 
	 
	padding-left: 5px;
	height: 18px;
	width: 137px;	
}

/* Sub menu item href style */
.dynamicMenuItemStyle a
{
	text-decoration: none;
	background-color: transparent;
	color: #000000;
}

/* Sub menu item href hover style */
.dynamicMenuItemStyle a:hover
{
   
	text-decoration: none;
	background-image: none;
	color: #000000;
}

/* Sub menu item href visited style */
.dynamicMenuItemStyle a:visited
{
	text-decoration: none;
	background-image: none;
	color: #000000;
}

/* Items in sub menus hover */
.dynamicHoverStyle
{
	background-image: url(Images/menuItemSelected.jpg);
	color: #FFFFFF !important;
	height: 18px;	
}

/* Items in sub menus geselecteerd */
.dynamicSelectedStyle
{
	background-image: url(Images/menuItemSelected.jpg);
	color: #FFFFFF !important;
	height: 20px;	
}