﻿.mainbar
{
    width: 966px;
    display:inline-block;
    border-bottom: 1px solid #0a7513;
}

/*.mainbar .left {
	background: url('/Images/header_2_left.png') no-repeat;
	width: 5px;
	height: 40px;
	float: left;
}
.mainbar .right {
	background: url('/Images/header_2_right.png') no-repeat;
	width: 5px;
	height: 40px;
	float: left;
}
.mainbar .center {
	background: url('/Images/header_2_center.png') repeat-x;
	height: 40px;
    float:left;
    width:956px;
}*/



.nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.nav li {
    background: linear-gradient(to bottom, #147019 ,#399f41);
    text-align:center;
	display:inline-block;
	width: 155px;
	position: relative;
    border-left: 1px solid #0a7513;
    border-right: 1px solid #0a7513;
    border-top: 1px solid #0a7513;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.nav li:hover {
    background: linear-gradient(to bottom, #2a23d0 ,#657af7); 
}

.nav li a {
	color: #fff;
	display: block;
	padding: 7px 8px;
	text-decoration: none;
}

.nav li a:hover {
	color: #f8c431;
}

/*=== submenu ===*/

.nav ul {
	display: none;
    min-height:400px;
	position: absolute;
	margin-left: 0px;
	list-style: none;
	padding: 0px;
    z-index:1;
    background: #0a7513;
    
    
}

.nav ul li {
	float: left;
    background: #0a7513;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.nav ul a {
	display: block;
	padding: 7px 8px;
	color: #fff;
	text-decoration: none;
}

.nav ul li a:hover {
	color: #f8c431;
}



#JournalList :hover
{    
    background:#0a7513;
}


















