/* CSS Document */

#header
	{
		position: relative;
		margin: 0px;
		padding: 0px;
		width: 629px;
		height: 174px;
		background: url(../img/success_hdr.jpg);
		background-repeat: no-repeat;
	}

#linkhome
	{
		margin-top: 35px;
		margin-left: 29px;
	}

#menu
	{
		position: relative;
		margin: 0px;
		padding: 0px;
		width: 629px;
		height: 33px;
	}

#navigation
	{
		position: relative;
		margin: 0px;
		padding: 0px;
		width: 629px;	
		height: 33px;
	}

#navigation li
	{
		list-style-type: none;
		padding: 0px;
		margin: 0px;
		display: inline;
		float: left;
	}

#navigation li a
	{
		list-style-type: none;
		padding: 0px;
		margin: 0px;
		display: inline;
		float: left;
	}
	
	#navigation #mnuleft
		{
			background: url(../img/mnu_left.gif) no-repeat;
		}

	#navigation #mnu1
		{
			background:url(../img/mnu1_off.gif) no-repeat;
		}

	#navigation #mnu1 a:hover
		{
			background: url(../img/mnu1_on.gif);
			background-repeat: no-repeat;
		}

	#navigation #mnu2
		{
			background: url(../img/mnu2_off.gif) no-repeat;
		}

	#navigation #mnu2 a:hover
		{
			background: url(../img/mnu2_on.gif);
			background-repeat: no-repeat;
		}

	#navigation #mnu3
		{
			background: url(../img/mnu3_on.gif) no-repeat;
		}

	#navigation #mnu4
		{
			background: url(../img/mnu4_off.gif) no-repeat;
		}

	#navigation #mnu4 a:hover
		{
			background: url(../img/mnu4_on.gif) no-repeat;
		}

	#navigation #mnu5
		{
			background: url(../img/mnu5_off.gif) no-repeat;
		}

	#navigation #mnu5 a:hover
		{
			background: url(../img/mnu5_on.gif) no-repeat;
		}
	
	#navigation #mnu6
		{
			background: url(../img/mnu6_off.gif) no-repeat;
		}

	#navigation #mnu6 a:hover
		{
			background: url(../img/mnu6_on.gif) no-repeat;
		}

	#navigation #mnuright
		{
			background: url(../img/mnu_right.gif) no-repeat;
		}

#pageimg
	{
		position: absolute;
		top: 207px;
		margin: 0px;
		padding: 0px;
		background: url(../img/success_img.gif);
		background-repeat: no-repeat;
		background-position: top right;
		height: 163px;
		width: 629px;
	}

#submenu
	{
		position: absolute;
		margin: 0px;
		margin-left: 201px;
		margin-top: 3px;
		padding: 0px;
		height: 12px;
		float: left;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #ffffff;
	}

	#submenu a:active, #submenu a:link, #submenu a:visited
		{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
			color: #000000;
		}
		
	#submenu a:hover
		{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
			color: #ffffff;
		}

#ttl
	{
		position: absolute;
		z-index: 3;
		margin: 0px;
		padding: 0px;
		padding-left: 35px;
		padding-top: 3px;
		top: 55px;
		left: 35px;
		width: 365px;
		height: 20px;
		background: url(../../common/img/ttl_bullet.gif) no-repeat;
		background-position: left top;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12.5px;
		font-weight: bold;
		color: #fc6e05;
	}
	
#content
	{
		position: absolute;
		z-index: 3;
		margin: 0px;
		margin-left: 185px;
		padding: 0px;
		padding-top: 16px;
		background: url(../img/success_box.gif);
		top: 363px;
		left: 41px;
		width: 164px;
		height: 36px;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		text-align: center;
		color: #4f4f4f;
	}
