/*
    Document   : dropdown
    Created on : Jun 23, 2009, 1:47:22 PM
    Author     : alejandro
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
}
#jsddm
{	margin: 0;
	padding: 0}

	#jsddm li
	{	float: left;
		list-style: none;
       font-family: Arial, Verdana,Helvetica, sans-serif;
        font-size:10px;
        width:100px;
        height:26px;
        text-align:center;
       }
    #jsddm li a {

            text-decoration: none;
            background-color:white;
    }
	#jsddm li #others
	{
        width:105px !important; /*moz width*/
	    width:125px; /*IE width*/
        height:21px !important; /*moz width*/
        height:26px; /*IE width*/
        display: block;
		background: #5C4A42;
		padding-top:5px ;
        padding-left:7px;
        padding-right:5px;
		color: #EAFFED;
		white-space: nowrap;
         font-family: Arial, Verdana,Helvetica, sans-serif;
         text-align:left;
         background-color:white;
         border-left:3px solid #21646C;
        }
    #jsddm li #lihotel
	{
        width:140px !important; /*moz width*/
	    width:160px; /*IE width*/
        height:21px !important; /*moz width*/
        height:26px; /*IE width*/
        display: block;
		background: #5C4A42;
		padding-top:5px ;
        padding-left:7px;
        padding-right:5px;
		text-decoration: none;
		color: #EAFFED;
		white-space: nowrap;
         font-family: Arial, Verdana,Helvetica, sans-serif;
         text-align:left;
         background-color:white;
         border-left:3px solid #21646C;
        }
  #jsddm li a:hover
	{
      font-weight:bold;
        }

		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white;
            top:30px;
            }

			#jsddm li ul li
			{	float: none;
				display: inline}

			#jsddm li ul li a
			{	width: auto;
				color: #24313C;
                }

			#jsddm li ul li a:hover
			{	background: white;}