@charset "UTF-8";

/* menu components */
#tempeprepmenu{
	padding: 0;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: transparent;
}

#tempeprepmenu ul{
	margin:0;
	margin-left: 25px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}
#tempeprepmenu li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}

#tempeprepmenu a{
	float: left;
	color: #84805f;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 99px;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #84805f;
	border-right-color: #84805f;
	border-bottom-color: #84805f;
	border-left-color: #84805f;
	letter-spacing: 1px;
	height: 24px;
	display: inline;
	line-height: 25px;
}
#tempeprepmenu #home a {
	margin-left: 25px;
}

#tempeprepmenu a:hover{
	background-color: #84805f; /*Menu hover bgcolor*/
	color: #FFFFFF;
}

#tempeprepmenu #current a{
	background-color: #232f84;
	border-color: #232f84;
	color: #FFFFFF;
}

#tempeprepmenu #homecurrent a {
	background-color: #232f84;
	border-color: #232f84;
	color: #FFFFFF;
	margin-left: 25px;
}

#tempeprepsubmenu {
	width: 100%;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #232f84;
}
#tempeprepsubmenu ul{
	margin:0;
	margin-left: 25px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#tempeprepsubmenu li{
	display: inline;
	padding: 0;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#tempeprepsubmenu a{
	float: left;
	display: block;
	color: #c0bb9f;
	text-decoration: none;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
	height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#tempeprepsubmenu img{
	float: left;
	display: block;
	color: #c0bb9f;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
	height: 16px;
	width: 16px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#tempeprepsubmenu a:hover{
	color: #FFFFFF;
}




#tempeprep3rdmenu {
	background-color: #232f84;
	width: 100%;
	height: 25px;
	padding: 0px;
	margin: 0px;
}
#tempeprep3rdmenu ul{
	margin-left: 10px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

#tempeprep3rdmenu li{
	display: inline;
	padding: 0;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0;
}
#tempeprep3rdmenu a{
	float: left;
	display: block;
	color: #c0bb9f;
	text-decoration: none;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0px;
	text-align: center;
	line-height: 25px;
	vertical-align: middle;
	height: 25px;
	padding-right: 10px;
	padding-left: 10px;
}

#tempeprep3rdmenu img{
	float: left;
	display: block;
	color: #c0bb9f;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	text-align: center;
	line-height: 25px;
	vertical-align: middle;
	height: 16px;
	width: 16px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#tempeprep3rdmenu a:hover{
	color: #FFFFFF;
}
