/**** Dropdown Menu *************************/
ul.dropdown li a.sub_menu {
    padding-right: 12px;
    margin-right: 4px;
    background: url('../images/header/sub_menu.png') right no-repeat;
}

/* LEVEL ONE */
ul.dropdown {
    position: relative;
    list-style: none;
    margin: 0px;
}

ul.dropdown li {
    float: left;
}

ul.dropdown li a {
    display: block;
    padding: 4px 6px;
}

/* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover {
    position: relative;
}

/* Second level */

ul.dropdown ul {
    width: 200px;
    list-style: none;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: -24px;
    z-index: 100;
}

ul.dropdown ul li {
    float: none;
    z-index: 100;
}

ul.dropdown ul li a {
    width: 184px;
    color: #4f4f4f;
    background: #f5f5f5;
    padding: 4px 6px;
    display: inline-block;
    z-index: 100;
}

ul.dropdown ul li a:hover {
    background: #b3b3b3;
    color: white;
}

/* HEADER ************************************* */
.header {
    height: 90px;
    min-width: 1010px;
    max-width: 1600px;
    margin: auto;
    background: url('../images/header/header_bg.png') top left repeat-x;
}
.header a:link , .header a:hover , .header a:visited , .header a:active{
	color:#808080;
	text-decoration:none;
}
.header-left_block {
    width: 336px;
    height:87px;
    float: left;
}

.header-right_block {
    height:87px;
    padding-left: 340px;
}

.header-right_block-menu {
    height:40px;
    padding: 4px;
}

.header-right_block-tab {
    height:58px;
  
}

/* Clock */
.header-right_block-menu-clock {
    float: right;
    font-size: 13px;
    color:#808080;
    padding: 6px 4px 0px 0px;
    width:55px;
    overflow:hidden;
}

.header-right_block-menu-clock-divider {
    display: inline;
    padding:0px;
    background: url(../images/header/clock_bord.png) 0 0 no-repeat;
}

/* TAB */
.header-right_block-tab-slide1 {
   /* background: url('../images/header/section_left2.png') 0px 0px no-repeat;*/
	background: url('../images/header/section_left.png') 0px 0px no-repeat;
    width:140px;
    height: 65px;
    margin-top:-23px;
    float:left;
    margin-right: 100px;
}

.header-right_block-tab-slide2 {
 /*   background: url('../images/header/section_right3.png') right 0px no-repeat;*/
	 background: url('../images/header/section_right.png') right 0px no-repeat;
    height: 45px;
    padding: 24px 20px 0px 20px;
}

.header .header-right_block-tab-slide2 a {
    text-transform: uppercase;
    font-family: Trebuchet MS,Arial;
    padding: 0px 4px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 900;
    color: #c1272d;
}
/*Clock in Header*/
.date{
	font-size:11px;
	color:#808080;
}
.time{
	font-size:20px;
	font-weight:bold;
	color:#808080;
	 width:50px;
	 margin-left:5px;
    overflow:hidden;
}
ul.dropdown li.new a {
    color: #C70000 !important;
}
ul.dropdown li.new a strong {
    font-style: italic;
}