/* main menu
----------------------------*/
#ddmenu
{
    display:block;
font-size:14px;
font-family:Century Gothic, Apple Gothic, Verdana, sans-serif;
text-align:center; 
font-weight:bold;
		/* Specify the alignment of the whole UL if UL is not width:100%;*/
    letter-spacing:normal;
	color: #333;
	text-align: center;
	font-family: "Century Gothic", "Apple Gothic", Verdana, sans-serif;
}

#ddmenu ul
{
	/*text-align:right;*/  /* Here you can further customize the alignment of its LIs */
	width: 250;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Century Gothic, Apple Gothic, Verdana, sans-serif;
	font-weight: bold;
	/*border-bottom:none;*/
	display: inline-block;
	list-style: none;
	position: relative;
	visibility: inherit;
   
}

#ddmenu li
{
	margin: 0;
	padding: 0;
	width: 100px;
	font-size: 14px;
	font-family: Century Gothic, Apple Gothic, Verdana, sans-serif;
	font-weight: bold;
	display: table-cell;
	position: relative;
	color: #000000;
}

#ddmenu a
{
    color:#000000;
	column-width:900px;
    padding:5px;
    line-height:30px;
    font-weight:bold;
    text-decoration:none;
    display:inline-block;
    outline:0;
    position:center;
    white-space:nowrap;
}

/* links without sub-menu */
#ddmenu li.over a
{
    background-color:#000000;
    
    color:#ffffff;
}

/* links with sub-menu */
#ddmenu a.arrow
{
    background-image:url(arrow1.gif);
    background-repeat:no-repeat;
    background-position:right center;
	background-position-x: 130px;
background-position-y: 50%;
    border-left:1px solid transparent;
    border-right:1px solid transparent;
}
#ddmenu li.over 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;
	font-size:14px;
    font-family:Century Gothic, Apple Gothic, Verdana, sans-serif;
    font-weight:bold;
}             
        
/* sub-menu layout
----------------------------*/

#ddmenu div.drop
{
    position:absolute;
    text-align:left;
    border:1px solid #DDDDDD;
    background:#FFFFFF;
   
    color:#000000;
    line-height:30px;
    font-size:14px;
    font-family:Century Gothic, Apple Gothic, Verdana, sans-serif;
	font-weight:bold;
    
   
}
/* 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
{
    
    color:#000000;
    text-decoration:none;    
    display:block;
    line-height:40px;
    font-weight:bold;
    text-decoration:none;   
    position:static;
    background:none;
    background-image:none;
    padding:0 0;
}

#ddmenu div.drop a:hover
{
    background-color:#000000;
    
    color:#ffffff;
}

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

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

#ddmenu div.column
{
    width:250px;
    float:center; /*align each column in one row*/
     /*padding of each column*/
}

#ddmenu div.column div
{
   /*sub-div within div.column. 10px for indent.*/
}

/* useful when http://www.menucool.com/ddmenu/one-menu-for-all-pages
----------------------------*/
#ddmenuLink {display:none;}

.blacktitle {
	font-size: 20px;
	font-style: normal;
	color: #333;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.bodygrey {
	font-family: "Century Gothic", "Apple Gothic", Verdana, sans-serif;
	font-size: 14px;
	color: #666;
	-webkit-transition: background-color 10s;
	-moz-transition: background-color 10s;
	-ms-transition: background-color 10s;
	-o-transition: background-color 10s;
	transition: background-color 10s;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #333333;
	text-align: center;
}
</style>

<style type="text/css">
.blacktitle1 {	font-size: 20px;
	font-style: normal;
	color: #333;
	text-align: center;
	font-family: "Century Gothic", "Apple Gothic", Verdana, sans-serif;
}
.blacktitleh {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-align: left;
}
.bodygreyp {
	font-family: "Century Gothic", "Apple Gothic", Verdana, sans-serif;
	font-size: 14px;
	color: #666;
	-webkit-transition: background-color 10s;
	-moz-transition: background-color 10s;
	-ms-transition: background-color 10s;
	-o-transition: background-color 10s;
	transition: background-color 10s;
text-align: justify;
	
}
.head {
	text-align: center;
}

.bodygreybold {
	font-family: "Century Gothic", "Apple Gothic", Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	-webkit-transition: background-color 10s;
	-moz-transition: background-color 10s;
	-ms-transition: background-color 10s;
	-o-transition: background-color 10s;
	transition: background-color 10s;
}
