@CHARSET "UTF-8";

div.head { width: 100%; height: 80px; background-color: transparent; }
div.head div { text-align: right; float: right; padding: 3px 10px 0px 0px; }
div.headMenu { width: 100%; }
div.headMenu ul { list-style: none; }
div.headMenu li { float: left; text-align: center; margin: 0px 2px 0px 2px; height: 29px; width: 94px; }
div.headMenu a { width: 94px; height: 29px; display: block; font-weight: bold;  
	background-image: url('../resource/site/tab_sprite.png'); background-position: 0 29px; }
div.headMenu a:hover { background-position: 0 58px; }
div.headMenu a > span { position: relative; top: 8px; font-size: 11px; }
a.headMenuSelected { background-position: 0 0 !important; color: white; }
div.headMenuBar { width: 100%; height: 2px; background-color: #94B922; line-height: 2px;
			padding: 0 0 0 0; margin: 0 0 0 0; border-width: 0; }

