.nav {
    font-family: verdana, arial, helvetica, sans-serif;
; line-height: 14px
; font-size: 9px
}
.nav a {
    display:block;
    width:auto; /* fixes width inconsistencies between NS and IE */
    border:1px solid #990033;
    /* border-right-width:0px;  eliminate 2px borders */
    color:white;
    text-decoration:none;
    font-weight:bold;
	font-size:10px;
    background-color:#979797;
	padding: 4px 8px 4px 8px;
	height:25px;
	/*
	white-space: nowrap;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	* */
}

.nav a:hover {
    background-color:#990033;
    color:white;
}

.nav a.active {
    background-color:#990033;
    color:white;
}

.g_menu{
	position: absolute;
	width: 110px;
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	color: black;
	font-size: 9px;
	line-height: 14px;
	margin: 0px;
}

.g_menu_shadow {
	border: 1px solid #990033;
	padding: 2px 6px 4px 6px;
	background-color: white;
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	font-size: 9px;
	color: black;
	line-height: 14px;
	margin: 0px;
}

.g_menu_item{
	color: black;
	line-height: 14px;
	text-decoration: underline;
}

.g_menu_item:hover {
	color: #990033;
	line-height: 14px;
	text-decoration: underline;
	font-weight: bold;
}

.g_menu_item_on{
	color: #990033;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
}
.g_menu_item_on:hover {
	color: #990033;
	font-weight: bold;
	line-height: 14px;
	text-decoration: underline;
}

#copyright {
    font-family: verdana, arial,helvetica,sans-serif;
	font-size:9px;
    background-color:#979797;
    color: white;
	padding: 5px; 
    /*border-top:2px solid #F69300;*/
}