/*
Style name: SEO.KG Menu style
Style URI: http://seo.kg/
Version: 0.1
Author: Viacheslav Kim
Author URI: http://seo.kg/
*/

#menu {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #999;
	margin-top: -20px;
	}
	
#menu a:link, #menu a:visited{
	color: #999;
	text-decoration: none;
	}
	
.menuimg {
	padding-left: 5px;
	padding-right: 5px;
	}

#menuu {
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	width: 880px;
	background: url('images/menuu.png') no-repeat center;
	position: relative;
	}

.menu-company {
	background: url('images/menu/company.png') no-repeat;
	height: 38px;
	width: 115px;
	padding: 0 2px;
	cursor: pointer;
	}

.menu-company:hover, .menu-company-active {
	background: url('images/menu/company.png') no-repeat;
	background-position: 0 -38px;
	height: 38px;
	width: 115px;
	padding: 0 2px;
	cursor: pointer;
	}
	
.menu-seo {
	background: url('images/menu/seo.png') no-repeat;
	height: 38px;
	width: 160px;
	padding: 0 2px;
	cursor: pointer;
	}

.menu-seo:hover, .menu-seo-active {
	background: url('images/menu/seo.png') no-repeat;
	background-position: 0 -38px;
	height: 38px;
	width: 160px;
	padding: 0 2px;
	cursor: pointer;
	}

.menu-sitemaker {
	background: url('images/menu/sitemaker.png') no-repeat;
	height: 38px;
	width: 156px;
	padding: 0 2px;
	cursor: pointer;
	}
	
.menu-sitemaker:hover, .menu-sitemaker-active {
	background: url('images/menu/sitemaker.png') no-repeat;
	background-position: 0 -38px;
	height: 38px;
	width: 156px;
	padding: 0 2px;
	cursor: pointer;
	}

.menu-study {
	background: url('images/menu/study.png') no-repeat;
	height: 38px;
	width: 100px;
	padding: 0 2px;
	cursor: pointer;
	}
	
.menu-study:hover, .menu-study-active {
	background: url('images/menu/study.png') no-repeat;
	background-position: 0 -38px;
	height: 38px;
	width: 100px;
	padding: 0 2px;
	cursor: pointer;
	}

.menu-portfolio {
	background: url('images/menu/portfolio.png') no-repeat;
	height: 38px;
	width: 121px;
	padding: 0 2px;
	cursor: pointer;
	}

.menu-portfolio:hover, .menu-portfolio-active {
	background: url('images/menu/portfolio.png') no-repeat;
	background-position: 0 -38px;
	height: 38px;
	width: 121px;
	padding: 0 2px;
	cursor: pointer;
	}
		
.menu-blog {
	background: url('images/menu/blog.png') no-repeat;
	height: 38px;
	width: 56px;
	padding: 0 2px;
	cursor: pointer;
	}

.menu-blog:hover {
	background: url('images/menu/blog.png') no-repeat;
	background-position: 0 -38px;
	height: 38px;
	width: 56px;
	padding: 0 2px;
	cursor: pointer;
	}
		
.menu-order {
	background: url('images/menu/order.png') no-repeat;
	height: 38px;
	width: 132px;
	padding: 0 2px;
	cursor: pointer;
	}
	
.menutab {
	padding: 0px 15px;
	}