@charset "UTF-8";
/* Nav-Menu CSS Document */
.tablist {
    list-style:none; 
    /*height:2em;*/
    padding:0; 
    margin:0; 
    border: none;
}
.tablist li {
    float:right; 
    margin-right:0.18em; 
}

.tablist li a {
	display: block;
	padding: 0 1em;
	text-decoration: none;
	color: #FFF;
	/* [disabled]background-color: #ccc; */
	/* CSS 3 elements */
	
	border-radius: 0.5em 0.5em 0em 0em;
	-webkit-border-top-right-radius:0.5em;
	-webkit-border-top-left-radius:0.5em;
	-webkit-border-bottom-right-radius:0em;
	-webkit-border-bottom-left-radius:0em;
	
	font-family: arial, geneva, helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 2em;
	font-weight: normal;
	text-transform: uppercase;
}

.tablist li a:hover {
    background:#3cf; 
    color:#fff;
    text-decoration:none;
}
.tablist li#current a {
    background-color: #777;
    color: #fff;
}
.tablist li#current a:hover {
    background: #39C;
}
.community {
	background-color: #666;
}
.capture {
	background-color: #56B7DF;
}
.collaborate {
	background-color: #E96F33;
}
.share {
	background-color: #BED73B;
}
.create {
	background-color: #5A3A02;
}
.client {
	background-color: #000;
}
