
/*  Generated by www.menucool.com/drop-down-menu  */

/* main menu
----------------------------*/
#ddmenu
{
    display:block;
    font-family:Arial;
    text-align:left; /* Specify the alignment of the whole UL if UL is not width:100%;*/
    letter-spacing:normal;
}

#ddmenu ul
{ 
    /*text-align:right;*/  /* Here you can further customize the alignment of its LIs */
    width:100%;
    margin:0; 
    padding:0;
    font-size:0;
    background:transparent;
    border:none;
    /*border-bottom:none;*/
    display:inline-block;
    list-style:none;
    position:relative;
    z-index:999999990;
    
    
}

#ddmenu li
{
    margin:0;
    padding:0;
    font-size:13px;
    display:inline-block;
    position:relative;
    color:#0099FF;
}

#ddmenu a
{
    color:#0099FF;
    padding:0 20px 0 15px;
    margin-right: 5px;
    line-height:36px;
    font-weight:bold;
    text-decoration:none;
    display:inline-block;
    outline:0;
    position:relative;
    white-space:nowrap;
}

/* links without sub-menu */
#ddmenu li.over a
{
    background-color: transparent;
    
    color:#f0f0f0;
}

/* links with sub-menu */
#ddmenu a.arrow
{
    background-image: url(arrow2.gif);
	background-repeat: no-repeat;
	background-position: right center;
    border-left:1px solid transparent;
    border-right:2px solid transparent;
}
#ddmenu li.over a.arrow
{
    background-color: transparent;
    color: #f0f0f0;
    border-left:1px solid transparent;
    border-right:1px solid transparent;
    /*text-decoration:underline;*/
} 

#ddmenu li > div 
{
    padding:0;
    margin:0;
    display:none;
}             
        
/* sub-menu layout
----------------------------*/

#ddmenu div.drop
{
    position:absolute;
    text-align:left;
	border-width: 1px;
	border-style: none;
	background: #d6d9de;
    padding:10px;
    color: #0084dc;
    line-height:50px;
    font-size:13px;
    font-family:Arial;
    font-weight:bold; 
    border-radius:0px 0px 8px 8px;
/*   box-shadow: 0px 3px 3px #000000;
	-moz-box-shadow:0px 3px 3px #000000;*/
}
/* sub-menu offset
----------------------------*/

#ddmenu div.drop
{
    left:0px;/*Use this property to change offset of the sub-menu*/
}
#ddmenu div.dropToLeft
{
    left:auto; right:0px;
}
#ddmenu div.dropToLeft2
{
    left:auto; right:-120px;
}
  
/* links in sub menu
----------------------------*/

#ddmenu div.drop a
{
    line-height:30px;
    font-size:12px;
    font-family:Arial;
    font-weight:bold; 
    color: #0090ef;
    text-decoration:none;    
    display:block;
    text-align:left;    
    position:static;
    background: #d6d9de;
	padding:0 0;
}

#ddmenu div.drop a:hover
{
    text-decoration:none;
    color: #3a3a3a;
}

/* blocks within the sub-menu
----------------------------*/

#ddmenu div.drop div
{
    background:#d6d9de;    
}  

#ddmenu div.column
{
    width:145px;
    float:left; /*align each column in one row*/
    padding:0 10px; /*padding of each column*/
}
#ddmenu div.columnWide
{
    width:170px;
    float:left; /*align each column in one row*/
    padding:0 10px; /*padding of each column*/
}



#ddmenu div.column div
{
   padding:0px 0px; /*sub-div within div.column. 10px for indent.*/
}

/* useful when http://www.menucool.com/ddmenu/one-menu-for-all-pages
----------------------------*/
#ddmenuLink {display:none;}