
#topNav {
	width : 225px;
	text-align : left;
	height : 380px;
	padding : 2px;
	float : left;
}

#topNav ul {
	padding : 2px;
	display : inline;
	list-style : none;
	margin-left : 1px;
}

#topNav ul li {
	margin-left : 25px;
	padding : 2px;
	position : relative;
	display : block;
}

#topNav ul li a {
	font-size : 12px;
	font-family : verdana;
	line-height : 19px;
	display : block;
	text-decoration : none;
	color : #000000;
	padding-top : 3px;
	padding-bottom : 0;
	padding-left : 5px;
	padding-right : 2px;
	border : 0px solid #D8D8D8;
	width : 175px;
	cursor : pointer;
	font-weight : bold:
}

* html #topNav ul li a{
	font-size : 12px;
	font-family : verdana;
	line-height : 18px;
	display : block;
	text-decoration : none;
	color : #000000;
	padding-top : 3px;
	padding-bottom : 0;
	padding-left : 10px;
	padding-right : 2px;
	border : 0px solid #D8D8D8;
	width : 175px;
	cursor : pointer;
	font-weight : bold:
}

#topNav ul li a:hover {
	border : 0px solid #FBEBDB;
}

#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:#3300CC;
	background-color:#FFFFFF;
	font: Georgia;
	border: 0px solid #6F7C6A;
	color: #B02A11;

}

#topNav ul li:hover ul li a:hover, #topNav ul li.over ul li a:hover {
	color : #7b2317;
	background-color : #F79E18;
	float:none;
}

#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;
}
