* 									{
}
body								{
	font: 14px Helvetica, Sans-Serif;
	font-family: Helvetica, Sans-Serif;
	color: #000;
} 
#page-wrap							{ width: 800px; margin: 25px auto; } 
a									{ text-decoration: none; }
ul									{
	list-style: none;
	color: #ffffff;
	font-family: Tahoma, Sans-Serif;
}
p                                   {
	margin: 15px 0;
	color: #000;
}

/* 
	LEVEL ONE
*/
ul.dropdown                         {
	position: relative;
	font-size:14px;
	margin-top:0px;
	margin-left:20px;
	letter-spacing:3px;
	font-weight:100;
}
ul.dropdown li                      {
	font-weight:lighter;
	float: left;
	zoom: 1;
	
	background-image: url();
	background-repeat: no-repeat;
	background-position: left 4px;
	width:auto;
	
}

ul.dropdown a:hover		            { color: #ffffff; }
ul.dropdown a:active                { color: #fffffff; }
ul.dropdown li a                    { display: block;  margin-top:2px; padding-top: 7px ; padding-right:25px; padding-left:25px; border-right: 1px solid #5E96BE;
	 								  color: #ffffff; height:26px;  } <!--[if condition]> HTML <![endif]-->
ul.dropdown li:last-child a         {
	border-right: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
} /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                {
	background-image:url(../images/hover.png);
	background-repeat:repeat-x;
	height:30px; 
	color: black;
	position: relative;
	font-family: tahoma, sans-serif;
}
ul.dropdown li.current                {
	background-image:url(../images/hover.png);
	background-repeat:repeat-x;
	height:30px; 
	color: black;
	position: relative;
	font-family: tahoma, sans-serif;
}

ul.sub_menu li                {
	background: #900;
	padding: 6px 8px;
	color: black;
	font-style:bold;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
}
ul.sub_menu li:hover                {
	background: #900;
	padding: 6px 8px;
	color: black;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
}
ul.dropdown li.hover a              { color: black; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: #f6f6f6; color: #000; 
									  border-bottom: 1px solid #ccc; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

.bullets {
        width: 70%;
        color: #000;
        background-color: #666;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        }

.bullets-inside {
        width: 100%;
        position: relative;
        left: -5px;
        top: -5px;
        padding: 0;
        background-color: #f1decf;
        }

.bullets-inside ul {
        list-style-type: disc;
        list-style-position: outside;
        color: #000;
        padding: 5px;
        margin-left: 20px;
        }

#wrapper #header #nav .dropdown li {
	height: 35px;
}
#wrapper #bottomcontent #leftcontent #content_text #text p {
	font-family: Tahoma, Geneva, sans-serif;
}
#wrapper #bottomcontent #leftcontent #content_text #text p {
	color: #000;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
#footer #copyright {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	clear: both;
	float: none;
}
#wrapper #bottomcontent #leftcontent #content_text #text p strong img {
	margin-bottom: 30px;
	margin-left: 30px;
}

