#top .link{ font: bold 12px Arial, Helvetica, sans-serif;}

#top .link:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height:0; 
clear: both; 
visibility: hidden;
}

#top .link ul{
width: 100%;
margin: 0;
padding:5px 0;
}

#top .link ul li{
display: inline; text-transform: uppercase;
font-family:Calibri;
font-size:15px;
}

#top .link ul li a{
color: #000;
margin: 0;
text-decoration:none;
padding:5px 15px;
font-family:Calibri;
font-size:15px;
}

#top .link ul li a:hover{ color:#fff;
background:url(site_images/top-menu-bg.jpg) repeat-x;
height:27px;
font-family:Calibri;
font-size:15px;
}

#top .link ul li a.selected{ color:#fff;
background:url(site_images/top-menu-bg.jpg) repeat-x;
height:27px;
font-family:Calibri;
font-size:15px;
}



#top .link ul li a[rel]:after{ 
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
 /*THEME CHANGE HERE*/
border-bottom-width: 0;

line-height:18px;
z-index:100;
color:#fff;
background:url(site_images/top-menu-bg.jpg) repeat-x;
height:27px;
width: 160px;
visibility: hidden;
font-family:Calibri;
font-size:15px;
}

.dropmenudivhide{
position:absolute;
top: 0;
 /*THEME CHANGE HERE*/
border-bottom-width: 0;

line-height:0px;
z-index:100;
color:#fff;
background:url(site_images/top-menu-bg.jpg) repeat-x;
height:27px;
width: 0px;
visibility: hidden;
font-family:Calibri;
font-size:15px;
}


.dropmenudiv a{ color:#fff;
width: auto;
display: block;
text-indent: 3px;
/* border-bottom: 1px solid  #666; THEME CHANGE HERE*/
padding: 5px;
text-decoration: none;
font-family:Calibri;
font-size:15px;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#fff;
background:url(site_images/top-menu-bg.jpg) repeat-x;
height:27px;
font-family:Calibri;
font-size:15px;
}


