/* @Themediapractice */



/* TOP MENU ITEMS */
/* All definitions in this section need to be explicitly stated to override settings for left menu above */




	SPAN.menu-button-item {
	width:90px;
	height:32px;
	float:left;
	margin:0px;
	vertical-align:middle;
	text-align:center;
	border:0px solid #f00;
	}


	a.menu-button2 {
	width:100px;
	float:left;
	background: transparent;
	font-family: Trebuchet MS, tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-align:center;
	vertical-align:middle;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	text-decoration: none;
	overflow:hidden;
	border:0px solid #f00;
	}

	.menu-button2:link {
	text-decoration: none;
	color: #000;
	}

	.menu-button2:visited {
	text-decoration: none;
	color: #000;
	}

	.menu-button2:hover {
	color: #FFF;
	text-decoration: underline;
	}


	a.menu-button, a.menu-button-selected {
	width:84px;
	float:left;
	background: transparent;
	font-family: Trebuchet MS, tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-align:center;
	vertical-align:middle;
	font-size: 11px;
	line-height: 15px;
	color: #FFF;
	text-decoration: none;
	overflow:hidden;
	border:0px solid #f00;
	}
		a.menu-button-selected {
		color: #3ec3cc;
		}

	.menu-button:link {
	text-decoration: none;
	color: #FFF;
	}
		.menu-button-selected:link  {
		text-decoration: none;
		color: #3ec3cc;
		}

	.menu-button:visited {
	text-decoration: none;
	color: #FFF;
	}
		.menu-button-selected:visited {
		text-decoration: none;
		color: #3ec3cc;
		}
	
	.menu-button:hover, .menu-button-selected:hover {
	color: #FFF;
	text-decoration: underline;
	}


	/* ******* MEMBER NAVIGATION ELEMENTS ************ */
	#nav-bar {
	top: 0px;
	left: 0px;
	width: 688px;
	height: 18px;
	/*z-index: 8;*/
	font-size: 11px;
	/* background-color: #2D2A4C; */
	background-color: #274794;
	}

	#navigation-left-space {
	float: left;
	top: 0px;
	height: 17px;
	width: 10px;
	background: transparent;
	text-align: center;
	}

	.divider {
	display:inline;
	top: 0px;
	width:2px;
	height: 17px;
	border-left: 1px solid #818094;
	border-right: 1px solid #5C597F;
	}

	#nav-bar a { 
	height:18px;
	padding-top:2px;
	padding-left:10px;
	padding-right:10px;
	color: #FFFFFF;
	}

	.selected_option { 
	background-color: #3ec3cc;
	}
	
	#nav-bar a:link, #nav-bar a:visited
	{
	text-decoration: none;
	}
	
	#nav-bar a:hover
	{
	background-color: #3ec3cc;
	color: #FFFFFF;
	}

	/* ******* Graduated bar ************ */
	#grad-over-menu {
	top: 0px;
	left: 0px;
	width: 688px;
	height: 24px;
	z-index: 20;
	background: #3ec3cc /* url('../img/grad.gif') repeat-x */;
	text-align: left;
	overflow: hidden;
	/*z-index: 10;*/
	}
	
	
a.sortbutton, a.sortbutton_selectme {
	display:inline;
	width:12px;
	height:14px;
	padding:2px 2px 1px 2px;
	margin-right:2px;
	}

a.sortbutton {
	color:#08F;
	}

a.sortbutton_selectme {
	color:#f00;
	}

