
/*  Generated by www.menucool.com/drop-down-menu  */

/* main menu
----------------------------*/
#ddmenu
{
    display:block;
    font-family:Arial;
    text-align:center; /* Specify the alignment of the whole UL if UL is not width:100%;*/
    letter-spacing:normal;
	padding-bottom:10px;
	padding-top:1px;
}

#ddmenu ul
{ 
    /*text-align:right;*/  /* Here you can further customize the alignment of its LIs */
    /*width:100%;
    margin:-2px; 
    padding:0;
    font-size:0;
	background:url(menu-left.jpg) left top no-repeat;
    background:#F6F6F9 url(bg-gray.png) repeat-x 0 0;
    border:1px solid #CCCCCC;
    border-bottom:none;*/
    /*display:inline-block;
    list-style:none;*/
    
    /*z-index:999999990;*/
    /*visibility:hidden;  */
    /*border-radius:4px;
    box-shadow: 0px 2px 5px #DDDDDD;*/
	padding:10;
	padding-right:330px;
	position : relative;
    z-index: 1;
    top : -12px;
	
	
}

#ddmenu li
{
    margin:0;
    padding:10;
    font-size:13px;
    display:inline-block;
    position:relative;
    color:#000000;
	/*above search there is space if want to remove use this 4 lines*/
	/*position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;*/
}

#ddmenu a
{
    color:#000000;
    padding:8px 22px;
    line-height:35px;
    font-weight:normal;
    text-decoration:none;
    display:inline-block;
    outline:0;
    position:relative;
    white-space:nowrap;
	padding:0 25px 0 25px;
	
	font-style:inherit;
	font:Verdana, Geneva, sans-serif;
	font-weight:bold;
}

/* links without sub-menu */
#ddmenu li:hover > a
{
    background-color:#FFFFFF;background-position:0 -60px;
    /*background-image:url(bg-gray.png); background-repeat:repeat-x; background-position:0 -60px;*/
	color:#000000;
	background-color:#609E31;
	
}


nav#ddmenu li.active a{
	color:#FFFFFF;
	background-color:#344f5f;
} 

/* links with sub-menu */
#ddmenu a.arrow
{
    background-image:url(arrow1.gif);
    background-repeat:no-repeat;
    background-position:right center;
    border-left:1px solid transparent;
    border-right:1px solid transparent;
}
#ddmenu li:hover a.arrow
{
    background-color:#FFFFFF;
    color:#003366;
    /*border-left:1px solid #DDDDDD;
    border-right:1px solid #DDDDDD;*/
    /*text-decoration:underline;*/
} 

#ddmenu li > div 
{
    padding:0;
    margin:0;
    display:none;
} 
            
        
/* sub-menu layout
----------------------------*/

#ddmenu div.drop
{
    position:absolute;
    text-align:left;
    border:1px solid #DDDDDD;
    background:#FFFFFF;
    padding:20px;
    color:#000000;
    line-height:30px;
    font-size:13px;
    font-family:Arial;
    font-weight:bold; 
    border-radius:0 0 6px 6px;
    box-shadow: 0px 12px 20px #EEEEEE;
}
/* 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:#003399;
    text-decoration:none;    
    display:block;
    text-align:left;    
    position:static;
    background:none;
    background-image:none;
    padding:0 0;
}

#ddmenu div.drop a:hover
{
    text-decoration:underline;
    color:#0099FF;
}

/* blocks within the sub-menu
----------------------------*/

#ddmenu div.drop div
{
    background:none;    
}  

#ddmenu div.column
{
    width:auto;
    float:left; /*align each column in one row*/
    padding:0 10px; /*padding 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;}




/*------------Main DropDownMenu----------------*/

#ddmenumain
{
    display:block;
    font-family:Arial;
    text-align:center; /* Specify the alignment of the whole UL if UL is not width:100%;*/
    letter-spacing:normal;
	width:1105px;
	padding-left:95px;
	
}

#ddmenumain ul
{ 
    /*text-align:right;*/  /* Here you can further customize the alignment of its LIs */
    width:100%;
    margin:0; 
    padding:0;
    font-size:0;
    background:#F6F6F9 url(bg-gray.png) repeat-x 0 0;
    border:1px solid #CCCCCC;
    /*border-bottom:none;*/
    display:inline-block;
    list-style:none;
    position:relative;
    z-index:999999990;
    /*visibility:hidden;  */
    border-top-left-radius:14px;
	border-top-right-radius:14px;
    box-shadow: 0px 2px 5px #DDDDDD;
}
#ddmenumain li.active {
	background:#344f5f;
}

#ddmenumain li.active a{
	color:#ffffff;
}

#ddmenumain li
{
    margin:0;
    padding:0;
    font-size:13px;
    display:inline-block;
    position:relative;
    color:#000000;
}

#ddmenumain a
{
    color:#000000;
    padding:0 22px;
    line-height:40px;
    font-weight:normal;
    text-decoration:none;
    display:inline-block;
    outline:0;
    position:relative;
    white-space:nowrap;
}

/* links without sub-menu */
#ddmenumain li a:hover
{
    background-color:#344f5f;
    /*background-image:url(bg-gray.png); background-repeat:repeat-x; background-position:0 -60px;*/
    color:#FFFFFF;
}

/* links with sub-menu */
#ddmenumain a.arrow
{
    background-image:url(arrow1.gif);
    background-repeat:no-repeat;
    background-position:right center;
    border-left:1px solid transparent;
    border-right:1px solid transparent;
}
#ddmenumain li a:hover a:arrow
{
    background-color:#FFFFFF;
    color:#003366;
    border-left:1px solid #DDDDDD;
    border-right:1px solid #DDDDDD;
    /*text-decoration:underline;*/
} 

#ddmenumain li > div 
{
    padding:0;
    margin:0;
    display:none;
}             
        
/* sub-menu layout
----------------------------*/

#ddmenumain div.drop
{
    position:absolute;
    text-align:left;
    border:1px solid #DDDDDD;
    background:#FFFFFF;
    padding:20px;
    color:#000000;
    line-height:30px;
    font-size:13px;
    font-family:Arial;
    font-weight:bold; 
    border-radius:0 0 6px 6px;
    box-shadow: 0px 12px 20px #EEEEEE;
}
/* sub-menu offset
----------------------------*/

#ddmenumain div.drop
{
    left:0px;/*Use this property to change offset of the sub-menu*/
}
#ddmenumain div.dropToLeft
{
    left:auto; right:0px;
}
#ddmenumain div.dropToLeft2
{
    left:auto; right:-120px;
}
  
/* links in sub menu
----------------------------*/

#ddmenumain div.drop a
{
    line-height:20px;
    font-size:12px;
    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;
}

#ddmenumain div.drop a:hover
{
    text-decoration:underline;
    color:#0099FF;
}

/* blocks within the sub-menu
----------------------------*/

#ddmenumain div.drop div
{
    background:none;    
}  

#ddmenumain div.column
{
    width:auto;
    float:left; /*align each column in one row*/
    padding:0 10px; /*padding of each column*/
}

#ddmenumain 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;}

