/*
 * menu_header.css :	Menu at the topmost of the page (i.e. Categories | Bookmarks | Friends...)
 *
*/

ul.menu_header
{
	float: left;
	height: 25px;
}
ul.menu_header li
{
	height: 100%;
	float: left;
	text-align: center;
	margin-right: 15px;
	padding-right: 7px;
	padding-top: 3px;
	background: url(/styles/default/images/web/arrow_down.gif) no-repeat top right;
}
ul.menu_header li.nobg
{
	height: 100%;
	float: left;
	margin: 0; padding: 0;
	padding-top: 3px;
	background: none;
}
li a.menu_header_item:active, li a.menu_header_item:link, li a.menu_header_item:visited, span.menu_header_item
{
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, Sans-Serif, "Times New Roman";
	font-size: 0.7em;
	font-weight: bold;
	padding-right: 7px;
	color: #afafaf;
	text-decoration: none;
}
li a.menu_header_item:hover, span.menu_header_item_hover
{
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, Sans-Serif, "Times New Roman";
	font-size: 0.7em;
	font-weight: bold;
	padding-right: 7px;
	color: #000;
	text-decoration: underline;
}
li.nobg a.menu_header_item:active, li.nobg a.menu_header_item:link, li.nobg a.menu_header_item:visited
{
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, Sans-Serif, "Times New Roman";
	font-size: 0.7em;
	font-weight: bold;
	padding: 0;
	margin-right: 6px;
	margin-left: 6px;
	color: #000;
	text-decoration: none;
}
li.nobg a.menu_header_item:hover
{
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, Sans-Serif, "Times New Roman";
	font-size: 0.7em;
	font-weight: bold;
	padding: 0;
	margin-right: 6px;
	margin-left: 6px;
	color: #000;
	text-decoration: underline;
}
li a.menu_header_item_selected:active, li a.menu_header_item_selected:link, li a.menu_header_item_selected:visited
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif, "Times New Roman";
	font-size: 0.7em;
	font-weight: bold;
	color: #000;
	padding-right: 7px;
	text-decoration: none;
}
li a.menu_header_item_selected:hover
{
}

li a.menu_header_item2:active, li a.menu_header_item2:link, li a.menu_header_item2:visited, span.menu_header_item2
{
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, Sans-Serif, "Times New Roman";
	font-size: 0.6em;
	font-weight: normal;
	padding-right: 7px;
	margin-left: 2px;
	color: #000;
	text-decoration: none;
}
li a.menu_header_item2:hover, span.menu_header_item2_hover
{
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, Sans-Serif, "Times New Roman";
	font-size: 0.6em;
	font-weight: normal;
	padding-right: 7px;
	margin-left: 2px;
	color: #000;
	text-decoration: underline;
}