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

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

.topmenu_submenu
{
	text-decoration: none;
}

.topmenu_logo
{
	background-color: white;
	height: 60px;
	width:  320px;
}

.topmenu_a
{
	border: none;
}

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

.topmenu_vline
{
	background-color: #999999;
	height: 25px;
	width:  1px;
}

.topmenu_menu
{
	height: 25px;
	width:  320px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-size: 80%;
}

.topmenu_item
{
	height: 25px;
	width:  106px;
	font-size: 80%;
	text-align: center;
	vertical-align: middle;
	background-image: url("../img/b2.png");
	border: none;
	text-decoration: none;
}

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

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

.topmenu_item_a:visited
{
	height: 25px;
	color: black;
	text-color:black;
}


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

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

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

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

.topmenu_item_subselected
{
	text-align: center;
	vertical-align: middle;
	background-image: url("../img/b1.png");
	background-color: transparent;
	text-decoration: none;
}

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

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

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



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

