﻿
/************************************************************************
* 
* Main navigation used by the masterpage
*
************************************************************************/
/* menu items */
.menuBar 
{
	padding-bottom:5px;
	padding-left :5px;
	padding-top:10px;
	padding-right:5px;  
	color:White;
 	font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;


}
#navtop
{
    background: url(images/MenuBackgroundSlice.png) repeat-x;
    color: white;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin-right: auto;
    margin-left: auto;
    height: 38px;
    background-color: white; 
}
#navtop a { text-decoration: none;}
#navtop a:visited {text-decoration: none;}
#navtop a:hover {text-decoration: underline;}
 
