@charset "utf-8";

/* BGN Global */
ul, ol, li, dl, dt, dd,  blockquote {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
ul, ol {
	list-style-type: none;
}
/* BGN #navi */
.home {
	width:60px;
	float:left;
	display:block;
		}
.home a:link {
padding:0px 18px 0px 18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	line-height:28px;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	text-align:center;
	}
.home a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
.home a:hover {
background-image:url(images/nav-bg1.jpg);

	}
	
#navi {
  float:left;
     height: 15px;
	 width:780px;
	 margin-left:15px;
	 }

#navi .item {
        position: relative;
        float: left;
       
	   padding:0px 15px 0px;
        height: 28px;
        background: url(images/sep.jpg) top right no-repeat;
        text-align: center;
        z-index: 2;
		cursor:pointer;
		
}
#navi .subject {
        /*width: 150px*/
        margin: 0px auto;
       	padding:0px 15px 0px;
		line-height:28px;
}
#navi .subject a {
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        text-decoration: none;
}

#navi .focus {
        background-image:url(images/nav-bg1.jpg);
}
#navi .focus a {
        color:#FFFFFF;
}
#navi .categories {
        display: none;
        position:absolute;
        top: 28px;
        left: -2px;
        width:270px;
		background-color:#FFFFFF;
		background-image:url(images/logo-bg.jpg);
		background-position:center;
		background-repeat:no-repeat;
        border: 1px solid #2a5e93;
        border-top: none;
        padding: 10px 10px 15px;
        text-align: left;
        -moz-border-radius-bottomleft: 6px;
        -moz-border-radius-bottomright: 6px;
}
#navi .categories h4 {
        color: #FFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
        line-height: 25px;
        padding-left: 10px;
        clear: both;
		background-image:url(images/nav-bg.jpg);

		margin-bottom:5px;
}
#navi .categories li {
		width:130px;
        line-height: 22px;
       /* background: #f3f3f3;*/
       	background: url(images/arrow.png) 9px 8px no-repeat;
		
}

#navi .categories li a {
        display: block;
        padding-left:20px;
        color: #000000;
        text-decoration: none;
		
		
}
#navi .categories li a:hover {
        color: #fff;
        background: url(images/white_arrow.gif) 9px 8px no-repeat;
        background-color: #FF6600;
}

.frame ul {
        float: left;
       
}
 .frame1 ul {
        float: left;
        
}
.con {
width:120px;
margin-left:3px;
float:left;
margin-bottom:5px;
}
.con1 {
width:120px;
margin-right:10px;
float:right;
}
/* END #navi */

