#HeaderMenu {
	float:right;
}

#HeaderMenu a{
	margin:5px;
	padding:5px;
	float:right;
	color:#FFF;
}

#HeaderMenu a:hover{
	color:#333;
}

#Menu {
}

#Menu a{
	float:left;
	padding:5px;
	margin:3px;
	color:#FFF;
	background:#333333;
	-webkit-border-radius: 5px;    /* for Safari */
	-moz-border-radius: 5px;       /* for Firefox */
}

#Menu a:hover{
	background:#FFF;
	color:#00aeef;
}

#menuBar {
	width:100%;
	background:#00aeef;	
}

#menuBar a{
	display:block;
	float:left;
	padding:6px 15px;
	font-size:12px;
	color:#FFF;
	text-transform:uppercase;
	border-left:#000 3px solid;
	margin-bottom:-1px;
}

.current{
	background:transparent url(/_graphics/current.gif) bottom center no-repeat;
}

#menuBar a:hover{
	color:#00aeef;
}

#menuButton {
	float:left;
	padding:6px 15px;
}

#menuButton:hover{
	background:#FFF;
}

.myVideos {
	background:#111111;

}

.tab {
	-webkit-border-radius-bottomright: 5px;    /* for Safari */
	-webkit-border-radius-topleft: 5px;    /* for Safari */
	-webkit-border-radius-topright: 5px;    /* for Safari */
	-moz-border-radius-bottomright: 5px;       /* for Firefox */
	-moz-border-radius-topleft: 5px;       /* for Firefox */
	-moz-border-radius-topright: 5px;       /* for Firefox */
}

#HeaderMenu a span {
	display: none;
}

#HeaderMenu a:hover span {
	text-align:right;
	display: none;
	position: fixed;
	top: 100px;
	right: 0;
	z-index: 100;
	color: #CCC;
	font: 10px Verdana, sans-serif;
}


#showButtons {
	float:right;
	width:100px;
}

#showButtons a {
	border:1px solid #222;
	color:#FFFFFF;
	display:block;
	float:inherit;
	margin:3px;
	padding:2px;
	text-align:center;
	min-width:80px;
}

#showButtons a:hover {
	border:1px solid #FFF;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------->>> SORT MENU <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#sortMenu {
	background:url(/_graphics/cellbg.png) top center repeat-x;
	width:100%;
	float:left;
	padding:5px;
	margin:10px 0;
}

#sortShowing {
	float:left;
}

#sortSearch {
	float:right;
	text-align:right;
}

#button {
	color:#CCC;
	padding:1px 4px;
	margin:4px;
	font-size:10px;
	border:1px solid #CCC;
	background:#333;
}

#button:hover {
	color:#333;
	border:1px solid #CCC;
	background:#CCC;
	cursor:pointer;
}


#heading {
	float:right;
}

#heading ul {
	list-style:none;
	width:220px;

}

#heading li a{
	display:block;
	height:30px;
	width:100px;
	list-style:none;
	float:left;
}

#login_button a{
	background:url(/_graphics/login.jpg) no-repeat top center;
}

#login_button a:hover{
	background:url(/_graphics/login2.jpg) no-repeat top center;
}

#join_button a{
	background:url(/_graphics/join.jpg) no-repeat top center;
}

#join_button a:hover{
	background:url(/_graphics/join2.jpg) no-repeat top center;
}