@charset "utf-8";

ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width:auto;
	}
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	height:30px;
	text-align: left;	
	float: left;
	background:url(http://www.doulashop.com/images/common/menu_bdr.gif) no-repeat center right;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	width: 120px;
	position: absolute;
	left: -1000em;
	background-color:#74942F;
    background-color:#4B6B1D;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
	margin-left:0;
	margin-top:0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 120px;
    border-bottom:1px #74942F solid;
	background-image:none;
}
ul.MenuBarHorizontal ul.wider
{
	width: 135px;
}
ul.MenuBarHorizontal ul.wider li
{
	width: 135px;
}

/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 5%  0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

ul.MenuBarHorizontal a
{
	display: block;
	padding: 0px 0px;
	color: #ffffff;
	text-decoration: none;
}

/* IE6 Support */
ul.MenuBarHorizontal li a.MenuBarItemSubmenu {
	color: #ffffff;
	text-decoration: none;
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #ffffff;
	display:block;
	background:#92b03d url(http://www.doulashop.com/images/common/menu_bdr.gif) no-repeat center right;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-repeat: no-repeat;
	background-position: 90% 50%;
	padding-left: .5em;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%)*/ 
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-repeat: no-repeat;
	background-position: 90% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image:url(http://www.doulashop.com/images/common/menu_hover.gif);
	background-repeat: repeat-x;
	background-position: 90% 50%;
	background-color:#4B6B1D;
	color:#FDB813;

}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
		
		}
}
a.navg:link, a.navg:visited, a.navg:hover, a.navg:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11.5px;
	color:#FFFFFF;
	display:block;
	width:auto;
	height:30px;
	xtext-align:center;
	text-align:left;
	padding-left:.5em;
	}
#corner {
float:left;
background:url(http://www.doulashop.com/images/common/menu_left.gif) no-repeat;
/*background-color:#456918;*/
width:99%;
margin:0;
height:30px;
}

#main-menu{
	float:left;
	width:100%;
	background:url(http://www.doulashop.com/images/common/menu_center.gif);
	background-repeat:repeat-x;
	background-position:0 0;
	padding: 0;
	margin-left:5px;
	height:30px;
	 }


#main-menu li{
	line-height:220%;
	font-weight:bold;
    padding-top:.1em;
}
#main-menu li li{
    padding-top:0;
}


.mainsearch {
float:right;
background-image:url(http://www.doulashop.com/images/common/menu_right.gif);
background-repeat:no-repeat;
background-position:right 0;
width:28%;
padding:3px 1em 0px 0;
text-align:right;
margin:0;
line-height:200%;
}

.mainsearch label{
color:white;
font-weight:bold;
font-size:.9em;
font-family:Arial, Helvetica, sans-serif;
vertical-align:middle;
letter-spacing:.1em;
}

.mainsearch input.textentry{
border:1px solid #f7e887;
color:#000;
font-size:1em;
margin-bottom:4px;
margin-left: 2px;
padding-left: 4px;
padding-right: 4px;
padding-top: 2px;
padding-bottom: 1px;
}

.mainsearch input.gobutton{
padding-left: 4px;
padding-bottom: 2px;
}

.mainsearch input{
vertical-align:middle;
margin-bottom:.2em;
}
