﻿.home {
	background-image: url(../../images/menu/home.png);
	float: right;
	height: 31px;
	width: 281px;
}

.home:hover, .home_current{
	background-image: url(../../images/menu/home_hover.png);
	height: 31px;
	width: 281px;
}
.about {
	background-image: url(../../images/menu/about.png);
	float: right;
	height: 31px;
	width: 281px;
}
.about:hover, .about_current{
	background-image: url(../../images/menu/about_hover.png);
	height: 31px;
	width: 281px;
}
.more {
	background-image: url(../../images/menu/more.png);
	float: right;
	height: 31px;
	width: 281px;
}
.more:hover, .more_current {
	background-image: url(../../images/menu/more_hover.png);
	height: 31px;
	width: 281px;
}
.feedback {
	background-image: url(../../images/menu/feedback.png);
	float: right;
	height: 31px;
	width: 281px;
}
.feedback:hover, .feedback_current {
	background-image: url(../../images/menu/feedback_hover.png);
	height: 31px;
	width: 281px;
}
.research {
	background-image: url(../../images/menu/research.png);
	float: right;
	height: 31px;
	width: 281px;
}
.research:hover, .research_current {
	background-image: url(../../images/menu/research_hover.png);
	height: 31px;
	width: 281px;
}
.training {
	background-image: url(../../images/menu/training.png);
	float: right;
	height: 31px;
	width: 281px;
}
.training:hover, .training_current {
	background-image: url(../../images/menu/training_hover.png);
	height: 31px;
	width: 281px;
}
.contact_us {
	background-image: url(../../images/menu/contact_us.png);
	float: right;
	height: 31px;
	width: 281px;
}
.contact_us:hover, .contact_current {
	background-image: url(../../images/menu/contact_us_hover.png);
	height: 31px;
	width: 281px;
}
.useful_ref{
	background-image: url(../../images/menu/useful_ref.png);
	float: right;
	height: 31px;
	width: 281px;
}
.useful_ref:hover, .useful_current {
	background-image: url(../../images/menu/useful_ref_hover.png);
	height: 31px;
	width: 281px;
}


ul { 
	font-family:"Century Gothic", Tahoma;
	
	}
ul a {
	text-decoration: none;
}
			
ul a:hover {
	text-decoration:none;
	}
	
#sidebarnav
{
    text-align:left;
}
	
#sidebarnav .current
{
    text-decoration:underline;
}
		
#sidebarnav li ul li a {
background: url(../../images/left_menu_tab.png) no-repeat; 
padding-left:20px;
clear:both;
}

#sidebarnav ul {
  padding-bottom:25px;
  padding-left:20px;
  padding-top:10px;
}

#sidebarnav li {
  margin:4px 0;
	list-style:armenian;
	
}

#sidebarnav li a {
	color:#eee;
	font-size:13px;
	text-decoration:none;
  	display:block;
  	display: inline-block;

}
#list {
	margin-left:20px;
	margin-right:5px;
  padding:0 20px 20px 20px;

}

#list ul {
  list-style:circle;
}

#list li {
  margin:4px 0;
	list-style:circle;
	
}

#list li a {
	color:#eee;
	font-size:13px;
	text-decoration:none;
  	display:block;
  	display: inline-block;

}

#feedback_content ul
{
    float:right;
}

#feedback_content img
{
    margin-bottom:10px;
}

#feedback_content ul li {
	margin-right:5px;
  list-style-type: none;
  text-align: center left;
  background-image: url(../../images/bullet-2.PNG);
  background-position: center left;
  background-repeat: no-repeat;
  padding: .3em 0 0 1.5em;
} 

ul.backgroundbullet
{   
	margin-bottom:25px;
}

ul.backgroundbullet li 
{
    margin-left:45px;
	margin-right:5px;
  list-style-type: none;
  text-align:left;
  background-image: url(../../images/bullet-2.PNG);
  background-position: top left;
  background-repeat: no-repeat;
  padding: 0em 0 0.5em 1.5em;
} 


