
#topNav {
	width : 160px;
	height : 620px;
	padding : 5px;
	margin-top: 5px;
	margin-left: 2px;
}
* html #topNav {
	width : 160px;
	height : 620px;
	padding : 5px;
	margin-top: 5px;
	margin-left: 2px;
}
#topNav ul {
	padding : 2px;
	display : inline;
	list-style : none;
}

#topNav ul li {
	padding : 2px;
	position : relative;
	display : block;
}

#topNav ul li a {
	font-size : 12px;
	font-family : verdana;
	line-height : 26px;
	display : block;
	text-decoration : none;
	color : #660000;
	padding : 2px 2px 2px 10px;
	width : 135px;
	cursor : pointer;
	font-weight : bold:
}

* html #topNav ul li a{
	font-size : 12px;
	font-family : verdana;
	line-height : 26px;
	display : block;
	text-decoration : none;
	color : #660000;
	padding : 2px 2px 2px 10px;
	width : 135px;
	cursor : pointer;
	font-weight : bold:
}

#topNav ul li a:hover {
	border : 0px solid #5BC1D5;
	background-color:#F9FAF5;
	color:#000000;
	font-weight: bold;
}

#topNav ul li ul {
	width : 95px;
	display : none;
	border : 0px solid #224970;
	z-index : 250;
	position : absolute;
	left : 0px;
	top : 25px;
}

/* commented backslash mac hiding hack \*/ 

* html #topNav ul li a {
	height : 1%;
}

/* end hack */ 

#topNav ul li:hover a, #topNav ul li.over a {
	color:#75a1ba;
}

#topNav ul li:hover ul li a:hover, #topNav ul li.over ul li a:hover {
	border : 0px solid #5BC1D5;
	background-color:#66CCFF;
	color:#FFFFFF;
}

#topNav ul li a.ison {
	color : #7b2317;
	background-color : #666666;
	border : 0px solid #7b2317;
	cursor : default;
}

#topNav ul li ul li a.ison {
	color : #7b2317;
	background-color : #CCCCCC;
	border : 0px solid #7b2317;
	cursor : default;
}

#topNav ul li:hover li a, #topNav ul li.over li a {
	color : #224970;

}

#topNav ul li ul li a {
	padding : 0px 0px;
	line-height : 26px;
	font-size : 10px;
	text-align : left;
	width : 131px;
	margin : 0px;
}

#topNav ul li:hover ul, #topNav ul li.over ul {
	display : block;
}
