/* CSS Document */



#tab_button_wrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


#tab_menu{
	margin: auto;
	bottom: 0px;
	width: 970px;
	height: 100%;

}

#tab_menu ul#container{
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	height: 100%;
	text-align: center;
	display: block;
	margin: 0px;
	float: left;
	clear: both;
	background-color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}

#tab_menu ul#container li{
	display: inline;
	padding: 0px;
	margin: 0px;


}

#tab_menu ul#container li a{
	float: left;
	display: block;
	color: #9aaab1;
	text-decoration: none;
	background-color: #000000;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
	background-image: url(../images/header/btn_bg.gif);
	background-position: left top;
	border: 1px solid #444444;
}

#tab_menu ul#container li a span{
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 1px;
	padding-left: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}


#tab_menu ul#container li a:hover{
	background-color: #666666; /*Menu hover bgcolor*/
	background-image: url(../images/header/btn_bg-over.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
	border: 1px solid #777777;
}

#tab_menu ul#container li a:active{
	background-color: #333333; /*Menu hover bgcolor*/
	background-image: none;
	color: #666666;
	background-image: url(../images/header/btn_bg-active.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}


#tab_menu ul#container li#current a{ /*currently selected tab*/
	background-color: #000000; /*Menu hover bgcolor*/
	background-image: none;
	background-image: url(../images/header/btn_bg-selected.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #00FFFF;
	border-right-color: #000000;
	border-left-color: #000000;
	color: #66CCFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#user_info{
	width: 30%;
	display: inline;
	float: right;
	margin: 0px;
	text-align: right;
	font-size: 11px;

}









