﻿#top ul.type1  { margin:0px; padding:0px; width: 966px; position: relative;}
#top ul.type1 li {list-style: none;	float:left;}

#top ul.type1 a {line-height: 20px; display:block;}

#top ul.type1 li.normal a {
	display:block;
	width:100%;
	font-size:12px;
	font-weight:bold;
	color:#002c6c;
	text-decoration:none;
	outline:none;
	padding:10px 0px 10px 0px;
}
#top ul.type1 li.normal a:hover {
	color:#d7a957;
}

#top ul.type1 li.pressed a {
	display:block;
	width:100%;
	font-size:12px;
	font-weight:bold;
	color:#d7a957;
	text-decoration:none;
	outline:none;
	padding:10px 0px 0px 0px;
}

#top ul.type1 li.promoted a {}
#top ul.type1 li.promoted a:hover {}
#top ul.type1 li.header { }

#top ul.type1 li.normal { 
	width:138px;
	height:40px;
	background:url(images/cms/bg_menu_normal.jpg) no-repeat bottom left;
	text-align:center;
}
#top ul.type1 li.pressed, #top ul.type1 li.normal:hover {
	width:138px;
	height:40px;
	background:url(images/cms/bg_menu_pressed.jpg) no-repeat bottom left;
	text-align:center;
	color:#d7a957;
}

#top ul.type1 ul {margin:0px; padding:0px 10px; position:absolute; left:0px; top:39px;}
#top ul.type1 ul li {}

#top ul.type1 ul li.normal {background:none; width:auto; }
#top ul.type1 ul li.normal:hover {background:none; width:auto; }

#top ul.type1 ul li.pressed {background:none; }
#top ul.type1 ul li.pressed:hover {background:none; }


#top ul.type1 ul li.normal a {color:#ffffff; font-size:11px; padding:5px 20px 5px 0px;}
#top ul.type1 ul li.pressed a {font-size:11px; padding:5px 20px 5px 0px;}




