@IMPORT url("theme_apache.css");

/**
 *	Override of Tomahawk jsCookMenu for AAA.
 *	All the styles here are overrides of apache's default style attributes.
 */ 
.ThemeMiniBlackMenu,.ThemeMiniBlackSubMenuTable {
	font-size: .8em;
	font-family: Verdana;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	background-color: blue; 
	background-color: #6880B0;
	/**padding: 3px;*/
	/**padding-bottom: 3px;
	padding-top: 3px;**/
	padding:3px;
	/**padding-left: 31px;
	padding-right: 0px;*/
	/**text-align: left;*/
	/**	outer table { about us,  insurance services, online services}*/
	/**border: 1px solid navy;*/
	text-align: left;
	height: 22px; /**I put in height because IE doesn't display the padding properly, but both Firefox and IE can get this right.*/
	
}

.ThemeMiniBlackSubMenu {
	
}

.ThemeMiniBlackMenu{
		width:100%;
}	
.ThemeMiniBlackSubMenuTable {
	/**	outer drop down table{ Why AAA, Team, History}	*/
	border: 1px solid navy;
}

.ThemeMiniBlackSubMenuTable TD {
	white-space: nowrap;
	
	border-collapse: collapse;/*why isn't this working?	*/
	/**border-top: 1px solid navy;*/
	padding-left:5px;
	padding-right:10px;
}

.ThemeMiniBlackMainItem,.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive,.ThemeMiniBlackMenuItem,.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
	{
	white-space: nowrap;
	/**padding-right: 20px;*/
	padding-left:24px;
/**	padding-left: 10px;*/
}

.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive,.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
	{
	color: #6880B0;
	background-color: white;
}

.ThemeMiniBlackMenuSplit {
	
}

.ThemeMiniBlackMenuVSplit {
	
}