/* 
    Document   : topmenu.css
    Created on : August 11, 2006, 9:01 AM
    Modified on: Feb 9, 2007
    Author     : Anthony Stuchel
*/

/* These styles control the top navigation. */
.topItemNormal {
	height: 27px;
	background-image: url(../images/header/menu_sliver.gif);

	color: #666666;
	cursor: pointer;
}

.topItemOver {
	height: 27px;
	
	background-image: url(../images/header/menu_rollover_sliver.gif);
	color: #000000;
	cursor: pointer;
}

.topItemNormal tbody tr td, .topItemOver tbody tr td
{
	padding: 0px 12px 0px 12px;
	font: bold 9pt Arial;
}

.submenu {
	background-color: #dbdbdb;
	font-weight: bold;
	border-top: 1px solid black;
	 
}

.submenu2 {
	background-color:#dbdbdb;
	border-top: 1px solid black;
	font-weight: bold;
	
	position: relative;
	top: 4px;
	margin-bottom: 4px;
}

.itemNormal {
	background-color: #dbdbdb;
	color: #000000;
	width: 100%;
	
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	
	cursor: pointer;
	_cursor: hand;
}

.itemOver {
	background-color: #E4D8AE;
	color: #333333;
	width: 100%;

	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;

	cursor: pointer;
	_cursor: hand;
}

.itemNormal tbody tr td, .itemOver tbody tr td
{
	padding: 3px 4px 3px 6px;
	font: bold 9pt Arial;
}