
/*  Generated by www.menucool.com/drop-down-menu  */

/* main menu
--------------------------------------------*/

#ddmenu1
{
    display:block;
    font-family:Arial;
    text-align:right;
	
}

#ddmenu1 ul
{ 
    width:75px;
	height:30px;
    background: #4a4a4a;
    border:0px solid #4a4a4a;
    display:inline-block;
    list-style:none;
    margin:0;
    padding:0;
    position: absolute;
    right: 10px;
    top: 2px;
    *z-index:999;
    border-radius:4px;
	width:200px;
	max-height:200px;
	
}

#ddmenu1 li
{
    margin:.25;
    padding: 0 ;
    display:inline-block;
    position:relative;
    color:#ccc;
}

#ddmenu1 a
{
    color:#000;
	background-color:#ccc;
    padding:0 22em 0 0;
    line-height:30px;
    font-size:.65em;
    font-weight:normal;
    text-decoration:none;
    display:inline-block;
    outline:0;
    position:relative;
    white-space:nowrap;
}

#ddmenu1 li.over
{
    z-index:9999999998;
}

/* links without sub-menu */
#ddmenu1 li.over a
{
    background-color:#878787;
    color:#000000;
	
}

/* links with sub-menu */
#ddmenu1 a.arrow
{
    background-image:url(arrow2.gif);
    background-repeat:no-repeat;
    background-position:right center;
    border-left:1px solid transparent;
    border-right:1px solid transparent;
}
#ddmenu1 li.over a.arrow
{
    background-color:#423933;
    color:#FFFFFF;
    border-left:1px solid #111111;
    border-right:1px solid #111111;
    z-index:9999999999;
    /*text-decoration:underline;*/
}
                 
        
/* sub-menu layout
--------------------------------------------*/
     

#ddmenu1 div.drop
{
    position:absolute;
    text-align:left;
    border:1px solid #111111;
    background:#4a4a4a;
    padding:20px ;
    color:#0CC;
    line-height:25px;
    font-size:11px;
    font-family:Arial;
    font-weight:bold; 
    border-radius:0 0 6px 6px;
	width:300px;
    
}
  
#ddmenu1 div
{
    display:none;
}
/* sub-menu offset
--------------------------------------------*/

#ddmenu1 div.drop
{
    left:0px;/*Use this property to change offset of the sub-menu*/
}
#ddmenu1 div.dropToLeft
{
    left:auto; right:0px;
}
#ddmenu1 div.dropToLeft2
{
    left:auto; right:-200px;
}
#ddmenu1 div.center
{
    left:auto; left:-200px;
}  

/* links in sub menu
--------------------------------------------*/

#ddmenu1 div.drop a
{
    line-height:20px;
    font-size:11px;
    font-family:Arial;
    font-weight:normal; 
    color:#FFFFFF;
    text-decoration:none;    
    display:block;
    text-align:left;    
    position:static;
    background:none;
    background-image:none;
    padding:0 0;
}

#ddmenu1 div.drop a:hover
{
    text-decoration:underline;
    color:#FFFFFF;
}

/* blocks within the sub-menu
--------------------------------------------*/

#ddmenu1 div.drop div
{
    background:none;    
}  

#ddmenu1 div.column
{
    width:130px;
    float:left; /*align each column in one row*/
    padding:0 10px; /*padding of each column*/
}

#ddmenu1 div.column div
{
   padding:0px 10px; /*sub-div within div.column. 10px for indent.*/
}
