/*-- [START] css/topmenu.css --*/

.topmenu
{
	background-color: white;
	text-decoration: none;
	width: 850px;
}

.topmenu_submenu
{
	text-decoration: none;
}

.topmenu_logo
{
	background-color: white;
	background-color: white;
	background-image: url("../img/banner5.png");
	height: 90px;
	width:  850px;
}

	
.topmenu_line
{
	background-color: #999999;
	height: 1px;
	width:  850px;
}

.topmenu_menu
{
	height: 25px;
	width:  850px;
	text-decoration: none;
}

.topmenu_item
{
	height: 25px;
	width:  120px;
	font-size: 90%;
	text-align: center;
	vertical-align: middle;
	background-image: url("../img/big-button.png");
	text-decoration: none;
}

.topmenu_item_a
{
	height: 25px;
	text-align: center;
	border: none;
	color: black;
	text-decoration: none;
}

.topmenu_item_a:hover
{
	height: 25px;
	text-align: center;
	vertical-align: middle;
	color: blue;
	text-decoration: underline;
}

.topmenu_item_a:visited
{
	height: 25px;
	text-align: center;
	vertical-align: middle;
	color: black;
	text-color:black;
}


.topmenu_item_selected
{
	height: 25px;
	width:  120px;
	font-size: 90%;
	text-align: center;
	vertical-align: middle;
	background-image: url("../img/inverted.png");
	text-decoration: none;
}

.topmenu_item_selected_a
{
	height: 25px;
	text-align: center;
	vertical-align: middle;
	color: black;
	text-decoration: none;
}

.topmenu_item_selected_a:hover
{
	height: 25px;
	text-align: center;
	vertical-align: middle;
	color: blue;
	text-decoration: underline;
}

.topmenu_item_selected_a:visited
{
	height: 25px;
	text-align: center;
	vertical-align: middle;
	color: black;
	text-decoration: none;
}

.topmenu_item_subselected
{
	height: 25px;
	width:  120px;
	font-size: 90%;
	text-align: center;
	vertical-align: middle;
	background-image: url("../img/inverted.png");
	background-color: transparent;
	text-decoration: none;
}

.topmenu_item_subselected_a
{
	height: 25px;
	text-align: center;
	vertical-align: middle;
	color: black;
	text-decoration: none;
}

.topmenu_item_subselected_a:hover
{
	height: 25px;
	text-align: center;
	vertical-align: middle;
	color: blue;
	text-decoration: underline;
}

.topmenu_item_subselected_a:visited
{
	height: 25px;
	text-align: center;
	vertical-align: middle;
	color: black;
	text-decoration: none;
}



/*-- [END] css/topmenu.css --*/
