

#menubutton
	{ 
		cursor: pointer;
		margin-top:0px;
		height:30px; 
		padding: 15px 25px; 
		padding-top:20px; 
		padding-bottom:10px; 
		width: 80%; 
		text-align: center;  
		text-decoration: none; 
		display: block;
		background-color:  #ee3744; 
		color:white;
	}


#menubutton:hover
	{ 
		background-color: white;
		color:  #ee3744;
		border: #ee3744 1px solid;
		height:28px;
	}

ul 
	{
  		list-style-image: url('../images/checkmark.png');
	}

li
	{
		margin-bottom:.8em;
		color: #4a4d4f;
		line-height: 1.9em;
	}
	
	a.breadlinks
  {
    text-decoration: none;
  	color: #ee3744; 
  	margin-bottom:2px;
  }
  
  
  a.breadlinks:hover
  {
    text-decoration: underline;
  }
  
  div.bread
	{
		clear:both;
		padding:20px 10px 10px 10px;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:50%;
		
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:130%;
		/*margin-left:30px;*/
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
    margin-bottom:2px;
	text-align:left;
	background:#fff;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	}
	