body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
}
a { 
    font-size: 12px;
    color: #2f2f2f;
}

a:hover {
    color: #3f3f3f;
}

h3 {
    font-size: 16px;
}

.MainMenu {
    margin: 0px 0px 40px 0px;
    text-align: right; 
    padding: 10px; 
}

.MainMenu a {
        color: #36250f;
        font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 16px;
        font-weight: bold;
        padding-right: 6px; 
        padding-left: 6px;
        text-decoration: none;

}

.MainMenu a:hover {
       color: #999999;
}

.separator_MainMenu {
    border-left: 1px solid #efefef; 
}

.activePageMenuItem { 
    font-weight: bold; 
}


.LiveEdit_drop_down   { 
	text-align: left; 
	color: white; 
	width: 176px; 
	border-bottom: 1px solid #b3b29e; 
	border-left: 1px solid #b3b29e; 
	padding: 0px;
	background-color: #413E35;
}

.LiveEdit_drop_down a {  
	font-size: 14px;
	color: #e7e5d9; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	background-repeat: no-repeat; 
	background-position: center top; 
	display: block; 
	padding: 4px 8px; 
}

.LiveEdit_drop_down a:hover {
  	background-color: #9F9F9F;
	text-decoration: none; 
}
