﻿/**************** menu coding *****************/
#menu
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align:middle;
	background: transparent;
	margin-bottom:15px;
}
#menu {
width: 100%;
background:#FFF url(/imgs/menu-bg.gif) repeat-x; /* Menu background img and color */
float: left; 
}
#menu img
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	height:27px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: auto;
float: left;

}

#menu a, #menu h2 {
font: bold 17px Arial; 

display: block;
border-width: 0px;
border-left: 1px;
border-style: solid;
border-color: #fff;
margin: 0 0 0 0;
padding: 4px 15px 5px;		/* Menu size, height and width */
height:18px;
min-width:25px;

}

#menu h2 {
color: #6E6C6B;				/* color of header content*/

}

#menu a {					/* color of all link content*/
color: #6E6C6B;

text-decoration: none;
}

#menu a:hover, #menu a:focus {
color: #359FC9;			/* color of link when hover content*/
}

#menu li {position: relative;}

#menu ul ul 
{
top:27px;
left:1px;
background:#DAEDD6;
min-width: 168px; /*width of drop down menu*/
width:169px;			/*width of drop down menu*/
position: absolute;
z-index: 500;
padding-left:20px;

}
#menu ul ul a
{
	font: bold 13px Arial; 
	border-style:none;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

div#menu ul li:focus ul,
div#menu ul ul li:focus ul,
div#menu ul ul ul li:focus ul
{display: block;}

#menu ul ul li a
{
	line-height:1.5;
	padding-left:2px;
}


div#ShareThis
{
    position: relative;
    float:right;
    width: 110px;
    margin-left: 10px;
}

div#ShareThis a
{
	font: bold 14px Arial; 
    display: block;
    border-width: 0px;
    border-left: 0px;
    border-style: solid;
    border-color: #fff;
    margin: 0 0 0 0;
    padding: 0px 0px 0px 20px;
    color:#2F4F4F;
}

div#ShareThis table
{
	table-layout:fixed;
	top:5px;
}

#ShareThis a{
    font: bold 15.5px arial sans-seriff;
   color: #003300; 
}
