/* CSS Document */

/* Main Navigation Style*/

.mainNavigation {
	width:178px;
	height:19px;
	
	padding-top:5px;
	padding-left:19px;
	font-size:8pt;
	cursor:default;
	text-decoration:none;
	color:#605e5f;
}
.mainNavigation a 
{
    color:#605e5f;
    text-decoration: underline;
}
.pullOutArrow {
	background-image:url(_images/navArrow.gif);
	background-repeat:no-repeat;
	background-position:right;	
}
.lastNavItem {
	border-bottom:#666666 dotted 1px;
}

.navigation {
	margin-top:15px;
	margin-bottom:15px;
}

.navHand {
	cursor:pointer; 
	cursor:hand;
	text-decoration:none;
}

/* Pull Out Menu Style*/
.leftSideGreyBar {
	background-image:url(_images/greyNavBar.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#FFFFFF;
	width:210px;
	text-decoration:none;
}
 
.menuBox {
	position:absolute; 
	visibility:hidden; 
	border-right:#666666 dotted 1px;
}