/* CSS Document */

#menu {	
	width:670px;
	height:15px;
	float:right;
	margin-top:50px;
/*	background-color:#FFCC00;*/
}

.menu-button {
	float:left;
	text-align:center;
/*	border-bottom-width:0px;*/
	padding-top:4px;
	cursor:pointer;
	font-size:14px;
}

.menu-button:hover a{
/*	background-color:#CCCCCC;
	font-weight:bold;*/
	color:#3ECFD4;
}

.menu-button a {
	color:#999999;
	font-weight:bolder;
}

.menu-button-spacer {
	width:19px;
	height:25px;
	float:left;
	margin-left:0px;
	margin-right:0px;
/*	background-color:#FFFFFF;
	border-right-color:#000000;
	border-right-width:1px;
	border-right-style:solid;*/
}

#sub-menu {
	margin-bottom:20px;
}

#sub-menu-left {
	width:7px;
	height:26px;
	float:left;
}

#sub-menu-middle {	
	width:695px;
	height:20px;
	float:left;
	background-image:url(/graphics/common/breadcrumbsmiddle.png);
	background-repeat:repeat-x;
	padding-top:6px;
	padding-left:3px;
}

#sub-menu-right {
	float:left;
	width:7px;
	height:26px;
}