.button_header {
	position: relative;
	zoom: 1;
	margin: 0px;
	font-size: 6px;
}

.logo {
	float:left;
	margin: 2px 16px 0px 0px; 
}

.logo img {
	border: 0px;
}

.logged {
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-size: 12px;
}

.logged a {
	color: blue;
}

.settingsLink {
	float:right;
	font-size: 14px;
	padding: 10px 26px 10px 10px;
}

.settingsLink a {
	color: blue;
}

.button {
	margin: 5px 1px 0px 1px;
	padding: 0px; 
	float: left; 
	background: url(../res/menu/button_middle_and_right_edge.png) no-repeat 100% 0px;
	cursor: pointer;
}

.button a {
	font-size: 12px;
	color: rgb(255,255,255); 
	display: block;
	text-decoration: none;
	background: url(../res/menu/button_left_edge.png) no-repeat 0px 0px; 
	margin: 0; 
	padding: 7px 15px 5px 15px; 
	text-align: center;
	font-weight: bold;
}

html>body .button:hover {
	background-position: 100% -92px;
}

html>body .button a:hover {
	background-position: 0px -92px;
}

.selected {
	margin: 0px;
	background: url(../res/menu/light_button_middle_and_right_edge.png) no-repeat 100% 100%;
}

.selected a {
	background: url(../res/menu/light_button_left_edge.png) no-repeat 0px 100%; 
	padding: 3px 15px 8px 15px;
	color: rgb(60,60,100);
}

html>body .selected:hover {
	margin: 0px 0px 0px 0px;
	background: url(../res/menu/light_button_middle_and_right_edge.png) no-repeat 100% 100%;
}

html>body .selected a:hover {
	background: url(../res/menu/light_button_left_edge.png) no-repeat 0px 100%; 
	padding: 3px 15px 8px 15px;
	color: rgb(60,60,100);
}

.selected_box {
	position: relative;
	top: 3px;
	display: table;
	z-index: 1;
	float: left;
	margin: 2px 1px 0px 1px;
	padding: 0;
}

table {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
	border-style: none;
	margin: 0;
	padding: 0;
}

.selected_right_top {
	margin: 0px 0px 0px 12px;
	padding: 0px;
	height: 4px;
	font-size: 1px;
	background: url(../res/menu/light_button_middle_and_right_edge.png) no-repeat 100% 0px;
}

.selected_left_top {
	height: 4px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	background: url(../res/menu/light_button_left_edge.png) no-repeat 0px 0px;
}

.submenu {
	background: url(../res/menu/submenu.gif) repeat-x;
	margin: 0px 16px 0px 16px;
	padding: 8px 20px 7px 20px; 
	color: rgb(255,255,255);
	font-size: 12px;
	font-weight: bold;
}

.submenu_selected {
	text-decoration: underline;
	color: rgb(255,255,255);
}

.submenu a {
	text-decoration: none;
	color: rgb(245,245,255); 
}

.submenu a:hover{
	text-decoration: underline;
}

.submenu_left {
	float: left;
	background: url(../res/menu/submenu_left_edge.gif) no-repeat 0px 0px; 
	margin: 0;
	width: 16px;
	padding: 0px 0px 15px 0px; 
	color: rgb(255,255,255); 
	font-weight: bold;
	font-size: 12px;
}

.submenu_right {
	float: right;
	background: url(../res/menu/submenu_right_edge.gif) no-repeat 100% 0px; 
	margin: 0;
	width: 16px;
	padding: 0px 0px 15px 0px; 
	color: rgb(255,255,255); 
	font-weight: bold;
	font-size: 12px;
}
