#navig {
border-top: 1px solid gray;
display: block;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin: 0px 2px 10px 0px;
}

#navig ul{
padding: 0px 0;
margin-left: 0px;
margin-top: 1px;
margin-bottom: 0;
margin-right: 1px;
font: Bold 11px Verdana;
letter-spacing: 0px;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

#navig li {
display: block;
float: right;
width: 74px;
padding: 1px 0px 2px 0px;
border: 1px solid Silver;
margin: 0 1px 0 2px;
_margin: 0 0px 0 4px;
background: white url(images/shade.gif) top left repeat-x;
}

#navig li a, #navig li a:visited {
	text-decoration: none;
	color: #969696;
}
#navig li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

#navig li.selected{
position: relative;
top: 0px;
border: 1px solid Gray;
background-image: white url(images/shadeactive.gif) bottom repeat-x;
}

#navig li.selected a, #navig li.selected a:visited { /*selected main tab style */
color: Black;
}

#navig li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}