/* CSS Document */

Body
{
    background-color: #eeeeee;
}
#ammonsPitmanMenu
{
    height:35px;
    padding: 0; 
    border-width: 0;
    background-image:url('images/AP-Search-Menu-BG.jpg');
    background-repeat:repeat-x;
}
/* Main Menu */
.MainMenu_MenuContainer 
{    
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:33;
	background-color: Transparent;
	
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold; 
	font-style: normal; 
	border-left: #f86500 0px solid; 
	border-bottom: #f86500 1px solid; 
	border-top: #f86500 1px solid; 
	border-right: #f86500 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #f86500; 
	border-left: #f86500 0px solid; 
	border-bottom: #f86500 1px solid; 
	border-top: #f86500 1px solid; 
	border-right: #f86500 0px solid;
	text-align: center; 
	width: 1; 
	height: 1;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #f86500; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-left: #f86500 0px solid; 
	border-bottom: #f86500 1px solid; 
	border-top: #f86500 1px solid; 
	border-right: #f86500 0px solid;
}
.MainMenu_MenuBreak {
	border-left: #f86500 0px solid; 
	border-bottom: #f86500 1px solid; 
	border-top: #f86500 1px solid; 
	border-right: #f86500 0px solid;
	background-color: #EEEEEE; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #233c8e;
	font-weight: normal; 
	font-style: normal;
	background-color: #FFFFFF;
		border-left: #f86500 0px solid; 
	border-bottom: #f86500 1px solid; 
	border-top: #f86500 1px solid; 
	border-right: #f86500 0px solid;

}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-left: #f86500 0px solid; 
	border-bottom: #f86500 1px solid; 
	border-top: #f86500 1px solid; 
	border-right: #f86500 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.Separator {
	color: Transparent;
	background-color: Transparent; 
	border-top: 0px;
	border-bottom: 0px;
}

A.Login:link, A.Login:active, A.Login:visited, A.Login:hover {
	font-size: 9px;
	color: #eeeeee;
}