@CHARSET "UTF-8";

/******************************************
  Vertical Bar Sample
  Specification file: vertical
 ******************************************/
	/*
 * Each link of the site navigation is organized into rows/colomns using a table.
 * This style applies to the table.
 */
.vertical_table {
	border: 0px;
}

/*
 * This style applies to the body in the table.
 */
.vertical_table_body {
	
}

/*
 * This style applies to each cell in the table.
 */
.vertical_cell_normal {
	border-width: 0px;
	padding: 5px;
	margin: 0px 0px 0px 5px;
	text-align: left;
	font-size: smaller
}

/*
 * This style applies to the cell which represents a group.
 */
.vertical_cell_group {
	border-width: 0px;
	padding: 5px;
	margin: 0px 0px 0px 5px;
	text-align: left;
	font-size: smaller
}

/*
 * This style applies to each item in the cell. (e.g., to the <a> tag)
 */
.vertical_item_normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666699;
	font-weight: bold;
	font-size: 11px;
	text-transform: none;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	padding: 5px;
}

/*
 * This style applies to the item which displays a group name. (e.g., to the <span> tag)
 */
.vertical_item_group {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333399;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	padding-left: 2px;
	padding-right: 2px;
	padding: 5px;
	text-transform: uppercase;
}

/* Hyperlinks */
.vertical_cell_normal a:visited {
	color: #D64E27;
	text-decoration: underline;
}

.vertical_cell_normal a:hover {
	color: #FF9933;
	text-decoration: underline;
}

.vertical_cell_normal a:active {
	color: #CE092F;
	text-decoration: underline;
}