@charset "utf-8";
/* CSS Document */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.container {
width: 100%;
height: 90px;
border-bottom: 1px solid #cccccc;
margin-bottom: 0px;
}

.mattblacktabs{
width: 800px;
overflow: hidden;
float:left;
/*margin-top:61px;*/
/*border-bottom: 1px solid #cccccc; bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;

}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin-right: 5px;
padding: 7px 4px; /*padding inside each tab*/
/*border-right: 5px solid white; right divider between tabs*/
color: #717171;
border: 1px solid #cccccc;
background: url(images/menu_bg.gif); /*background of tabs (default state)*/
min-width:60px;
text-align:center;
}

.mattblacktabs li a:visited{
color: #717171;
}

.mattblacktabs li a:hover {
/*background: white; background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color: #be0c0d;
/*border-bottom: 1px solid white;*/
}

.mattblacktabs li.current a{
background: white; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color: #be0c0d;
border-bottom: 1px solid white;
}

.userMenuTabs
{
	position:relative;
	display:block;
	width: 850px;      /*keep 150 for facebook icon width*/
	height:20px;
	overflow: hidden;
	margin:5px auto 2px auto;
	font-size:12px;
	vertical-align:middle;
	float:left;
}
.userMenuTabs ul
{
	margin: 0;
	padding: 0;
	padding-left: 10px; /*offset of tabs relative to browser left edge*/
	font: bold 10px Verdana;
	list-style-type: none;
}

.userMenuTabs li{
	display: inline;
	margin: 7px 0;
	padding:0;
}

.userMenuTabs li a{
	float: left;
	display:block;
	text-decoration: none;
	margin-right: 5px;
	color: #717199;
	min-width:100px;
	cursor:pointer;
}

.userMenuTabs li a:hover {
	color: #be0c0d;
}

.userMenuTabs li.current a{
	background: white; 
	color: #be0c0d;
	border-bottom: 1px solid white;
}
.userMenuTabs li a span
{
	padding-left:5px;
	margin-bottom:5px;
	height:16px;
}
.userMenuTabs li a img
{
}
