﻿/* TOP MENU STYLES */

/* note that language specific menu styles are defined in asp.net themes folder */

.menu-continer
{	
	height:22px;
	width:100%;
}

.menu
{
	height:33px;
	min-width: 770px;
	margin:0px; 
}

.menu table 
{
	width: 100%;
}

.menu a
{
	display:block;
	background-repeat:no-repeat;
	background-position: 0 0;
	color:#ffffff !important;
}

/*.menu a
{
	display:block;
	float:left;
	height:33px;
	margin:0 auto;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position: 0 0;
}*/

.menu a:hover
{
	background-position: 0 -33px;
}

.menu a.selected
{
	background-position: 0 -66px;
}

.menu .custom-button td
{
	padding: 0;
}

.menu .custom-button.home
{
	border-left: 0px none;
}

.menu .custom-button a
{
	font-size: 8pt!important;
}


/* language selection menu styles */ 
.lang
{
	float:left;
	height:23px;
	margin:0px 0px 0px 10px;
	padding-left:435px;
}

.lang a
{
	display:block;
	float:left;
	width:16px;
	height:23px;
	margin:0 5px 0px 0px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:center center;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	opacity:0.4
}

.lang a.selected
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity:1.0
}

a.en
{
	background-image:url(/images/menu/lang/en.png);
}

a.de
{
	background-image:url(/images/menu/lang/de.png);
}

a.it
{
	background-image:url(/images/menu/lang/it.png);
}

a.fr
{
	background-image:url(/images/menu/lang/fr.png);
}

a.es
{
	background-image:url(/images/menu/lang/es.png);
}

a.pt
{
	background-image:url(/images/menu/lang/br.png);
}

/* submenu styles */

.submenu
{
	float: right;
	margin-right: 12px;
}

.submenu-container
{
	height:33px;
	margin-top: 10px;
}

.submenu-left
{
	background-image: url(/images/submenu/submenu-bg-left.png);
	width:5px;
}

.submenu-right
{
	background-image: url(/images/submenu/submenu-bg-right.png);
	width:5px;
}

.submenu-center
{
	background-image: url(/images/submenu/submenu-bg-center.png);
}

.submenu-item
{
	padding:1px;
}

.submenu-item a
{
	display:block;    
	height:31px;
	margin:0 auto;    
	background-repeat:no-repeat;
	background-position: 0 0;
}

.submenu-item a:hover
{
	background-position: 0 -33px;
}

.submenu-item a.selected
{
	background-position: 0 -66px;
}


/* end of submenu styles */
