.container {
width: 999px; 
font: 10px normal Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
 
 
 
ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 999px;
	list-style: none;
	position: relative;
	font-size: 1.2em;
	background: url(/topnav_stretch.gif) repeat-x;
}
ul#topnav li {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #555;
	height: 35px;
}
ul#topnav li a {
	padding: 3px 20px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover { background: #1376c9 url(/topnav_active.gif) repeat-x; }
ul#topnav li span {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0; top:35px;
	display: none;
	width: 999px;
	background: #1376c9;
	color: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline; }
ul#topnav li span a:hover {text-decoration: underline;}



#nav {
	margin: 0;
	padding: 3px 3px 0;
	background: #7d7d7d url(img/gradient.png) repeat-x 0 -110px;
	line-height: 100%;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#nav li {
	margin: 0 2px;
	padding: 0 0 2px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#nav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding:  3px 23px;
	margin: 0;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #666 url(img/gradient.png) repeat-x 0 -40px;
	color: #444;
	border-top: solid 1px #f8f8f8;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #0078ff url(img/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 32px;
	left: 0;
	background: #ddd url(img/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;

	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;

	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}

.text_left {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-style: normal;
	clip:    rect(   );
	font-size: 9pt;
	color: #666666;
	padding-right: 20px;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	list-style-image: none;
	list-style-type: disc;
}
/* LIST #4 */
#list4 {
	width:220px;
	font-family: Arial, tahoma, sans-serif;
	font-size: 14px;
	color: #993300;
	
	margin-left: -40px;
}
#list4 ul { list-style: none; }
#list4 ul li { margin-top: 1em; }
#list4 ul li a {
	display:block;
	text-decoration:none;
	background-color:#FFFFFF;
	color: #003399;
	padding-left:-10px;
	cursor:pointer;
}
#list4 ul li a:hover {
	color:#FFFFFF;
	background-image:url(../test/img/menu_bg.gif);
	background-repeat:repeat;
}
#list4 ul li a strong { margin-right:10px; }

#list4 .current {
color:#FFFFFF;
	background-image:url(../test/img/menu_bg.gif);
	background-repeat:repeat;}

.text {
	font-family: Arial, tahoma, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	line-height: 20px;
	
}
.text2 {
	font-family: Arial, tahoma, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	line-height: 20px;
	
}
.text_test {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #001857;
	font-weight: normal;
	
}
.menu_left {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	list-style-type: decimal;
	font-weight: normal;
	line-height: 20px;
}
.sub_menu_left {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	list-style-type: decimal;
	line-height: 20px;
	font-weight: bold;
	list-style-position: outside;
	font-style: italic;
}
.text_header {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #800040;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}
.menu_right {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	list-style-type: none;
	line-height: 20px;
	font-weight: bold;
}
.text_pic {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #666666;
}
.not_und_bul {
	text-decoration: none;
	color: #497A67;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	list-style-image: none;
	list-style-type: square;
}
.text_green {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	font-style: italic;
}
.not_und_inact {

	text-decoration: none;
	color: #993300;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	list-style-type: decimal;
}
.selling {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #FF9900;
	font-weight: bold;
}
.sold {

	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
}
.text_header_small {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	font-weight: normal;
}
a:visited {
	color: #3D5BAD;
}
a:link {
	color: #003399;
}
.photo {
	margin-right: 30px;
	margin-bottom: 10px;
}
a:hover {
	color: #993399;
}
.text_subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6e2f70;
	font-weight: normal;
	text-transform: none;
}
.hint {

	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	font-style: italic;
	list-style-image: url(img/bullet_3.gif);
}

.text_justify {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}
.text_big_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #990000;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #800040;
	font-weight: normal;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #800040;
	font-weight: normal;
}
.text_header_new {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #800040;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}

