#ddmenu
{
    display:block;
    font-family:Arial;
    text-align:center;
    letter-spacing:normal;
}

#ddmenu ul
{
	width: 100%;
	margin: 0 auto; /*If above width is not 100% and you want this menu to align in the center of its container, set it as { margin: 0 auto; }background-color :#004488;*/
	padding: 0;
	background: #006699;
	border: 1px solid #097ec9;
	display: inline-block;
	list-style: none;
	position: relative;
	font-size: 0;
	z-index: 999999990;
	margin-top: -1%;
}

#ddmenu li
{
    width:150px;
    margin:0;
    padding:0;
    display:inline-block;
    position:relative;
    color:#DDDDDD;
    
}

#ddmenu a
{
    color:#DDDDDD;
    padding:0 22px;
    line-height:40px;
    font-size:13px;
    font-weight:normal;
    text-decoration:none;
    display:inline-block;
    outline:0;
    position:relative;
    white-space:nowrap;
    
}

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

/* links without sub-menu */
#ddmenu li.over a
{
	background-color: #009afd;
	color: #FFFFFF;
}

/* links with sub-menu */
#ddmenu a.arrow
{
    background-image:url(../images/arrow2.gif);
    background-repeat:no-repeat;
    background-position:right center;
    border-left:1px solid transparent;
    border-right:1px solid transparent;
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	}
#ddmenu li.over a.arrow
{
    background-color:#006699;
    color:#FFFFFF;
    border-left:0px solid #006699;
    border-right:0px solid #006699;
    z-index:9999999999;
    /*text-decoration:underline;*/
}

#ddmenu div 
{
    padding:0;
    
    
    
}              
        
/* sub-menu layout
----------------------------*/
     

#ddmenu div.drop
{
	position: absolute;
	text-align: left;
	border: 1px solid #097ec9;
	background: #ffffff;
	padding: 20px;
	color: #FFCC66;
	line-height: 30px;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	
	width: 100%;
}
  
#ddmenu div
{
    display:none;
    
    
}
/* sub-menu offset
----------------------------*/

#ddmenu div.drop
{
	
	margin:0 auto; width:100%; float:none;
    
    /*Use this property to change offset of the sub-menu*/
}
#ddmenu div.dropToLeft
{
    margin:0 auto; left:auto; right:0px;
}
#ddmenu div.dropToLeft2
{
   margin:0 auto; left:auto; right:-120px;
}
  
/* links in sub menu
----------------------------*/

#ddmenu div.drop a
{
    line-height:23px;
    font-size:15px;
    font-family: 'Source Sans Pro', sans-serif;"
	font-weight:normal; 
    color:#000000;
    text-decoration:none;    
    display:block;
    text-align:left;    
    position:static;
    background:none;
    background-image:none;
    padding:0 0;
}

#ddmenu div.drop a:hover
{
   
    background: #3277ae;
    padding: 2px 0px;
    box-shadow: 0px 0px 5px #3277ae;
    color:#ffffff;
	}

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

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

#ddmenu div.column
{
    width:300px;
    float:left; /*align each column in one row*/
    padding:0 5px; /*padding of each column*/
}

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

/* useful when http://www.menucool.com/ddmenu/one-menu-for-all-pages
----------------------------*/
#ddmenuLink {display:none;}
th {
    background-color: #555;
    color: #FFF;
    font-size: 1.077em;
}