﻿/* MENU */

div#top_menu
{
	margin: 0px 15px 0 0;
	float: right;
	width: 570px;
	height: 19px;
}
div#menu
{
	font-size: 12px;
	float: right;
}

div#menu a
{
	text-decoration: none;
}

div#menu .menu_left
{
	width: 8px;
	height: 32px;
	background-image: url('../images/menu_left.png');
	background-repeat: no-repeat;
	float: left;
}

div#menu .menu_middle
{
	background-image: url('../images/menu_middle.png');
	background-repeat: repeat-x;
	/*float: left;
	width: 550px;*/
}

div#menu .menu_right
{
	width: 8px;
	height: 32px;
	background-image: url('../images/menu_right.png');
	background-repeat: no-repeat;
	float: left;
}

div#menu ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline;
}

div#menu ul li
{
	float: left;
	padding-left:10px;
	height: 34px;
}

div#menu ul li a
{
	color: #FFF;
	display: block;
	padding: 5px 13px;
	height: 13px;
	margin: 2px 2px;
}

div#menu ul li a:hover 
{
	margin: 0;
	border-top: solid 2px rgb(191,233,249);
	border-left: solid 2px rgb(63,184,231);
	border-right: solid 2px rgb(0,80,136);
	border-bottom: solid 2px rgb(2,72,142);
}

div#menu ul ul
{
	background-image: url('../images/menu_sub.png');
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 8px 9px 17px 10px;
	position: absolute;
	margin: -1px 0 0 -15px;
	display: none;
	width: 137px;
}

div#menu ul ul li
{
	float: none;
	padding: 0;
	height: auto;
}

div#menu ul ul li a
{
	float: none;
	color: #333;
	padding: 1px 10px;
	margin: 0;
	height: auto;
}

div#menu ul ul li a:hover
{
	background-color: #B2E5F9;
	border: 0;
	font-weight: normal;
}


div.clear
{
	clear: both;
}
