@charset  "UTF-8";

#navigation
{
	z-index: 999;
	position: relative;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 108%;
	height: 27px;
	margin: 60px 0 0 0;
}

#nav_portfolio, #nav_profile, #nav_news
{
	padding: 0;
	background-color: transparent;
	float: right;
	position: relative;
	height: 27px;
	cursor: hand;
}

#nav_portfolio
{
	width: 155px;
}

#nav_profile
{
	width: 135px;
}

#nav_news
{
	width: 96px;
}

ul.menu
{
	background-color: #eeeeee;
	display: none;
	list-style-type: none;
	margin: 0;
	margin-top: 6px;
	padding: 0;
}

ul.menu li
{
	list-style-type: none;
	padding: 5px 8px 5px 8px;
	font-size: 95%;
}

a.menuLink
{
	text-decoration: none;
	color: #F1582F;
}

li a
{
	list-style-type: none;
	text-decoration: none;
	color: #666;
}

a.menuLink
{
	letter-spacing: 2px;
	font-weight: bold;
}

li a:hover
{
	list-style-type: none;
	color: #ff3300;
}

a img { border: 0; }

#navigation a:link
{
	text-decoration: none;
	font-weight: normal;
	color: #666;
}

#navigation a:visited
{
	text-decoration: none;
	font-weight: normal;
	color: #333;
}

#navigation a:hover
{
	text-decoration: none;
	font-weight: normal;
	color: #ff3300;
}

