

/* 

	MENU STYLES 

*/


/* @group Main Nav */

/* Main Menu */

#nav
{
	float:right;
  /* width:100%; */
  background:none;
  font-size:0.8em;
  line-height:normal;
  padding: 96px 0 0 0;
}

#nav ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
}


/* Defines the appearance of the links */

#nav a 
{
	display: block;
	background:url("../images/menu/norm_left.gif") no-repeat left top;
  padding:9px 15px 5px 15px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}

#nav li 
{
	float: left;
	height: 30px;
	background:url("../images/menu/norm_right.gif") no-repeat right top;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#nav li.last
{
	background:url("../images/menu/norm_right_last.gif") no-repeat right top;
}

#nav li#menu-left
{
	width: 31px;
	height: 30px;
	background:url("../images/menu/menu_left.gif") no-repeat right top;
}


/* On State */

#nav #current 
{
  background-image:url("../images/menu/norm_right_on.gif");
}

#nav #current a 
{
  background-image:url("../images/menu/norm_left_on.gif");
}

#nav #current.last
{
	background:url("../images/menu/norm_right_last_on.gif") no-repeat right top;
}

/* Hover links */

#nav li a:hover
{
	color: #fff;
	text-decoration: underline;
}



body#whatisglasnost #nav a.whatis 
{
	color: #0;
}



/* @end */




/* Top Infrastructure Menu */

#top-nav
{
	position: absolute;
	top: 20px;
	right: 10px;
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	font-size: 0.7em;
}

#top-nav ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
}


/* Defines the appearance of the links */

#top-nav a 
{
	display: ;
	color: #ed1c24;
	text-decoration: none;
	padding: 0 5px 0 5px;
	margin: 0;
}

#top-nav li 
{
	float: left;
	text-align: right;
	background-color: #;
}

#top-nav li a:hover
{
	color: #000;
}



