/** top menu **/




div#top_menu
{
    position: absolute;
    top: 0px;
    right: 10px;
    height: 25px;
}

ul#top_menu
{
    margin: 0px;
    padding: 0px;
}

a.menu_active
{
    
    float: left;
    height: 23px;
    width: 113px;
    color: #ffffff;
	font-size:14px;
	font-weight:bold;
    text-decoration: none;
    text-align: center;
    background: url('../images/menu-active-gradient.jpg') no-repeat;
}

a.menu_active:hover
{
    text-decoration: underline;
    color: #ffffff;
}

div.menu_top_left_active
{
	float: left;
	width: 5px;
	height: 25px;
	/*background: url('../images/top-menu-left.gif') no-repeat top left;*/
}

div.menu_top_right_active
{ 
	float: left;
	width: 5px;
	height: 25px;
	/*background: url('../images/top-menu-right.gif') no-repeat top left;*/
}

/** end top menu **/

/*nav area */

div.menu_button
{
    float: left;
    width: 128px;
    height: 52px;
	font-size:14px;
	background:url('../images/spltr-img.jpg') no-repeat right top;
    white-space: nowrap !important;
    padding-left : 3px;
}

div.menu_button ul li{
    white-space: normal;
}

div.lastmenuitem{
    background: none !important;
}

div.menu_button.bg-none
{
	background:none;
}


div.left_btn_Active
{
	float: left;
	width: 4px;
	height: 25px;
	/*background: url('../images/menu-active-left.jpg') no-repeat top left;*/
}



div.left_btn_Activeg
{
	float: left;
	width: 0px;
	background: url('../images/menu-active-left.jpg') no-repeat top left;
}



div.left_btn_Inactive
{
	float: left;
	width: 0px;
	background: url('../images/menu-inactive-left.jpg') no-repeat top left;
}

div.right_btn_Active
{ 
	float: left;
	width: 0px;
	background: url('../images/menu-active-right.jpg') no-repeat top left;
}


div.right_btn_Activeg
{ 
	float: left;
	width: 0px;
	background: url('../images/menu-active-right.jpg') no-repeat top left;
}


div.right_btn_Inactive
{
	float: left;
	width: 0px;
	background: url('../images/menu-inactive-right.jpg') no-repeat top left;
}

#menu_width
{
    position: absolute;
    width: 942px;
	height:52px;
	line-height:44px;
	background:url('../images/bg-navi.jpg') no-repeat;
	margin-left:4px;
	z-index:100;
}

div.menu_gap
{
    display: block;
    float: left;
    width: 0px;
    border: none;
}

a.menuActive
{
    float: left;
    height: 15px;
    width: 96px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    /*background: url('../images/menu-active-gradient.jpg') repeat-x; */ padding-left:0px; padding-right:4px; padding-top:5px; padding-bottom:5px
}



a.menuActiveg
{
    float: left;
    height: 15px;
    width: 96px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    background-color: #2F8A47; padding-left:4px; padding-right:4px; padding-top:5px; padding-bottom:5px
}



a.menuInactive
{
    float:left;
    width: 96px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding-left:4px; padding-right:4px; padding-top:5px; padding-bottom:5px;
	
}

a.menuActive:hover, a.menuInactive:hover
{
    color: #ffffff;
	

}

div.menu_dropdown
{
    display: none;
    min-width: 140px;
z-index:100;

}

div.menu_dropdown ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
	padding-top:27px;
	z-index:100;
}

div.menu_dropdown ul li
{
    margin: 0px;
    padding: 0px;
z-index:100;
}

div.menu_dropdown ul li a
{
    display: block;
	min-height:15px;
	line-height:15px;
    min-width: 175px;
    padding:8px 5px;
    text-decoration: none;
    color: #ffffff;
    background-color: #3a709c;
	border-left:1px solid #24547b;
	border-right:1px solid #24547b;
    border-bottom: 1px SOLID #24547b;
	font-size:12px;

position:relative;
z-index:1000;
}

div.menu_dropdown ul li a:hover
{
    display: block;
    background-color: #ffffff;
	color:#000000;

}

/*end nav area*/

/** left nav area **/

.form_menu_button
{
	cursor: default;
	cursor: pointer;
	height: 52px;
	text-decoration: none;
}

.form_menu_button .form_menu_left
{
    float: left;
	width: 5px;
	height: 52px;
    background: url('../images/leftmenu-left.jpg') no-repeat top left;
}

.form_menu_button .form_menu_right
{
    float: left;
	width: 5px;
	height: 52px;
	margin-right: 10px;
    background: url('../images/leftmenu-right.jpg') no-repeat top left;
}

.form_menu_button .form_menu_text, .form_menu_button .form_menu_text_active
{
    float: left;
	height: 27px;
	width: 160px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
    background: url('../images/leftmenu-gradient.jpg') repeat-x top left; padding-left:8px; padding-right:8px; padding-top:4px; padding-bottom:0px
}

.form_menu_button .form_menu_text
{
	color: #004b8d;
z-order:1;
}

.form_menu_button .form_menu_text_active
{
    color: #666666;
z-order:1;
}

.form_menu_button:hover .form_menu_text
{
    color: #666666;
z-order:1;
}

/** end left nav area **/
