/**
 * Emazesol
 *
 * An application development framework for PHP 4.3.2 or newer
 *
 * @package		Emazesol
 * @author		Md Khalid Musa Sagar
 * @copyright	Copyright (c) 2010, Emazesol.
 * @link		http://emazesol.com
 * @since		Version 1.0
 */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
margin: 0px;
padding: 0px;
position: absolute;
left: 0px;
top: 0px;
list-style-type: none;
/*background: white;*/
height:25px;
border: 1px solid #dacc8d;
/*border-bottom-width: 0px;*/
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
min-width:150px;
/*width: 160px;*/ /*width of menu (not including side paddings)*/
color: #f3cc7d;
/*background-color: lightyellow;*/
background:url(button_bg.jpg);
text-decoration: none;
height:16px;
padding: 7px 5px 7px 5px;
/*border-bottom: 1px solid #dacc8d;*/
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 150px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
/*background-color: black;*/
background:url(button_bg_hv.jpg);
color: #fcbab1;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0px;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0px;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0px;
width: 0px;
height: 0px;
display: block;
}