
/*  Generated by www.menucool.com/drop-down-menu  */

/* main menu
----------------------------*/
#ddmenu
{
    display:block;
    font-family:Arial;
    text-align:center;
    letter-spacing:normal;
}

#ddmenu ul
{ 
    width:100%;
    margin:0; /*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; }*/
    padding:0;
    /*background:#331100;*/
	/*background:url(footer_hg_top.jpg);*/
	background:url(../images/hg-top-blue.png);*
	/*background:#000;*/
    border:1px solid #111111;
    display:inline-block;
    list-style:none;
    position:relative;
    font-size:0;
    z-index:999999990;
    /*border-radius:4px;*/
    
}

#ddmenu li
{
    margin:0;
    padding:0;
    display:inline-block;
    position:relative;
    color:#DDDDDD;
}

#ddmenu a
{
    /*color:#DDDDDD;*/
    padding:0 22px;
    line-height:40px;
	font-family:Arial;
    font-size:15px;
	background-color: transparent;
	color: /*rgb(234, 234, 234)*/ #000;
	font-weight: bold;	
    /*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:#4c423b;*/
	background-color:#000;
	color: #009DE0;
    /*color: rgb(136, 191, 12);*/
	transition: all 0.7s ease 0s;
    /*color:#FFFFFF;*/
}

/* 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:1px solid transparent;
}
#ddmenu li.over a.arrow
{
    /*background-color:#423933;*/
	background-color:#000;
    /*color:#FFFFFF;*/
    color: rgb(136, 191, 12);
	transition: all 0.7s ease 0s;	
    border-left:1px solid #111111;
    border-right:1px solid #111111;
    z-index:9999999999;
    /*text-decoration:underline;*/
}

#ddmenu div 
{
    padding:0;
    margin:0;
}              
        
/* sub-menu layout
----------------------------*/
     

#ddmenu div.drop
{
    position:absolute;
    text-align:left;
    /* untermenu border Color */
	border:1px solid #00ABF4; 
    /*background:#423933;*/
	/*background:#000;*/
	/* untermenu Background */
	/* background-color: rgb(28, 28, 28); */
	background-color: #FFF; /*#00ABF4*/
    padding:10px 10px;
    color:#FFCC66;
    line-height:30px;
    font-size:13px;
    font-family:Arial;
    font-weight:bold; 
    border-radius:0 0 6px 6px;

	-moz-box-shadow:3.5px 3.5px 5px #000000;
	-webkit-box-shadow:3.5px 3.5px 5px #CCC;
	box-shadow:0px 3.5px 12px #CCC;	
    
}
  
#ddmenu div
{
    display:none;
}
/* 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:20px;
/*    font-size:12px;
    font-family:Arial;
    font-weight:normal; 
    color:#FFFFFF;*/
	font-family:Arial;
    font-size:15px;
	background-color: transparent;
	color: #000;
	font-weight: bold;	
    text-decoration:none;    
    display:block;
    text-align:left;    
    position:static;
    background:none;
    background-image:none;
    padding:3px 0;
}

#ddmenu div.drop a:hover
{
    text-decoration:none;
	color: #00ABF4;
	transition: all 0.7s ease 0s;
    /*color:#FFFFFF;*/
}

/* blocks within the sub-menu
----------------------------*/

#ddmenu div.drop div
{
    background:none;    
}  

#ddmenu div.column
{
    min-width:125px; /* min-width of each column*/
    float:left; /*align each column in one row*/
    padding:0 10px; /*padding of each column*/
	margin-right:2px; /*margin-right of each column*/
}

#ddmenu div.column div
{
   padding:0px 10px; /*sub-div within div.column. 10px for indent.*/
}

/* useful when http://www.menucool.com/ddmenu/one-menu-for-all-pages
----------------------------*/
#ddmenuLink {display:none;}