
/*--------------------------------< 5. TOP NAV - Navigation Tab styles >-----------------------------*/

#topnav ul li h2 a:hover {
	color:#333;
	text-decoration:none;
}
#topnav #current {
	background-image:url("/images/frontend/tab_active_left_dark_blue.gif");
	position:relative;
}
#topnav #current a {
	background-image:url("/images/frontend/tab_active_right_dark_blue.gif");
	color:#FFF;
}

.top_corner_left_active
{

  background:url("/images/frontend/tab_active_left_corner_dark_blue.png") no-repeat;

}
.top_corner_right_active
{

  background:url("/images/frontend/tab_active_right_corner_dark_blue.png") no-repeat;

}

/*--------------------------------< 7. SIDEBAR Specific styles >-------------------------------------*/

#side_menu_area_nav h3 {
  background-color:#0097e0;
  background-image: url(/images/frontend/sidebar_menu_area_nav_dark_blue.png);
  background-position: -1px;
  color:#fff;
}
#side_menu_options_nav ul li {
  border:1px solid #b8b8b8;
  border-top:none;
  color:#202a5d;
}
#side_menu_options_nav h3 {
  background:url(/images/frontend/sidebar_menu_options_nav_dark_blue.png) no-repeat;
  color:#fff;
}

#accordion{
margin-right:4px;
margin-left:4px;
}
#accordion h6{
  background-color:#fff;
  padding-top:4px;
  padding-bottom:4px;
  padding-left:10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
  cursor: pointer;
}
#accordion h6 a{
font-size:100%;
font-weight:bold;
}
#accordion h6.ui-state-active
{
background-color:#bfe6f6;
}
#accordion div{
background-color:#e5f5fb;

}
#accordion div ul li{
border-bottom:1px solid #ccc;
padding-top:4px;
padding-bottom:4px;
font-size:83%;
font-weight:bold;
padding-left:15px;
padding-right:15px;
}
