/** top menu **/




div#top_menu
{
    position: absolute;
    top: 0px;
    right: 10px;
    width: 200px;
    height: 25px;
}

ul#top_menu
{
    margin: 0px;
    padding: 0px;
}

a.menu_active
{
    float: left;
    height: 17px;
    width: 66px;
    padding: 4px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background: url('../images/menu-active-gradient.jpg') repeat-x;
}

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: 112px;
    height: 25px;
}

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: 4px;
	height: 25px;
	background: url('../images/menu-active-left.jpg') no-repeat top left;
}



div.left_btn_Inactive
{
	float: left;
	width: 4px;
	height: 25px;
	background: url('../images/menu-inactive-left.jpg') no-repeat top left;
}

div.right_btn_Active
{ 
	float: left;
	width: 4px;
	height: 25px;
	background: url('../images/menu-active-right.jpg') no-repeat top left;
}


div.right_btn_Activeg
{ 
	float: left;
	width: 4px;
	height: 25px;
	background: url('../images/menu-active-right.jpg') no-repeat top left;
}


div.right_btn_Inactive
{
	float: left;
	width: 4px;
	height: 25px;
	background: url('../images/menu-inactive-right.jpg') no-repeat top left;
}

#menu_width
{
    position: relative;
    width: 820px;
}

div.menu_gap
{
    display: block;
    float: left;
    width: 4px;
    border: 1px SOLID #FFFFFF;
}

a.menuActive
{
    float: left;
    height: 15px;
    width: 96px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background: url('../images/menu-active-gradient.jpg') repeat-x;; padding-left:4px; padding-right:4px; padding-top:5px; padding-bottom:5px
}



a.menuActiveg
{
    float: left;
    height: 15px;
    width: 96px;
    color: #FFFFFF;
    font-weight: bold;
    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;
    height: 15px;
    width: 96px;
    color: #124B8C;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background: url('../images/menu-inactive-gradient.jpg') repeat-x;; 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;
    position: absolute;
    min-width: 140px;
    border-left: 1px SOLID #CECECE;
    border-right: 1px SOLID #CECECE;
z-index:100;

}

div.menu_dropdown ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
z-index:100;
}

div.menu_dropdown ul li
{
    margin: 0px;
    padding: 0px;
z-index:100;
}

div.menu_dropdown ul li a
{
    display: block;
    height: 15px;
    min-width: 175px;
    padding: 5px;
    text-decoration: none;
    color: #124B8C;
    background-color: #FEFEFE;
    border-bottom: 1px SOLID #CECECE;

position:relative;
z-index:1000;
}

div.menu_dropdown ul li a:hover
{
    display: block;
    background-color: #EFEFEF;

}

/*end nav area*/

/** left nav area **/

.form_menu_button
{
	cursor: default;
	cursor: pointer;
	height: 31px;
	text-decoration: none;
}

.form_menu_button .form_menu_left
{
    float: left;
	width: 5px;
	height: 31px;
    background: url('../images/leftmenu-left.jpg') no-repeat top left;
}

.form_menu_button .form_menu_right
{
    float: left;
	width: 5px;
	height: 31px;
	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: 12px;
	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 **/