.menuButton
{
    width: 140px; 
    height:30px; 
    padding: 0px;
	font-size: 14px;
    cursor: pointer;
    background-image: url('Images/menuHeader.jpg');
   	background-repeat: no-repeat;
   	padding-left:10px;
	padding-top:	8px;	
	padding-bottom: 8px;
	margin-bottom:0;
   	
}

.menuButtonHover
{
    width: 140px; 
    height:30px; 
    padding: 0px;
	font-size: 14px;
    cursor: pointer;
    background-image: url('Images/menuHeaderHover.jpg');
   	background-repeat: no-repeat;
   	padding-left:10px;
	padding-top:	8px;	
	padding-bottom: 8px;
   	
}
.menuElement
{
	position:absolute;
    display:none;
    margin:0;
    padding:0;
    
}
    
.menuElement ul
{
	margin-left: 0px; 
	padding-left: 8px;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;    
}
.menuElement ul li
{
	border-bottom: solid 1px #eeeeee;
	padding-top: 4px;	
	padding-bottom: 6px;
}


.menuContainer
{
	width: 140px;
	font-size: 14px;
	height: 10px;
	background-color: #00d8f8;
}



.menuList
{

}

.menuList a:link {color: #10427a; text-decoration: none}
.menuList a:visited {color: #10427a; text-decoration: none}
.menuList a:hover {text-decoration: none; color: #0599d4;}

.menuItem
{

	background-image:url('Images/menuItem.jpg' );
	width: 140px;
	height: 20px;
	cursor: pointer;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top:	8px;	
	padding-bottom: 8px;
	vertical-align:middle;
	text-align:left;

	
	

	

}


	
