
#menuMain{
	width: 150px;
	padding-left:24px;
	padding-top:30px;
}

.itemBgOver{
	background-image: url(../images/menuBg01.gif);
	background-repeat: no-repeat;
	padding-left:6px;
	background-position: 0px 9px;
	cursor:pointer;
}

.itemBgOut{
	background-image: inherit;
	padding-left:6px;
	cursor:pointer;
}

.menuItem{
	width:150px;
	min-height:46px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c3c3c3;
}

.menuItemTextOut{
	float:left;
	padding-top:15px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.menuItemTextOver{
	float:left;
	padding-top:15px;
	font-size: 14px;
	font-weight: bold;
	color: #1596cd;
}

.menuRightIcoOver{
	margin-top:19px;
	float:right;
	background-image: url(../images/menuRight.gif);
	background-repeat: no-repeat;
	width:4px;
	height:7px;
	display:inline;
}

.menuRightIcoOut{
	margin-top:19px;
	float:right;
	background-image: url(../images/menuRight2.png);
	background-repeat: no-repeat;
	width:4px;
	height:7px;
	display:inline;
}

#searchMain{
	padding:40px 0px 0px 25px;
}

.subsubMain{
	float:inherit;
	clear:both;
	padding:10px 0px 10px 10px;
}

.subsubItem{
	font-size:12px;
	padding:5px 0px 5px 00px;
}

#navigationMain
{
	width:710px;
	height:23px;
	background-image: url(../images/navigationBg.gif);
	background-repeat: no-repeat;
	padding:6px 0px 0px 10px;
}

#navigationMain2
{
	width:780px;
	height:23px;
	background-image: url(../images/navigationBg2.gif);
	background-repeat: no-repeat;
	padding:6px 0px 0px 10px;
}

#navigationIco
{
	float: left;
	background-image: url(../images/ico01.gif);
	background-repeat: no-repeat;
	width:14px;
	height:9px;
	margin-top: 4px;
}

#navigationText
{
	float:left;
	padding-left: 10px;
}

#contentMain
{
	padding-top: 45px;
	padding-right:25px;
}

#siteSearchMain{
	width:155px;
}

#siteSearchMain #title{
	width:74px;
	height:22px;
	background-image: url(../images/ico43.gif);
	background-repeat: no-repeat;
}

#siteSearchMain #input{
	float:left;
}

#siteSearchMain #input input{
	width:130px;
	height:22px;
	border: 1px solid #d1d1d1;
}

#siteSearchButton{
	float:left;
	width:23px;
	height:22px;
	background-repeat: no-repeat;
	cursor:pointer;
	display:inline;
	margin-top:1px;
}

.siteSearchButtonOut{
	background-image: url(../images/ico44.gif);
}

.siteSearchButtonOver{
	background-image: url(../images/ico45.gif);
}
