﻿/* logo */
#logo li {
	display: inline;
}


#logo li a {
	display: block;
	text-decoration: none;
}



.logoMrims a {
	width: 184px;
	height: 49px;
	background: url(img/logo.gif) top left no-repeat;
}

.logoMrims2 a {
	width: 240px;
	height: 62px;
	background: url(img/logo.gif) top left no-repeat;
}

#logo li a:hover {
	background-position: 0px 0px;
}


/* nav */

#nav li {
	display: inline;
}


#nav li a {
	display: block;
	text-decoration: none;
}


.navAbout a {
	width: 130px;
	height: 30px;
	background: url(img/about.gif) top left no-repeat;
}


.navProduct a {
	width: 130px;
	height: 30px;
	background: url(img/products.gif) top left no-repeat;
}

.navF30 a {
	width: 130px;
	height: 30px;
	background: url(img/f30.gif) top left no-repeat;
}

.navF40 a {
	width: 130px;
	height: 30px;
	background: url(img/f40.gif) top left no-repeat;
}

.navF5060 a {
	width: 130px;
	height: 30px;
	background: url(img/f50_60.gif) top left no-repeat;
}

.navHikaku a {
	width: 130px;
	height: 30px;
	background: url(img/hikaku.gif) top left no-repeat;
}

.navFunction a {
	width: 130px;
	height: 30px;
	background: url(img/function.gif) top left no-repeat;
}

.navComparison a {
	width: 130px;
	height: 30px;
	background: url(img/comparison.gif) top left no-repeat;
}

.navOptional a {
	width: 130px;
	height: 30px;
	background: url(img/optional.gif) top left no-repeat;
}

.navVirtual a {
	width: 130px;
	height: 30px;
	background: url(img/virtual.gif) top left no-repeat;
}


.navCampany a {
	width: 130px;
	height: 30px;
	background: url(img/company.gif) top left no-repeat;
}


.navWords a {
	width: 130px;
	height: 30px;
	background: url(img/words.gif) top left no-repeat;
}


.navNews a {
	width: 130px;
	height: 30px;
	background: url(img/news.gif) top left no-repeat;
}



.navResource a {
	width: 130px;
	height: 30px;
	background: url(img/resource.gif) top left no-repeat;
}

.navSupport a {
	width: 130px;
	height: 30px;
	background: url(img/support.gif) top left no-repeat;
}

.navKeywords a {
	width: 130px;
	height: 30px;
	background: url(img/keywords.gif) top left no-repeat;
}

.navDownload a {
	width: 130px;
	height: 30px;
	background: url(img/download.gif) top left no-repeat;
}




#nav li a:hover {
	background-position: 0px -36px;
}



