/*  Generated by www.menucool.com/drop-down-menu  */

/* main menu
--------------------------------------------*/
#ddmenuMst
{
    display:block;
    font-family:Arial;
    text-align:center;
}

#ddmenuMst ul
{
	width:100%;

    background:#4966A0 url(CSS Menu_files/bg-blue.png) repeat-x 0 0;
	display:inline-block;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	font-size:0;
	border-radius:4px;

    *z-index:999;
}

#ddmenuMst li
{
    margin:0;
    padding:0;
    display:inline-block;
    position:relative;
    color:#EEF4FB;
}

#ddmenuMst a
{
    color:#EEF4FB;
    padding:0 22px;
    line-height:50px;
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
    display:inline-block;
    outline:0;
    position:relative;
    white-space:nowrap;
}

#ddmenuMst li.over
{
    z-index:9999999998;
}

/* links without sub-menu */
#ddmenuMst li.over a
{
    background-color:#406DA5;    
    color:#FFFFFF;
}

/* links with sub-menu */
#ddmenuMst a.arrow
{
    background-image:url(CSS Menu_files/arrow2.gif);
    background-repeat:no-repeat;
    background-position:right center;
    border-left:1px solid transparent;
    border-right:1px solid transparent;
}
#ddmenuMst li.over a.arrow
{
    color:#003366;
    border-left:1px solid #DDDDDD;
    border-right:1px solid #DDDDDD;
    z-index:9999999999;
    /*text-decoration:underline;*/
}
                 
        
/* sub-menu layout
--------------------------------------------*/
     

#ddmenuMst div.drop
{
    position:absolute;
    text-align:left;
    border:1px solid #BBBBBB;
    padding:20px;
    color:#333333;
    line-height:30px;
    font-size:14px;
    font-family:Arial;
    font-weight:500; 
    border-radius:0 0 6px 6px;
    box-shadow: 0px 12px 20px #EEEEEE;
}
  
#ddmenuMst div
{
    display:none;
}
/* sub-menu offset
--------------------------------------------*/

#ddmenuMst div.drop
{
    left:0px;/*Use this property to change offset of the sub-menu*/
}
#ddmenuMst div.dropToLeft
{
    left:auto; right:0px;
}
#ddmenuMst div.dropToLeft2
{
    left:auto; right:-80px;
}
  
/* links in sub menu
--------------------------------------------*/

#ddmenuMst div.drop a
{
    line-height:20px;
    font-size:13px;
    font-family:Arial;
    font-weight:normal; 
    color:#003399;
    text-decoration:none;    
    display:block;
    text-align:left;    
    position:static;
    background:none;
    background-image:none;
    padding:0 0;
}

#ddmenuMst div.drop a:hover
{
    text-decoration:underline;
    color:#0099FF;
}

/* blocks within the sub-menu
--------------------------------------------*/

#ddmenuMst div.drop div
{
    background:none;    
}  

#ddmenuMst div.column
{
    width:160px;
    float:left; /*align each column in one row*/
    padding:0 10px; /*padding of each column*/
}

#ddmenuMst div.column div
{
   padding:0px 10px; /*sub-div within div.column. 10px for indent.*/
}

/* Allow inline links
--------------------------------------------*/
#ddmenuMst div.column div.inline
{
   line-height:20px;
   padding:0; margin:0;
}


#ddmenuMst div.column div.inline a
{
   display:inline;
}
