.Nav{font-size:12px;}

.Nav:after{ /*Add margin between menu and rest of content in Firefox*/

display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.Nav ul{
width: 100%;
padding: 2px 0;
margin: 0;
}

.Nav a:hover{text-decoration:none;}
.Nav ul li{
display: inline;
width:150px;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
text-align:left;
z-index:100;
visibility: hidden;
padding:0;
margin:0;
list-style:none;
line-height: 1em;
position:absolute;
top:130px;
background:#E0EECD;
border: 1px solid #4c5154;
border-top:none;
width:134px;
line-height:22px;
valign:center;

}

.menubreak{
color: #FFFFFF;
background-color: #FFFFFF;
height: 1px;
}


/** CS HACKS*/

.menuItemli{text-align:left;color:#8baac9; border-top:1px solid #4c5154;padding:0;}

a.NavLink2:link	{  text-decoration: none; font-size: 12px; font-weight: bold; color:#000000}
a.NavLink2:visited	{ text-decoration: none; font-size: 12px; font-weight: bold; color:#000000}
a.NavLink2:active	{  text-decoration: none; font-size: 12px; font-weight: bold; color: #000000}
a.NavLink2:hover	{ text-decoration: none; font-size: 12px; font-weight: bold; color:#009900}

