Body {
margin : 0px; 
padding : 0px; 
background-image : url(images/pattern.gif); 
font : normal normal 75%/1.5em verdana, Arial, Helvetica, sans-serif; 
color : #6A6D76; 
text-align : left; 
} 
h1 {
font : italic bold 150%/1.5em verdana, Arial, Helvetica, sans-serif; 
color :#576F99;
} 
h2 {
font : normal bold 120%/1.2em verdana, Arial, Helvetica, sans-serif; 
margin:25px 0px 5px 0px;
} 
strong {
font-weight : bold; 
} 
em {
font-style : italic; 
} 
br {
line-height : 1em; 
} 
hr {
height : 1px;
color: #F3EFEE; 
} 
#container {
width : 808px;
height: auto;
margin : 0px auto;
background-color :#EEEAE9;
} 
#header {
width: 808px;
}
#middle
{
width : 808px;
height: 100%;
}
#category {
width: 286px;
height: 100%;
float: left;
}
#category a.category {
font : normal bold 100%/1em verdana, Arial, Helvetica, sans-serif; 
color : #6A6D76; 
text-decoration : none; 
}
#category a.category:hover {
font : normal bold 100%/1em verdana, Arial, Helvetica, sans-serif; 
color : #2A2C31; 
text-decoration : none; 
}
#content {
	width : 440px;
	min-height: 374px;
	height:auto !important;
	height: 374px;
	background : white url(images/bg_content.gif) no-repeat scroll top left;
	padding :40px;
	float: right;
	text-align : left;
	border-left :2px solid #fff;
} 
#footer {
background-image : url(images/bg_footer.gif); 
font : normal normal 80%/1.5em verdana, Arial, Helvetica, sans-serif; 
color : #E1F3F7; 
height: 33px;
clear: both;
} 
#footer a {
color : #E1F3F7; 
text-decoration : underline; 
} 
p.small
{
	font : normal normal 90%/1.5em verdana, Arial, Helvetica, sans-serif; 
}


/***** menu1 ***/

	ul.dropdown li {
	 background-color: #46618C;
	 width: 200px;
	 height: 25px;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #5C7FA0;
	 width: 200px;
	 height: 25px;
	}
	
	ul.dropdown-horizontal {
		margin:0;
		padding:0;
		background: none;
		width: 200px;
	    height: 33px;
	}
	
	ul.dropdown a:link		{ color: #C7D0DF; text-decoration: none; }
	ul.dropdown a:visited	{ color: #C7D0DF; text-decoration: none; }
	ul.dropdown a:hover		{ color: #fff; text-decoration: none; }
	ul.dropdown a:active	{ color: #C7D0DF; text-decoration: none; }


	/* -- level mark -- */

		ul.dropdown ul li {
		 font-weight: bold;
		}

/***** menu2 ***/

ul.dropdown ul {
 margin-top: 8px;
}

ul.dropdown ul li {
 list-style: none;
 margin: 0 0 0 50px;
 padding: 7px 0 0 12px;
 text-align: left;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}



