.menuSeparator{
	height:20px; 
	width: 1em; 
	padding:0;
	display: block;
	float: left;	
}

.menuItemSideLeft, .menuItemSideRight{
	height: 20px; 
	width: 6px; 
	padding:0;
	display: block;
	float: left;	
	background-repeat: no-repeat;
	background-position: top;
	background-color: inherit;
}

.menuItemSideLeft{
	background-image: url("images/rect_ul.png");
}

.menuItemSideRight{
	background-image: url("images/rect_ur.png");
}

.menuItemSelected{
	background-color: #dbe3de;
}

.menuItemUnselected{
	background-color: #b3b3b3;
}

.menuItemCenter{
	background-color: inherit;
	padding: 0 1em;
	display: block;
	float: left;	
	color: #000;
}

.menuItem{
	color:black; 
	padding: 0;
	height: 20px;
	display: block;
	float: left;
	font-size: small;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	cursor: pointer;
	margin: 0 0.1em;
}

.menuItem img{
	margin-top:2px;
    border:none;
}
.menuItem:HOVER{
	background-color: #EFEFDE;
        color:black;
}

.submenuBar{
	color:black;
	height:20px;
	width:100%;
	border-bottom: 2px solid #5b6f83;
	background-color: #dbe3de;
} 

/*
.submenuItem{
	color:black; 
	padding: 0;
	height: 20px;
	display: block;
	float: left;
	font-size: small;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	line-height: 20px;
	padding: 0 1em;
	text-decoration: none;
	cursor: pointer;
	background-color: #dbe3de;
} 


.submenuItem:HOVER{
	background-color: white;
	background-repeat: no-repeat;
	background-position: center;
}

*/

.footerBar{
	color:black;
	height:20px;
	border-top: 2px solid #5b6f83;
	background-color: #dbe3de;
	font-size: xx-small;
	padding: 0 1em;
	line-height:20px;
} 

.footerBar img{
	margin: 0 1em;
}
